AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Shenhav on November 30, 2012, 12:43:53 AM

Title: add more text fields to the product before clicking on the product
Post by: Shenhav on November 30, 2012, 12:43:53 AM
Hi all,

I have a wholsale website, and I need to add 2 more text field above the price
exp:
(EXIST) Product Name: abc123
(I WANT TO ADD) Unite Price: $6.50
(I WANT TO ADD) Package Price (6pcs)
(EXIST) Model Number: 1212cdc
(EXIST) Price: $39

Thank you
Title: Re: add more text fields to the product before clicking on the product
Post by: abantecart on December 01, 2012, 10:59:21 AM
Part of this functionality is already built into AbanteCart.
- You need to set up wholesale group for customers (you can use default if you want all customers to be wholesalers)
- Go into product edit / promotions tab
- Set up discount section as you need based your qtty

If you need to edit display of this information, you need to edit template file located in /storefront/view/default/template/pages/product/product.tpl

Title: Re: add more text fields to the product before clicking on the product
Post by: Shenhav on December 03, 2012, 02:17:47 AM
Thanks for reply,

But how can I show it before entering the product?
Title: Re: add more text fields to the product before clicking on the product
Post by: abantecart on December 03, 2012, 04:48:36 PM
This will require customization of the template that lists the products. See templates in directory /storefront/view/default/template/pages/product/