Print icon do not show at the checkout

  • Posts: 567
  • Thank you received: 11
  • Hikashop Business
4 years 1 day ago #326265

-- HikaShop version -- : 4.4.0
-- Joomla version -- : 3.9.21
-- PHP version -- : 5.6.40
-- Browser(s) name and version -- : Google Chrome

hi, I had turn on the settings for allow users to print their cart but when I go to checkout there is no any print icon display

please assist, thanks

Attachments:

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

  • Posts: 4747
  • Thank you received: 644
  • MODERATOR
4 years 18 hours ago #326297

Hello,

This option is for your view cart, from customer account page (via an item menu : User control panel view).
Now if you want to have it in your checkout cart view this must required an override view, and some solid html & php knowledge.
First have a look on this tutorial , to see how to use HikaShop override system.

Now, in order to guide you have to add in your checkout/show_block_cart view.
1. Create a button with a <a href="#"></a>
2. Use this Url to trigger the print application :

hikashop_completeLink('cart&task=show&print_cart=1&cart_id='.$cart->cart_id.'&Itemid='.$Itemid, true)
3. Put where your need the print button, just take care to add this code after that these variables are setted :
- $cart
- $Itemid

OR you have to Contact us for a quote and a custom development from ourselves.
Regards

Last edit: 4 years 1 day ago by Philip.

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

Time to create page: 0.070 seconds
Powered by Kunena Forum