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)
-   -   Single Product per category, straight to product description with clean URLs (https://forum.x-cart.com/showthread.php?t=51071)

adeturner 12-01-2009 05:18 AM

Single Product per category, straight to product description with clean URLs
 
Hi Guys

I've seen variations on this, but I'm hoping there is someway of acheiving both:

I am creating a store in 4.2.11 that will only ever have one product per category. When a user clicks a category, I'd like them to be directed directly to the product description.

I would also like to use clean URLs in the SEO mod.

I've seen the mod to acheive the desired effect when not using clean URLs, but not with. Can anyone help please!?

adeturner 12-01-2009 05:26 AM

Re: Single Product per category, straight to product description with clean URLs
 
Answered it myself, just needed an extra slash:

Quote:


{if $products|@count eq 1}
{assign var="prodURL" value="product.php?productid=`$products.0.producti d`&cat=$cat&page=1"}
{php}
header( "Location: /" . $GLOBALS[smarty]->_tpl_vars[prodURL] );
{/php}
{/if}



All times are GMT -8. The time now is 03:26 PM.

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