Hello Forum,
I am working on a website that has custom, external product pages. When products are added to the cart, the default link is to the Zen Cart product page for that particular product item (for all good reasons).
I'd like to (if possible) to change this default url linking to it's custom page. The url for the custom page is defined in the MySql table;
products_description
In the field;
products_url
From the, tpl_shopping_cart_default.php, code the, foreach ($productArray as $product), array doesn't have the products url defined as an element within it so the,
<a href="<?php echo $product['linkProductsName']; ...
Cannot be altered with any item/value within the array. Is there anyway I can add a key such that;
productExternalPageUrl => assigned as the products_description.products_url value
to the $productArray above.
Thanks and regards,
- BotRot



