Hey there! I'm currently working on building a static website using HTML and CSS. While I don't have knowledge of Javascript or PHP, I am able to incorporate jQuery into websites by simply copying and pasting the code in the right place.
I was wondering if there's a way for me to include a shopping cart feature without integrating a payment gateway?
The concept is to allow customers to add items to their list, but when they are done shopping, they would be prompted to call a designated telephone number.
This approach will enable customers to have a complete list of their selected items in front of them as they place their order over the phone.
In addition, when an item is added to the list, it should automatically include the minimum quantity required.
The reason we're not focusing on the payment aspect is because the store owners act as brokers and the prices of their products fluctuate daily.
Any assistance on how to achieve this would be greatly appreciated. Thank you in advance!