![]() |
New field in admin product page
On each product page in the admin area I would like to add a field (similar to the price field) that would allow me to place a comparative price just above the price of the product in the store.
for instance *An attorney would charge $875 to draft this form* Price: $29.95 I would like the 875 to be called dynamically from the database for each product. I would also like to add a language variable, called compare_price for the admin page. Where are the $lan variables stored? thx, Ash |
Re: New field in admin product page
Why not use Extra Fields?
|
Re: New field in admin product page
I am already using extrafields below the price.
Plus I would like to learn how to do this. |
Re: New field in admin product page
But you can use more than one :) Create a new field and call it independently from the others.
|
Re: New field in admin product page
I can have them in differnet places? I thought they were all called in the extrafields.tpl or whatever.
|
Re: New field in admin product page
Ok how do I call the extra field variables? by service name? {$field.service_name}
|
Re: New field in admin product page
{$extra_fields[1].field_value}
Replace 1 with the field number you want to call. |
Re: New field in admin product page
got it. but would still like to know how to create language variables
|
Re: New field in admin product page
You create languages variables via the 'Languages' link in your admin.
|
All times are GMT -8. The time now is 06:49 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.