Hi
Are there any automatic product notification mod out there??????
If not - How to make so i can choose model name instead of product name in the product notification window????
Thanks,
Peter
Hi
Are there any automatic product notification mod out there??????
If not - How to make so i can choose model name instead of product name in the product notification window????
Thanks,
Peter
Is there......![]()
Not that I know ofOriginally Posted by PeterBKK
I think this might work, but haven't tested it:If not - How to make so i can choose model name instead of product name in the product notification window????
/admin/includes/modules/newsletters/product_notification.php
line 26:change the references for "pd.products_name" to "p.products_model", on the first and last lines of that block aboveCode:$products = $db->Execute("select pd.products_id, pd.products_name from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where pd.language_id = '" . $_SESSION['languages_id'] . "' and pd.products_id = p.products_id and p.products_status = '1' order by pd.products_name");
and then on line 33, you see:change 'products_name' to 'products_model' ... about line 35Code:while (!$products->EOF) { $products_array[] = array('id' => $products->fields['products_id'], 'text' => $products->fields['products_name']); $products->MoveNext(); }
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks DrByte. It seems to work just fine
![]()
Is there any easy way to add a link and the picture to those changed products in the out going email![]()
Thanks alot,
Peter
Hi got an issue when clicking on REVIEWS in a product page. Can this have somthing to do with the changes in admin/includes/modules/newsletters/product_notification.php ?????
The error:
Parse error: parse error, unexpected T_STRING in ..../includes/languages/swedish/product_reviews.php on line 13
unrelated to admin issuesOriginally Posted by PeterBKK
your syntax on line 13 of that file is wrong.
You likely have a missing or extra ' mark or ); etc at end of the line.
Post the 3 lines above and below it here if you need help.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Bull's-eye......![]()
Thanks again,![]()
Peter
Resurecting this post from the dead...
I have set up a production notification and sent an email message; however, I would like to include an image link to the particular product in the message.
Is this possible...?
More importantly, what information can be included in the email message since nothing gets sent in the message about what product the customer is being notified about eventhough the product was selected from the Products/Selected Products Boxes...
Any direction appreciated,
Jim
Has anyone explored the Product Notifications and possibly shed some light...?
Thanks for your time,
Jim
I'm back and wanted to know if there's a way to include either a text link(Product Name) or image link(thumbnail image) to the particular product or products that were selected during the Product Notification creation process...?
Thanks for any assistance,
Jim