Fedex Shipping Plugin problem

  • Posts: 17
  • Thank you received: 0
7 years 7 months ago #267554

-- HikaShop version -- : 3.0.1
-- Joomla version -- : 3.6.5
-- PHP version -- : 5.6.11
-- Error-message(debug-mod must be tuned on) -- : Fedex problem

When i add to cart a product and then it takes me on to proceed to checkout page where i used to fill all the information related to address.
Here you will see ,only 2 shipping method(manual shipping) which i have created. It doesn't show the fedex shipping method first time.
But when i fill the form with post code and click on finish button then it shows me the fedex shipping. I want to show the fedex as the defaults as other manual shipping method are showing.
means i want all the shipping method on first step not after submitting the form after filling the address.Please let me know how it's possible with fedex to make it visible before submitting the form.

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
7 years 7 months ago #267557

Hi,

Fedex requires the address of the customer to be able to calculate the shipping fees. So it's impossible to display Fedex shipping methods before that since we don't know what shipping method of Fedex will be available and how much they will cost before the customer enters his address.
You'll have to change your checkour workflow to at least two steps where you have the login/address views on the first step and the shipping view on the second.
www.hikashop.com/support/documentation/2...eckout-workflow.html

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

  • Posts: 17
  • Thank you received: 0
7 years 7 months ago #267601

okey..
is it possible then when someone enters address it use ajax and then show the fedex shipping details rather than submitting the form???

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
7 years 7 months ago #267602

Yes. That's how it is by default with HikaShop 3.

That's why there is the "register" button just below the registration form so that you can validate the address in AJAX and the shipping details will refresh automatically on the page without having the whole page refreshed.
It seems however that you hide that button on your website by adding the CSS:
#hikashop_register_form_button {
display: none;
}
in your template CSS file.

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

Time to create page: 0.060 seconds
Powered by Kunena Forum