Search found 220 matches

by zipurman
Thu Oct 31, 2024 5:35 pm
Forum: Community Help & Support
Topic: Email From in 1.0.9.x
Replies: 5
Views: 5223

Email From in 1.0.9.x

Glad to see the new Email options. When setting Email From: test@test.com The email address is all that is displayed in the inbox, no company name. I can set the Email From: Company Name <test@test.com> to solve this, not sure if this is what was intended? Adding STORE_OWNER to the logic in email.ph...
by zipurman
Thu Sep 19, 2024 9:49 pm
Forum: Community Help & Support
Topic: Need a bit of help creating a hook for Analytics latest script
Replies: 10
Views: 521

Re: Need a bit of help creating a hook for Analytics latest script

we are using module created by @zipurman https://phoenixcart.org/forum/app.php/addons/paid_addon/google_analytics_4 I used that module but it was not showing the latest data using the google tag. PM me and let me know what issues you are having and I can have a look. Many are using this without iss...
by zipurman
Wed Sep 11, 2024 7:29 am
Forum: Community Help & Support
Topic: 1.0.9.1 Questions / Comments / Concerns
Replies: 41
Views: 67726

Re: 1.0.9.1 Questions / Comments / Concerns

Make sure you delete your session cookies after change. I know if session language set, it can throw errors and issues after admin language changes.
by zipurman
Thu Sep 05, 2024 4:32 pm
Forum: Community Help & Support
Topic: Do people bother marking the original file when they add a replacement one to the override folder
Replies: 10
Views: 513

Re: Do people bother marking the original file when they add a replacement one to the override folder

Does the core compare tool actually compare files in live time. So if I were to edit and then save a file in the original folder, would core compare notify me that there is an updated file in the override file when I save the original updated file, or is that not what it does. What it does is: Down...
by zipurman
Wed Aug 07, 2024 8:57 am
Forum: Community Help & Support
Topic: Errors in shop Error log
Replies: 9
Views: 546

Re: Errors in shop Error log

return $this->_data[$key] ?? ''; What does adding the two question marks do, and is it alright to do as I notice that the file in a leter version is still the same as the old one. The code with double question marks means , if first value is defined, use it, otherwise use next value. So in this exa...
by zipurman
Thu Jul 25, 2024 4:09 pm
Forum: Community Help & Support
Topic: Facebook Crawler
Replies: 7
Views: 4446

Re: Facebook Crawler

This is why I wrote the Phoenix Firewall

app.php/addons/paid_addon/phoenix_firewall/

Seems to be happening a lot lately.
by zipurman
Thu Jun 20, 2024 2:30 am
Forum: Community Help & Support
Topic: Best Sellers Report for Admin?
Replies: 4
Views: 416

Re: Best Sellers Report for Admin?

The report tool would do this, but it would need a custom report. I am adding some reports so I will add this to the list.
by zipurman
Sun May 05, 2024 5:00 pm
Forum: Growth & Marketing
Topic: Telephone Orders
Replies: 18
Views: 1028

Re: Telephone Orders

Order Editor does allow for creation of new orders. It does not allow for digital payments (PayPal, Credit Card, etc). You can simply create an order and reference a payment type, but it wont actually collect the payment. I would never add payment processing to the order editor as it would have to t...
by zipurman
Wed May 01, 2024 9:17 am
Forum: Community Help & Support
Topic: 1.0.9.1 Questions / Comments / Concerns
Replies: 41
Views: 67726

Re: 1.0.9.1 Questions / Comments / Concerns

burt wrote: Wed May 01, 2024 9:11 am col-sm-12 in the installation SQL ?
Strange. I am sure I didn't edit every one of them to set them all to 12. If I notice the cause, I'll let you know.