Hi Ashely,

Quote Originally Posted by Ashely View Post
Many thanks for your fast response as always.
No problem, glad you are sorted now!


Quote Originally Posted by Ashely View Post
I have another question. I tried to put a "Notify me" button on the product listing page. It worked ok by opening a new page (<a href="' . zen_href_link(FILENAME_BACK_IN_STOCK_NOTIFICATION_SUBSCRIBE, zen_get_all_get_params(array('action', 'products_id')) . 'products_id='. (int)$product_id .'POST') . '" target="_blank">)
This is wrong:

PHP Code:
$product_id .'POST' 
IT works because Zen Cart filters out the "POST", but basically, change that to get rid of the additional text ".'POST'":

PHP Code:
$product_id 
Quote Originally Posted by Ashely View Post
Is there any way to fix this? I think I should add some codes but not sure where and what exactly to add. Could you help?
Sorry but the one thing I don't support for free is custom coding unless I can give an instant answer and on this occasion I can't remember offhand what you need to add, possibly an observer, I'm sure you understand.

Have a nice weekend!

All the best..

Conor
ceon