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*
|