Hey i found a bug or.. perhaps i do something wrong?

I created some countries for Drupal-Ubercart BEFORE i started to use this module.
Now it only shows Countries i just created.. i also deleted the old countries and re-installed again, but that seems not to work, also i can't go to "Review Order" payment because it seems to re-generates the first page checkout every time.

What can i do?

Comments

janton’s picture

ok so i created a drupel site from scratch (without altering anything) results:

-it seems that sitename.com/admin/store/settings/multiprice from starter i can only select: Canada but if i look in Country settings i see also United States... here the problem starts, if i add a new country it won't show the one country in multiprice.
Also if i want to add product prices in the node i have one missing country!
Straingly i can select all countries in Multiprice - country switcher (so here there is not missing a country)

-Than the BIGGEST problem... it seems with multiprice module installed and enabled i can't finish my payment, because the checkout page keeps reloading when i click Next>Review Order
Before i added any Country.. so this happends just out of the box!

Any idee's?

janton’s picture

Title: Select country does not show countries created before installing module » Select country always misses one country AND ALSO can't continue checkout! (perhaps 2 bugs)

title change

hixster’s picture

Are your products shippable items with a delivery address or not?

I found a bug with the checkout where it wasn't displaying an error message because the checkout review requires a delivery address?
We sell virtual good, ie: licenses and I had to modify the module to get it to work.
See this thread http://drupal.org/node/1033822

janton’s picture

No my product does not need shippable information nor delivery adress.. i unchecked these in /admin/store/settings/checkout/edit/panes

So i have only Cart contents Customer information and Payment method checked!
But i will read you thread! And will look how it respons if i enable delivery addres!

janton’s picture

YES you are right! That was it!.. so it seems it's the same bug (the problem with checkout review)

We also sell virtual good, ie: licenses ! so we only need.. email adres..
It seems to work with delivery address and Billing information! I don't need both of them.. perhaps only billing information.

I will try the Patch v2 form that thread now!

janton’s picture

Status: Active » Needs review

Ok as you can see in your thread: http://drupal.org/node/1033822 i patched my module.. only this does not seem to solve the problem with checkout.

You say: "I had to modify the module to get it to work."
Not with those patches i guess? can you perhaps share the php file or a patch or.. some advice?

hixster’s picture

Sorry Janton,

The solution is in this thread.

http://drupal.org/node/999180