dafatdude Posted October 18, 2005 Posted October 18, 2005 Hello, I am creating an online magic the gathering card shop and i need to be able to create a product listing page that has the following columns: |Name| |Set| |Color| |Rarity| ...... etc. I plan on entering in the relevant columns at the end of the PRODUCT table with phpmyadmin but i would like to know how i can add a sortable column containing the custom information regarding the products. Thanks.
Guest Posted October 18, 2005 Posted October 18, 2005 I would suggest using the Category Fields contribution for your extra fields. You will then need to edit index.php and /includes/modules/product_listing.php and the corresponding language file. The contribution only displays the new fields on the product_info page, but will save you a ton of work :D Matti
Recommended Posts
Archived
This topic is now archived and is closed to further replies.