Product Links with CPath and Page url queries

Open to all! Ask other shopowners for help.
Post Reply
pchelpwebshop
Posts: 1
Joined: Mon Mar 01, 2021 6:44 pm
Phoenix Version:

Product Links with CPath and Page url queries

Post by pchelpwebshop »

Think this has been there for a while.
Product listings that have sort and page selections available also show these details in the product links.

see links on https://phoenixcart.org/demo/index.php?cPath=2 (currently Phoenix v1.0.8.12)

templates\default\includes\components\product_listing.php line 62

$listing['link'] = Product::build_link($listing['products_id'], null);
might be changed (core code rules) to:
$listing['link'] = Product::build_link($listing['products_id']);


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply