Añadir al carro de compra

  • Posts: 268
  • Thank you received: 7
  • Hikashop Business
3 years 3 months ago #328572

-- url of the page with the problem -- : www.hermanosgaliano.es/comprar/cajas-de-pizza-personalizadas
-- HikaShop version -- : 4.4.0
-- Joomla version -- : 3.9.24

Hello Nicolas, good morning.
Let's see if you can help me.
I have a lot of custom product pages where I just want to show the add to cart option.
I don't want the quantity option to be displayed.
These are products that once the size and quantity selection has been made by the user, it is unnecessary to display the quantity option and can create confusion.
Is there a way to hide this field in specific products?



Hola Nicolás, buenos días.
A ver si me puedes ayudar.
Tengo muchas páginas de producto personalizado en la que solo quiero que se muestre la opción de añadir al carro de compra.
No quiero que se muestre la opción de cantidad.
Se trata de productos que una vez que se ha hecho la selección de tamaño y cantidad por parte del usuario es innecesario que se muestre la opción de cantidad y puede crear confusión.
¿Hay manera de ocultar este campo en productos concretos?

[moderator :] Please note that this part of the forum is english only, thank you very much for your attention.
Tenga en cuenta que esta parte del foro es solo en inglés, muchas gracias por su atención.

Last edit: 3 years 3 months ago by Philip.

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

  • Posts: 4519
  • Thank you received: 612
  • MODERATOR
3 years 3 months ago #328582

Hello,

If you want to hide in certain specific context your add to cart button or quantity or any element, then we think that the most easy is to use custom Css.

First have a look on this documentation to see how to add custom css.
Then create a good selector to be sure to restrict your command css where it's required :

.html_class_page1 .html_class_element,
.html_class_page1 .html_class_quantity,
.html_class_page2 .html_class_element,
.html_class_page2 .html_class_quantity,
.html_class_page2 .html_class_addToCart {
display: none;
}


Hope this will help you to achieved what you required.
Regards

Last edit: 3 years 3 months ago by Philip.

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

Time to create page: 0.057 seconds
Powered by Kunena Forum