News:

Looking for documentation? Take a look on our wiki

Main Menu

Shipment Methods: Not all show up

Started by delikatess, April 17, 2012, 16:40:55 PM

Previous topic - Next topic

delikatess

Hey!

I got Joomla 2.5 & Virtuemart 2.0.2

The Problem:
Not all Shipment methods show up at:
/view/cart/task/edit_shipment
and
/view/cart

I also tried to Print the Output for all Shipment methods:
print_r($this->shipments_shipment_rates);

The Output is a empty array

My Shipment methods (working fine so far...):

#######
#1
Max-weight: 1KG
Max-Count of Products: 1
COST: 2.20€
Shipment-Plugin (The only one for 2.0.2): VM - Shipment by weight, ZIP and country

#######
#2
Max-weight: 3KG
Min-Count of Products: 2
Max-Count of Products: 3
COST: 3.00 €
Shipment-Plugin (The only one for 2.0.2): VM - Shipment by weight, ZIP and country

#######
#3
Min-weight: 10KG
Max-weight: 20KG
Min-Count of Products: 1
Max-Count of Products: 2
COST: 4.50 €
Shipment-Plugin (The only one for 2.0.2): VM - Shipment by weight, ZIP and country

And finally #4 NOT WORKING
#########
#4
Minimum-Purchase-Amount: 40€ (if also tried 1€ or 0€)
COST: 5 €
Shipment-Plugin (The only one for 2.0.2): VM - Shipment by weight, ZIP and country


So what happens now: ShipmentMethod #4 does NEVER show up!
any help?

site: http://www.delikatess.org/public/laden
you can order... its not public yet.

alatak

Hi,

You should update to version 2.0.6. I have tried all your configurations, and the shipment methods are showing correctly.

delikatess

thx!

i got it to work with 2.0.2.
i entered for ALL methods start/end weight AND start/end Product Count.
works fine (so far...)

im gonna check the change log... maybe ill update. - the site will go online in the next 2 days.
too much custom code to get it to work...

alatak

Hi,

OK. Good news then.
Yes it is true, if you want to update and you are using not the default provided VM template, you have to do some change in it.
If you use the default one, then you should not have problem.