Amend Quantity in shopping cart glitch

More
5 years 3 months ago - 5 years 3 months ago #121277 by Ian
I have just set up a new store.

Have integrated to Paypal and Square - technical setup almost complete - just need to set up the products.

I have a few questions:

1) Client Adjusting Quantity in cart.
If you use the + and - buttons in the cart to adjust the quantity it goes up and down in increments of 2.
So pressing + will change quantity from 1 to 3 etc.
You can set the correct quantity by typing number into field.

2) Privacy policy
Could this be made to work like Terms and Conditions - i.e. to show a link to a popup
Also having trouble adjusting appearance of tickbox and msg in checkout using CSS as no class tags for this individual field
Last edit: 5 years 3 months ago by Ian.

Please Log in or Create an account to join the conversation.

More
5 years 3 months ago #121278 by Ian
Replied by Ian on topic Amend Quantity in shopping cart glitch
3) Hiding other fields e.g Comments about order
I realise there is no option in config to hide this Comments field.

But a general solution would be to make sure that these control fields had a class or id put in their html tag.

Then in CSS we could easily hide or adjust fields appearance.

Please Log in or Create an account to join the conversation.

More
5 years 3 months ago - 5 years 3 months ago #121281 by Ian
Replied by Ian on topic Amend Quantity in shopping cart glitch
I have managed to hide the Add Comments field now with this CSS

textarea#textarea {
display: none;
}

And translating the field label to be empty using translator in eshop config.
Last edit: 5 years 3 months ago by Ian.

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
5 years 2 months ago #121439 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Amend Quantity in shopping cart glitch
Hello Ian,

Sound like you need to edit something related to the layout. If so, please communicate with us via ticket system so our support staff can help you.

Sincerely, Giang

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong