X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Featured product to category page (https://forum.x-cart.com/showthread.php?t=66146)

sadra.ho 02-16-2013 08:50 AM

Featured product to category page
 
Hi guys

We have featured products available on the first page however we are trying to change the link so that when the user clicks the product they are taken to the products category page rather than the products page. Does anyone know how to accomplish this?

Thanks in advance

cflsystems 02-16-2013 02:44 PM

Re: Featured product to category page
 
You will have to modify the featured products tmeplate and change the <a> tag to point to the category but I am not sure why you want it like this - as a customer if I click on product I will expect to see the product page not the category page

Not test but something like this
<a href="home.php?cat={$product.categoryid}">

sadra.ho 02-16-2013 02:51 PM

Re: Featured product to category page
 
Cheers for you reply. I know what you mean however our client wants it this way. Unfortunately the code you gave didn't work, it just comes up with cat= and it doesn't find the id.

cflsystems 02-16-2013 02:57 PM

Re: Featured product to category page
 
Either the array is not called product or the categoryid is not available in it. Use the webmaster mode to find out

sadra.ho 02-16-2013 03:22 PM

Re: Featured product to category page
 
I believe the array is called product however categoryid doesn't seem to work. Not really sure what to do

ambal 02-17-2013 01:16 AM

Re: Featured product to category page
 
Move to X-Cart Customization > Storefront Design & Template Editing in v 4.4.x

cherie 02-19-2013 03:36 PM

Re: Featured product to category page
 
categoryid may not be available in Featured Products. Dump $products in featured_products.php to see what's there. You may have to adjust featured_products.php or include/search.php to include categoryid.


All times are GMT -8. The time now is 07:17 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.