envoimoinscher shipping checkout page

  • Posts: 54
  • Thank you received: 2
  • Hikaserial Subscription Hikashop Business
9 years 10 months ago #186893

-- HikaShop version -- : 2.3.5
-- Joomla version -- : 2.5.28
-- Error-message(debug-mod must be tuned on) -- : one of errors:

Uncaught Error: Syntax error, unrecognized expression: label[for=hikashop_shipping_envoimoinscher_280-UPS / Express_14v1]

Hi !

I have Just integrated the plugin envoimoinscher on my shipping methods but on checkout process, when I click one of this method showing with this plugin, The button is not show checked with this jquery error : Uncaught Error: Syntax error, unrecognized expression: label[for=hikashop_shipping_envoimoinscher....

Don't know why it's only when this shipping plgin is concerned on checkout page.

Any explanations are welcome.

Thank you

Best regards,

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

  • Posts: 12953
  • Thank you received: 1778
9 years 10 months ago #186895

Hello,
Firstly can you show me through some screenshots how did you configured your envoimoinscher shipping method so that we can test it on our end ?
Also did you add the "pick up" action through the steps of your checkout workflow via "Hikashop->System->Configuration->Checkout" ?

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

  • Posts: 54
  • Thank you received: 2
  • Hikaserial Subscription Hikashop Business
9 years 10 months ago #186987

Thank-you,

please, found in attachment my screenshoot here to explain my issue :

first working when shipping selected (see green check symbol on my selection) but not working when choose shipping method by envoimoinscher with jquery error explain above.

please test it with demo / demo account on live website

Thanks for your support.

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
9 years 10 months ago #187041

Hello,
Can you give me a temporary access to your back-end through a private message so that I can directly test it ?
Thanks.

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

  • Posts: 54
  • Thank you received: 2
  • Hikaserial Subscription Hikashop Business
9 years 10 months ago #187196

Hello,

PM sent.

thank-you for your feedback.

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

  • Posts: 12953
  • Thank you received: 1778
9 years 10 months ago #187317

Your issue is only coming from your CSS code, if you remove that CSS property from your "media/com_hikashop/css/frontend_food.css" CSS file :

.hika-radio input[type="radio"] {
display: none;
}
You'll see that the shipping method is correctly selected and that you'll only have to press "Next"
A solution can be to remove that CSS code or set the "Auto submit shipping and payment methods selection" option to YES via "Hikashop->System->Configuration->Checkout"

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

  • Posts: 54
  • Thank you received: 2
  • Hikaserial Subscription Hikashop Business
9 years 10 months ago #187422

Hello Mohamed,

Thank-you for your answer. I have disabled this css style because I have styling by another code like this :

div.hikashop_shipping_group label.active {

background-color:#3a87ad!important;
}

div.hikashop_shipping_group label.active:before {

content:'\2713';
margin-right:5px;
color:#7af416;

}

and working fine but when envoinsmoinscher plugin is enabled the jquery script can't push active class on the label when is ii selected.
with this same error Syntax error, unrecognized expression: label[for=hikashop_shipping_envoimoinscher.....

Regards,

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

  • Posts: 12953
  • Thank you received: 1778
9 years 10 months ago #187474

Hello,
We didn't succeed to reproduce your issue on our end, can you test it with one of the default Joomla template ?
Thanks.

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

  • Posts: 54
  • Thank you received: 2
  • Hikaserial Subscription Hikashop Business
9 years 10 months ago #187663

thank-you.

another question : how to show pickup points selection into flow checkout process when relais colis / mondial relais is checked ?

regards,

Last edit: 9 years 10 months ago by consultech.

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

  • Posts: 12953
  • Thank you received: 1778
9 years 10 months ago #187682

Hello,
You'll have to add a "Pickup point" item on your checkout workflow via "Hikashop->System->Configuration->Checkout".

Last edit: 9 years 10 months ago by Mohamed Thelji.

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

  • Posts: 54
  • Thank you received: 2
  • Hikaserial Subscription Hikashop Business
9 years 10 months ago #187763

of course but:

You have a view name which is not possible in your checkout workflow. You can only use the views:

?!

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

  • Posts: 12953
  • Thank you received: 1778
9 years 10 months ago #187774

Hello,
What do you exactly mean by :

You have a view name which is not possible in your checkout workflow. You can only use the views:

Can you give me more details ?
Thanks.

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

  • Posts: 54
  • Thank you received: 2
  • Hikaserial Subscription Hikashop Business
9 years 10 months ago #187984

Hi Mohamed,

this is the message when I drag and save the pickup point on the graphic workflow.

see attached file.

thanks.

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
9 years 10 months ago #187998

Hello,
We just fixed that issue, you'll just have to edit the file "administrator\components\com_hikashop\controllers\config.php" and change these linese :

JPluginHelper::importPlugin('hikashop');
$dispatcher = JDispatcher::getInstance();
by :
JPluginHelper::importPlugin('hikashop');
JPluginHelper::importPlugin('hikashopshipping');
JPluginHelper::importPlugin('hikashoppayment');
$dispatcher = JDispatcher::getInstance();

The following user(s) said Thank You: consultech

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

Time to create page: 0.091 seconds
Powered by Kunena Forum