I go here:
zen/index.php?main_page=product_info&products_id=3734
and get sorry no products ...
Printable View
I go here:
zen/index.php?main_page=product_info&products_id=3734
and get sorry no products ...
I am using Ceon URI Mapping and the url is http://www.herbschina.com/zen/infusi...g_ji_star_ring
Just cause I am not seeing the problem based on your code ... does anything change if you turn off that mapping?
When I add that to the cart and mouse over it, that shows the link to be:
/zen/index.php?main_page=product_info&products_id=282
282 does not show in your table.php code ... :lookaroun
Are you sure that you are using the:
products_id
in the code or are you using the:
products_model
You want to be using the:
products_id
I turned off Ceon mapping and the same happens.
On the page https://www.herbschina.com/zen/index...ckout_shipping the echo code shows at top of source code.
Problem resolved.
I was using the "model" number (my real item number) as I have always thought of the "product ID" as being just a sequence number for the order in which an item was added to my e-store.
Thanks for the update that this is working with the right products_id values ... :smile:
You'd be amazed how often thing like this happen ...
And thanks for your help. Your knowledge and patience (with occasional dense heads like me) are amazing.
Hi Ajeh,
Another question.
Will this code work on a 1.3.9h version store.
Thanks