New to Zen. Trying to get familiar with it. I would like to know how to add the required Google "Condition" attribute to my products. Any help appreciated.
New to Zen. Trying to get familiar with it. I would like to know how to add the required Google "Condition" attribute to my products. Any help appreciated.
The best way to do that is to add a condition drop-down to the product edit page, and a corresponding field to the products table. Then you'll need to modify your google feed generator to use that data. I did that for a client's site a few weeks ago - it took a couple of hours to complete.
Neville
An assumption is what you arrive at when you get tired of thinking...
Thank you for your reply! How do I add a drop down to the edit page? Would this be the attribute controller?
No, it would be a programming change to the admin/includes/modules files and a database change to add the new field to the product table.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
no - you'll need to edit:
admin/includes/modules/product/collect_info.php to add/display the condition option
admin/includes/modules/update_product.php to enter the info into the database
Neville
An assumption is what you arrive at when you get tired of thinking...
Thank you!!!![]()