yes, but how do you add more headers?
I need to add 3 more headers beside the default ones!
yes, but how do you add more headers?
I need to add 3 more headers beside the default ones!
As this is created through an array - Roll up your sleves as this will start with the tpl file for the product listing back into the module that gets the DB info for the array and back to the Database where you will need to adjust to store your new data.
Open the files and follow the logic back through the other files called
You can start with the includes/templates/template_default/templates/tpl_modules_product_listing.php
and check each include and require for other files
Zen-Venom Get Bitten
ok so those are the files -
the next question I have is - if I wanted to specify for each product the value for each header, where would I do that?
would that be some kind of attribute option/value thing?
the files there allows me to list things in a table format, but what about extracting the values to display? where is the best place to store those values for each product?
thanks,
thunderbird
By default the header titles are not variable - wanting this adds another layer of complexity where you will have to create the var in the DB and then call the var in the files that populate the header titles.if I wanted to specify for each product the value for each header, where would I do that?
How is your php knowledge?
Zen-Venom Get Bitten
I am pretty good at php. I wrote some facebook applications a while back.
I realize I could actually use product attributes, but I have no idea how to get attributes to show on the product listing page....