Product Links with CPath and Page url queries

Ask the community for help and support.
Post Reply
pchelpwebshop
Posts: 1
Joined: Mon Mar 01, 2021 6:44 pm

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']);
Post Reply