Country/state wrong, plus non-aligned checkout

  • Posts: 279
  • Thank you received: 1
12 years 11 months ago #14653

I have set the country to USA in the display tab, but there are no states showing. How do I insert states, and why were they not included?

Secondly, in the panel showing the product the name numbers and icons are terribly mis-aligned.

Lastly, is there a way to remove the add coupon option?

Attachments:

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

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
12 years 11 months ago #14664

If the states are not displaying, it's highly possible that the problem comes from a javascript error on your website. And it's highly possible that this javascript error is because something on your website is using the javascript library called jquery without using the noConflict routine.You will find several subjects about that on the forum : www.hikashop.com/en/support/forum/search.html?q=jquery
If you want more precise directions, please give us a link to your website so that we can see the javascript error message.

The products details are mis-aligned because of your template CSS. So you need to modify your template CSS.

You can remove the coupon option by removing the "coupon_" view from the checkout workflow option of the configuration.

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

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
12 years 11 months ago #14669

There is no javascript error on your website and the states are displayed for other countries. Which means that you either unpublished/deleted the states of the USA or removed them of the subzones listing of the USA, or modified the type of them to something else than "state".

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

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
12 years 11 months ago #14670

Please check all that via the menu System->Zones.

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

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
12 years 11 months ago #14700

Could you please download again hikashop and reinstall with the new package. We just found a problem in the query inserting the states for UK and the USA and fixed it.

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

  • Posts: 18
  • Thank you received: 0
12 years 11 months ago #15000

Hi,

I have the same problem with ITALY, states are not showing. They are all active. Could it be that the registration form is in Italian?

ITALY is the only zone published.

Attachments:

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

  • Posts: 18
  • Thank you received: 0
12 years 11 months ago #15001

Here is a view of the backend and the relative States.

Attachments:

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

  • Posts: 18
  • Thank you received: 0
12 years 11 months ago #15006

... and why are only FRENCH states appearing in the Field configuration?

Attachments:

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

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
12 years 11 months ago #15012

The problem is totally different.

You said that the only zone published is Italy. That's the problem.
The states of Italy also need to be published in order to be displayed.

Only the French states appear in the address_state field because it bases itself on the default value of the address_country field. So you need to set Italy as the default country in the address_country field and save it before you can see the list of Italy states in the address_state field.

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

  • Posts: 18
  • Thank you received: 0
12 years 11 months ago #15018

The problem is totally different.

You said that the only zone published is Italy. That's the problem.
The states of Italy also need to be published in order to be displayed.
They are published, I checked.

Only the French states appear in the address_state field because it bases itself on the default value of the address_country field. So you need to set Italy as the default country in the address_country field and save it before you can see the list of Italy states in the address_state field.
OK. I went in and found only Italy to be selected (no other coutries appear). So I just saved it and now the Italian States appear in the address_state field. GREAT!

However, the dropdown still doesn't appear in the registration form.

Any other ideas?

Thanks.

Attachments:

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

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
12 years 11 months ago #15019

You have the javascript error below on your website:
Uncaught TypeError: Object #<Object> has no method 'adopt'
SqueezeBox.buildmodal.js:1
SqueezeBox.initializemodal.js:1
ccHikaErrorscheckout:73
invoke.fireEventmootools-core.js:1
hmootools-core.js:1
Array.implement.eachmootools-core.js:1
invoke.fireEventmootools-core.js:1
hmootools-core.js:1

That prevent the javascript of HikaShop from being run, and thus, HikaShop is not able to load the states dropdown.
You need to correct that error and it will work.
The error seems to come from the fact that your template is using the javascript library called jquery without the noConflict call which then conflicts with the javascript library of joomla called mootools.
There are several threads on our forum about that problem and the different solutions users came up with (like adding the noconflict call to your template) :
www.hikashop.com/en/support/forum/search.html?q=jquery

This in not a problem in HikaShop but between your template and joomla which results in HikaShop not being able to run the javascript it needs to run.

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

  • Posts: 18
  • Thank you received: 0
12 years 11 months ago #15023

Thank you,

Yes, I've seen this thread before but didn't think it would relate. Anyhow, if everybody's template that uses jQuery has the same problem, don't you think it's a Hikashop problem? Why not modify Hikashop to avoid this bug?

Anyhow, thanks again, I will try to fix it. If I can't, I am NOT going to change the template, so this will just force me to use another shopping cart software.

Wish me good luck.

;-)

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

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
12 years 11 months ago #15024

No no, you misunderstood me. I didn't say that every template using jquery had that problem.
It's just the templates which use jquery without adding the noconflict code. It's two lines to add in the template's code: forum.joomla.org/viewtopic.php?t=283215
Most templates using jquery have it and HikaShop doesn't have that problem with them.
Only some templates don't include it where they should because they are adding an external js library instead of using the joomla standard library. That's all.

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

  • Posts: 18
  • Thank you received: 0
12 years 11 months ago #15031

I understand, thank you for clearing that up!

I added the following code in my index.php template file, right before the

</head>
tag:
<script type="text/javascript">
jQuery.noConflict();
</script>

... and that solved the problem!
:)

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

  • Posts: 18
  • Thank you received: 0
12 years 11 months ago #15032

ooops... I spoke to quickly, the slideshow on my home page doesn't work anymore.

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

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
12 years 11 months ago #15039

You should try to use something like that:
<script type="text/javascript">
if(jQuery) jQuery.noConflict();
</script>

That way, the noConflict call will only be done when jQuery is loaded on the page.
In some cases, it can happen that the template does not load the js file on every page and using the noconflict call when jquery is not there will cause such problem.

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

  • Posts: 18
  • Thank you received: 0
12 years 11 months ago #15044

I have tried that, but no luck.

So I went ahead and tried to apply the noConflict() on all pages that are NOT the Home page.
Here is the code placed right before the </head> tag:

<?php
$menu = & JSite::getMenu();
if ($menu->getActive() != $menu->getDefault()) { ?>
<script type="text/javascript">
jQuery.noConflict();
</script>
<?php }?>

... and it worked.

But then I realized that the search function in my template doesn't work on all pages other than Home!

Any other help is welcome!

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

  • Posts: 18
  • Thank you received: 0
12 years 11 months ago #15052

SOLUTION (WORK-AROUND)

OK, here goes...

It is obvious to me that the only way I am going to solve this is if i get the noConflict(); function to execute ONLY on the checkout page where the States dropdown appears.

So, in order to do this, I have added the following code in my index.php template page right before the </head> tag:


<?php
$menu = & JSite::getMenu();
if ($currenturl = JURI::current() == " www.mydomain.com/index.php/buy/checkout ") { ?>
<script type="text/javascript">
jQuery.noConflict();
</script>
<?php }?>

I can give up the Search functionality for that page, because I don't want users to Search the site during checkout anyway.

Now I just have to figure out what other pages have the same problem and add those to the script!

If there is any other work-around, please let me know.

In the meantime, thanks for your help!

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

Time to create page: 0.090 seconds
Powered by Kunena Forum