You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I would like a to add an extra field that would allow me to add anEstimated Re-stock Date below the price . How do you do this?
Offline
First, use the Database Utilities | Manage User Defined Table Columns function to add your column. You will want to add a column named 'product_restockdate'. Then, follow examples elsewhere in the forum for adding that column to the SQL and arrays in ./cgi-bin/library/modules/ste_prod.pl to get that field available in your out of stock element. Once it's available, you can call it up from the out of stock element with this tag:
(CGIVAR)product_restockdate(/CGIVAR)
Offline