Search found 6 matches

by Blaine
Tue Aug 18, 2026 8:09 pm
Forum: Modules
Topic: Best practice for replacing the password_forgotten email (No hook/trigger available)?
Replies: 1
Views: 83

Best practice for replacing the password_forgotten email (No hook/trigger available)?

Hello everyone, I am working on unifying all of our store's emails into custom HTML Notification Modules. I successfully did this for Order Confirmations and Account Creations, but I have hit a roadblock trying to replace the native password_forgotten.php email. In the core password_forgotten.php ro...
by Blaine
Thu Jul 23, 2026 3:09 pm
Forum: Other
Topic: Need to be able to add multiple products to the cart at the same time
Replies: 4
Views: 609

Re: Need to be able to add multiple products to the cart at the same time

Awesome, that's the path we were looking at taking. I am also having to override the shopping_cart class to handle MAP (minimum advertised price) rules as most of the things I sell have MAP protections on them from manufacturers. That is something that PHX should look at implementing as it's becomin...
by Blaine
Thu Jul 23, 2026 2:27 pm
Forum: Other
Topic: Need to be able to add multiple products to the cart at the same time
Replies: 4
Views: 609

Re: Need to be able to add multiple products to the cart at the same time

How were you able to accomplish this? Did you have to create a new action and/or class?
by Blaine
Thu Jul 23, 2026 4:52 am
Forum: Other
Topic: Need to be able to add multiple products to the cart at the same time
Replies: 4
Views: 609

Need to be able to add multiple products to the cart at the same time

I am struggling with being able to select multiple products on a page (already handled this part) and adding them all to the cart at the same time (can't figure this part out). I believe this would involve a new action that would loop through the selected products and add them to the cart with the s...
by Blaine
Tue Jul 14, 2026 2:14 am
Forum: Overrides
Topic: Override admin file?
Replies: 1
Views: 1251

Override admin file?

Is it possible to override the admin/includes/actions/catalog/update_product.php file? If so, where do I put that override file? I have a lot of custom fields in my products tables. These are all placed on the edit product page with hooks but the only way I have been able to get changes saved to the...
by Blaine
Mon Jul 13, 2026 2:13 am
Forum: Community Help & Support
Topic: 1.1.0.7 Questions / Comments / Concerns / Feedback
Replies: 34
Views: 2900

Re: 1.1.0.7 Questions / Comments / Concerns / Feedback

I do have a question on the zip file, it has an install/ directory with a sql file in it that would seem to erase everything. Why would that be included in a update only file?