Page 1 of 1

Product Links with CPath and Page url queries

Posted: Fri Mar 04, 2022 11:30 am
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']);