Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 ASP (Windows server) versions
 extra field in admin?
Author « Topic »  

gemsbodyjewellery
Ecommerce Template Guru

United Kingdom
1285 Posts

Posted - 02/26/2025 :  01:49:36  
Is there a way to add an extra field in the admin, that wouldn't be shown on the front end but would show in a cvc file?

I just want to add the wholesale cost (the cost to me) of each item to make it easier to work out the value of the stock I am holding.

Thanks

Gemma

Phil
ECT Moderator

United Kingdom
7731 Posts

Posted - 02/26/2025 :  04:20:35  
Hi Gemma,

There is a field for the wholesale price already in the product admin but if that's no use to you do the following below

You can add a custom field to the elements you have listed in your vsadmin/includes.asp file

For example if you have
productpagelayout="productimage,productname, discounts, price, detaillink"

Just add 'custom1' to the list, this will add a field in the admin
productpagelayout="custom1,productimage,productname, discounts, price, detaillink"

and hide it using css so it doesn't display on the front end by adding the following to your css/custom.css file
.custom1{display: none;}

That field will be listed in the inventory csv file when you download it, so you can add your prices




*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000