Page 1 of 1

Shopping cart without prices

Posted: Tue Jan 02, 2018 1:25 am
by Abdulla3d
The task is this: there is a website with products, but without prices. Each page of the product will have a "Order" button. After clicking, at the top right of the basket icon with information about the number of products in the basket, the information changes. To go to the basket, you can click on the basket in the header. On the page of the "basket" is the name of the product, its quantity. The guest of the site is invited to enter the name / name, address, mail and phone. After you press the order, then this form should come to the site owner.
Question: Is it possible to implement this by standard means of the build?
I would be grateful for any information

Re: Shopping cart without prices

Posted: Tue Jan 02, 2018 1:49 am
by BaconFries
Anything is possible within the programme. With this said you can design the layout with the tools available but it will require a knowledge of programming such as PHP and possibly a database for the products to achieve this.

Re: Shopping cart without prices

Posted: Tue Jan 02, 2018 8:05 am
by Pablo
Maybe this will be helpful?
viewtopic.php?f=10&t=57726a

Re: Shopping cart without prices

Posted: Tue Jan 02, 2018 12:07 pm
by Abdulla3d
Thanks. I`ll to learn)