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)
-   -   A little extra category info... (https://forum.x-cart.com/showthread.php?t=4331)

DogByteMan 09-12-2003 12:09 PM

A little extra category info...
 
How do I add content via include below the category listing on the category pages. I wish the content to be specific to the category displayed at the time. Perhaps the include should be an html file called up by the category ID???

funkydunk 09-15-2003 03:27 PM

Code:

{assign var="catid" value="$cat"}
{assign var="filetoinclude" value="../pathtofile/$catid.html"}
{include_php file="filetoinclude"}


might work :)

jfinn98 10-18-2003 01:04 PM

funky, what do you think??
 
Funky,

I believe your post and code may be what I am after.
(latest realease.)

my site has about 2k products. unfortunately there are really 3 main cats and ton of subcats. problem is that subcats are listed in one long column.

secondly, I am trying to find a post that directs me to listings thumbs for each subcat listing.

thirdly, I am not opposed to purchasing some of your services.
Unfortunately, the site is of adult product content. This alone may void your interest, and I certainly would understand.

I have set up several x-carts so far, but this one I would like to see a few special things.

If interested still, let me know privately, I would not like to show the site in the forums at this time.


Thanks,


All times are GMT -8. The time now is 05:43 PM.

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