I was wondering if there was a Side box that showed up when you were looking up products Like "Notify me of updates to ****" that allowed people to report a product cheaper if they find it on another site.
Printable View
I was wondering if there was a Side box that showed up when you were looking up products Like "Notify me of updates to ****" that allowed people to report a product cheaper if they find it on another site.
You could start with "Ask A Product Question" - a lot of what you need is in this mod.
http://www.zen-cart.com/index.php?ma...roducts_id=206
Scott
Thanks for the help...
:)
Please instead upload your changes to the "Sideboxes" section of the downloads. Link back to the main contribution in your documentation, and send me mail when you're done and I'll link out to the sidebox contrib next time I update AAQ.
Oh, and be sure to update the help so *you* get the questions, not me LOL!
Thanks,
Scott
I'm sure others will appreciate your mod too. Thank you!
Scott
PS> Please test to ensure interoperability (i.e. be sure you can install both Report a Cheaper Price and Ask a Product Question without conflict).
OKey, i have one problem and it is finished....
This is from file: tpl_report_a_price_default.php
Directory: includes\templates\template_default\templates
Quote:
<label class="inputLabel" for="special_regular"><?php echo ENTRY_SPECIAL_REGULAR; ?></label>
<?php echo zen_draw_radio_field('special_regular', 'Regular', (ACCOUNT_EMAIL_PREFERENCE == '1' ? true : false),'id="special_regular-regular"') . '<label class="radioButtonLabel" for="special_regular-regular">' . ENTRY_EMAIL_REGULAR_DISPLAY . '</label>' . zen_draw_radio_field('special_regular', 'Special', (ACCOUNT_EMAIL_PREFERENCE == '1' ? false : true), 'id="special_regular-special"') . '<label class="radioButtonLabel" for="special_regular-special">' . ENTRY_EMAIL_SPECIAL_DISPLAY . '</label>'; ?>
<br class="clearBoth" />
OKey, the mod is finished and being uploaded to the download section...