![]() |
Stopping free product showing up in Recommends list
I have some zero priced items (free products) that I have in a hidden category that are only made available on checkout. This works fine apart from the free products are turning up on the Recommends lists. Is there a way to block specific products from the Recommends lists?
Thanks Dan |
you could have a look at customer/recommends.php and edit as follows
find Code:
$query_condition .= ")"; adjust to Code:
$query_condition .= ")"; |
Thanks Shan,
Is the price meant to be called something else as I'm getting: INVALID SQL: 1054 : Unknown column 'price' in 'where clause' Just had a look at the xcart_products table and there is no price field as such (unless I'm blind!). All I can see is the list_price which is different to the "our price" value. Thanks Dan |
Hi Dan,
yeh thats probably more like it. i posted that on off the top of my head. give list_price a go |
Thanks Shan,
list_price works so long as list price is 0.00 but I was hoping to have the list price of the figure it originally was (so the cutsomer can see it has a value!) and a price of 0.00 i.e. free. Whereabouts is the price stored then? Thanks Dan |
the original price is market price if Im not mistaken and list price is your price
|
All times are GMT -8. The time now is 01:23 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.