Shipping Cost Missing on Checkout

  • Posts: 964
  • Thank you received: 11
  • Hikashop Business
11 years 3 weeks ago #130278

Joomla 2.5.14
HikaShop Business: 2.2.2

I'm not sure why the shipping cost is missing from the shopping cart. Please see attached pic.

Thank you!!

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 weeks ago #130355

Hi

1. You didn't attached you screenshot :)
2. Can you show me how did you configured your shipping method through some screenshots ?
3. Can you follow each step of the "shipping methods" section of the FAQ

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

  • Posts: 154
  • Thank you received: 10
11 years 3 weeks ago #130398

I have thesame problem here. I've made a copy of my live site to expiriment with the latest update and now the shipping wont show in cart.

All I did:

- Update Hikashop to 2.2.2

Now when I add a product to cart it gives me this:
hika1.jpg - I can select the shipping method, then I click next
hika2.jpg - This is the next page, but it doesn't add the 8 euros for shipping :(


Proud of my website www.hetcomputerwinkeltje.nl

Currently just running catalog mode, but hope to go live soon again :)
Attachments:

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

  • Posts: 154
  • Thank you received: 10
11 years 3 weeks ago #130416

Hi!

I don't know what solved this, but I've started with a new template and the problem disappeared.

So for me, the problem has been solved!


Proud of my website www.hetcomputerwinkeltje.nl

Currently just running catalog mode, but hope to go live soon again :)

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

  • Posts: 964
  • Thank you received: 11
  • Hikashop Business
11 years 3 weeks ago #130425

Thanks anypc. That worked!!

Mohamed, is there a way to prevent the cart icons from being replaced each time I do an update? Please see attached the icons I am referring to.

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 3 weeks ago #130491

Hi,

You have to edit the view "checkout / cart" and change the path of the icon, the code line is:

<img src="<?php echo HIKASHOP_IMAGES . 'refresh.png';?>" border="0" alt="<?php echo JText::_('HIKA_REFRESH'); ?>" />
And place the image in another folder, or have a different image name.

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

  • Posts: 964
  • Thank you received: 11
  • Hikashop Business
11 years 3 weeks ago #130533

Pardon my ignorance Xavier but that is what I did and it was still overwritten.

Say I have a folder in images/hikashop how would I edit the code for it to get the images from there? I think I may have done it incorrectly the first time.

I also want to do the same for the payment icons. I assume it's the same procedure?

Thank you!!

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

  • Posts: 82864
  • Thank you received: 13372
  • MODERATOR
11 years 3 weeks ago #130710

You would have to have that code:

<img src="<http://mywebsite.com/images/hikashop/refresh.png" border="0" alt="<?php echo JText::_('HIKA_REFRESH'); ?>" />
Regarding the payment icons, you can simply add the images you want in the folder media/com_hikashop/images/payment and then select them in your payment methods' image option.

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

Time to create page: 0.097 seconds
Powered by Kunena Forum