Add to cart buttom below quantity

  • Posts: 441
  • Thank you received: 24
12 years 11 months ago #33785

1.-in the hikashop_product_right_part i want the add to cart button to be displayed below the quantity chooser, how can i do that?
2.- in the cart module i dont wnat to be displayed such quantity of information i just want to have in it the numbre of products, the price and a button to link to the main cart display, what do i have to change?
3.- i dont want the cart_module to be displayed in the checkout process but i cant find where to disable it.

Last edit: 12 years 11 months ago by condorazul.

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

  • Posts: 82908
  • Thank you received: 13379
  • MODERATOR
12 years 11 months ago #33801

1. You can't do it with CSS. You will have to create a quantity display template override: www.hikashop.com/en/support/documentatio...tation.html#override

2. You can turn on the "mini cart" option of your hikashop cart module (in the hikashop options of your module) and that will display the cart module like that.

3. You need to use the menu assignment of your cart module (in the joomla options of the module) in order to limit the display of your cart module only to the menus you want. Also, in the configuration of HikaShop, you have the option "Force a menu on checkout" of the Checkout tab where you can set a menu for the checkout so that you will be able to easily hide the module for that menu and thus on the checkout.

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

  • Posts: 441
  • Thank you received: 24
12 years 11 months ago #33806

ok i did the mini cart option change but there are to questions
1.- the translation if you choose quantity and price is wrong it says in spanish something similar to 1 product for 20 € and i have to change it to 1 product total 20 € or similar how can i do it.
2.- i want to add a button under this to go to chekout process but i dont know anything about php, same problem in my first question above.


About question 2 above, if i didnt create any menu to go to checkout in joomla im supposed to do it in force a menu isnt it?

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

  • Posts: 82908
  • Thank you received: 13379
  • MODERATOR
12 years 11 months ago #33841

1. You can change all the text in HikaShop by overriding it as explained there:
www.hikashop.com/en/download/languages.html#modify

2. If you want to add a button for that you can do it in the file "cart" of the view "product" via the menu Display->Views.
You don't need to know PHP, HTML is enough. Just add some code like that for example:
<a href=" mywebsite.com/index.php?option=com_hikashop&ctrl=checkout ">Proceed to checkout</a>

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

  • Posts: 441
  • Thank you received: 24
12 years 11 months ago #33844

1.-I cant find the correct sentence, after searching all the translation

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

  • Posts: 82908
  • Thank you received: 13379
  • MODERATOR
12 years 11 months ago #33862

It's this translation key: X_ITEMS_FOR_X

Last edit: 12 years 11 months ago by nicolas.

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

Time to create page: 0.068 seconds
Powered by Kunena Forum