problem in shipping

  • Posts: 92
  • Thank you received: 0
8 years 5 months ago #241938

-- url of the page with the problem -- : www.veypro.com
-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.6.3

Hi
I set Auto select default shipping and payment methods in yes, and Auto submit shipping and payment methods selection in yes too, but no one is selected in checkout.
I send you a screenshot with my configuration and another one of shipping page in checkout.
I did some changes in checkout shipping file, but I tested it deleting those changes and problem continues.
Could you help me to fix it?

Many thanks



Attachments:

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
8 years 5 months ago #242027

Hi,

I don't see any other reasons than a customization of the view file shipping.
Rename the file templates/YOUR_TEMPLATE/html/com_hikashop/checkout/shipping.php to something else via FTP in order to use the latest version of the view file.

The following user(s) said Thank You: pymgym

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

  • Posts: 92
  • Thank you received: 0
8 years 5 months ago #242131

Hi Nicolas,
It's true. The problem was the customization.
The version of this customization was 2.0.0. I delete it and it work fine, but I have a problem now: shipping price don't display right (that was the reason for customization).
I need to display only price without taxes, could you tell me what I have to change in code (I have no idea of php)?
thanks for your unvaluable help

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
8 years 5 months ago #242134

Hi,

you can add at the top of the file shipping of the view checkout after the php tag, in the menu Display->Views, the code :
$this->params->set('price_with_tax',1); //or 0 for untaxed prices
And that will force the display of the prices with or without taxes.

The following user(s) said Thank You: pymgym

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

  • Posts: 92
  • Thank you received: 0
8 years 5 months ago #242515

problem fixed.

thanks ;) ;)

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

  • Posts: 92
  • Thank you received: 0
8 years 5 months ago #243240

Hi,
Another little problem: if I print an invoice, prices too display with taxes.
What can I change to display prices without taxes?
thanks

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
8 years 5 months ago #243258

Hi,

Edit the file "invoice" via the menu Display>Views for your backend template and add the same line at the top.

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

  • Posts: 92
  • Thank you received: 0
8 years 5 months ago #243297

Hi again,
I edited the file "invoice" via the menu Display>Views for my backend template and added the same line at the top but it doesn't work, prices still display with taxes

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
8 years 5 months ago #243331

Hi,

Ah yes, there it should be:
$this->config->set('price_with_tax',1); //or 0 for untaxed prices
instead of:
$this->params->set('price_with_tax',1); //or 0 for untaxed prices

The following user(s) said Thank You: pymgym

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

  • Posts: 92
  • Thank you received: 0
8 years 5 months ago #243439

Hi Nicolas,
Now it's on!
thanks

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

Time to create page: 0.086 seconds
Powered by Kunena Forum