News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

BTP Pro Shipping Plugin

Started by PRO, April 02, 2012, 17:06:08 PM

Previous topic - Next topic

techmodule

Hi
Thanks for quick reply
My problem is in the attached file.
The Freight fee = the q.ty x the Maximum Weight (inspite the weight of one pc = 500gram)
And when i try to change the weight of one pc = 1kg, the freight fee is not chaged
Do you understand what i mean
Thank you so much

[attachment cleanup by admin]

techmodule

Hi
Thanks for quick reply
My problem is in the attached file.
The Freight fee = the q.ty x the RATE
And when i try to change the weight of one pc = 1kg, the freight fee is not chaged
Do you understand what i mean
Thank you so much


[attachment cleanup by admin]

PRO

Each rate

Multiplies

Rate x Weight

Is that not working?



techmodule

Quote from: BanquetTables.pro on July 30, 2012, 14:25:32 PM
Each rate

Multiplies

Rate x Weight

Is that not working?
Dear
When i keep the rate the mini and maximum, and i change the weight of one product from 0.5kg to 1kg, the freight fee does not change
I give you the link, you can add to cart and try to do it
The link http://vinaplaza.vn/index.php/binh-dung-nuoc-rua-tay/loai-nut-bam/binh-dung-nuoc-rua-tay-tmyg-810-detail
The link of cart http://vinaplaza.vn/index.php/mua-hang-online/gio-hang
I think: In your plugin the Q.ty of order in Cart = the Maximum Weight
Example:
Rate                                     10000                 
Minimum Weight             1
Maximum Weight            2                                if the q.ty of order is 2, the freight is 100000*2
   
Rate                                      5000
Minimum Weight            2
Maximum Weight            3                               if the q.ty of order is 3, the freight is 5000*3
Plz check your plugin again, i dont know what is erro
Thank you
   

PRO

do you have the bottom parameters filled in?

quantity options?

and amount for free shipment?


techmodule

Dear
Plz check my file
I fill all of them.
I am sure that have the big problem with your plugin
Beacause when i change the weight of an product, with the same q.ty in VM cart, the freight fee does not change


[attachment cleanup by admin]

techmodule

Plz check the pic

[attachment cleanup by admin]

PRO

I cannot get anything to add to cart on your site

[attachment cleanup by admin]

techmodule

Dear
When you visit my website, plz press F5 to know what you have added to cart.
and check the pic

[attachment cleanup by admin]

PRO

what happens when you change all weights to "even" numbers, not decimals?

techmodule

Quote from: BanquetTables.pro on July 31, 2012, 14:38:04 PM
what happens when you change all weights to "even" numbers, not decimals?
Dear plz check the config at the last pics, when i change the weight from 0.5kg to 1kg.
The freight fee is same.
I try many times and i see that forumalas of that plugin below, example:
The freight =F
rate 1 = a1
min 1= b1
max 1 = c1
rate 2 = a2
min 2= b2
max 2 = c2
rat 3 = a3
min 3= b3
max 3 = c3
the q.ty of the order is Q,
if the  b1<Q<c1  => F=Q.a1
if the b2<Q<c2  => F=Q.a2
and continue: b3<Q<c3  => F=Q.a3
and the Unit weight of a products does not use in this plugin
Plz check for me.
Do you understand what i mean
Thank you so much

[attachment cleanup by admin]

techmodule

Plz check the attached file
After many testing, i dont understand what is mistake

[attachment cleanup by admin]

PRO

Quote from: techmodule on August 01, 2012, 12:49:59 PM
Plz check the attached file
After many testing, i dont understand what is mistake

It works for me, i tried it

techmodule

dear
Did you see my file?
Plz login the administrator of my site and test for me
Thank you

techmodule

hello
i check the code of plugin
$values['order_weight'] = $this->getOrderWeight($cart, $method->weight_unit);
i think that line is not right