News:

Support the VirtueMart project and become a member

Main Menu

Custom Field Cart variant of product weight

Started by rckmad, January 22, 2013, 23:32:09 PM

Previous topic - Next topic

servlet

And what happen in VM3.x? Is it available now. I am not tested VM3.x... Please share your xp.
Он-лайн магазин за фототапети http://mishelfoster.com

qb-virtue

I am need of this feature for a VM3 site, does anyone have any input? Child products are not an option for me.
Thanks in advance. 

AH

Maybe this will help

http://forum.virtuemart.net/index.php?topic=127362.0

I have posted a possible modification for weight settings if the base version does not meet your needs (NOTE THAT THIS IS NOT TESTED!)

http://forum.virtuemart.net/index.php?topic=130512.msg450014#msg450014
Regards
A

Joomla 3.10.11
php 8.0

servlet

Он-лайн магазин за фототапети http://mishelfoster.com

Adwans

Hello Members!
This solution looks attractive and clear :
Quote from: PRO on April 14, 2013, 04:57:46 AM

in regards to changing the shipping price based on the custom.

a custom field product plugin that talks to a shipping plugin can do this.

The custom field plugin just has to define the variable

& in the shipping plugin

&getOrderWeight($cart, $method->weight_unit){
$newOrderWeight=code here
return $newOrderWeight;
}


OR
...
I ve started with cart plugin (not a problem) but cannot find customfield plugin. Where is a right place to start from?
My shop  - doors and windows  - has not many products BUT a lot of "size"  (this means "weight") variants. Just want to modify OrderWeight a bit.

Thanks in advance. PRO? Could You?
Zibi

PRO

Quote from: Adwans on August 27, 2015, 20:04:14 PM
Hello Members!
This solution looks attractive and clear :
Quote from: PRO on April 14, 2013, 04:57:46 AM

in regards to changing the shipping price based on the custom.

a custom field product plugin that talks to a shipping plugin can do this.

The custom field plugin just has to define the variable

& in the shipping plugin

&getOrderWeight($cart, $method->weight_unit){
$newOrderWeight=code here
return $newOrderWeight;
}


OR
...
I ve started with cart plugin (not a problem) but cannot find customfield plugin. Where is a right place to start from?
My shop  - doors and windows  - has not many products BUT a lot of "size"  (this means "weight") variants. Just want to modify OrderWeight a bit.

Thanks in advance. PRO? Could You?
Zibi

in VM3 this is a lot easier.
This plugin does it
http://forum.virtuemart.net/index.php?topic=127362.0


lindapowers

Quote from: PRO on August 28, 2015, 13:17:25 PM
Quote from: Adwans on August 27, 2015, 20:04:14 PM
Hello Members!
This solution looks attractive and clear :
Quote from: PRO on April 14, 2013, 04:57:46 AM

in regards to changing the shipping price based on the custom.

a custom field product plugin that talks to a shipping plugin can do this.

The custom field plugin just has to define the variable

& in the shipping plugin

&getOrderWeight($cart, $method->weight_unit){
$newOrderWeight=code here
return $newOrderWeight;
}


OR
...
I ve started with cart plugin (not a problem) but cannot find customfield plugin. Where is a right place to start from?
My shop  - doors and windows  - has not many products BUT a lot of "size"  (this means "weight") variants. Just want to modify OrderWeight a bit.

Thanks in advance. PRO? Could You?
Zibi

in VM3 this is a lot easier.
This plugin does it
http://forum.virtuemart.net/index.php?topic=127362.0



I tested but that plugin is super complicated, I couldn't even understand how to set up a basic dropdown for settings. Not complaining, is free and probably useful for many others.

I think guys here as me simply require the custom field of string value with weight modification per variant.

Sadly we seem forced to use childs or multivariants only cause we require a different weight.

AH

Lindapowers

Quote"I tested but that plugin is super complicated, I couldn't even understand how to set up a basic dropdown for settings. Not complaining, is free and probably useful for many others."

I have posted the - extremely simple solution to your issue on the relevant plugin page.

QuoteQuote

    If a product has weight 5 kg and I want to add variants for 6 and 7 kg don't really understand how to handle that.


Assuming the base product is the 5kg product then the rest is basic maths!

5/6 = 1.2  5/7 = 1.4

Config:

5kg,6kg@*1.2,7kg@*1.4
Regards
A

Joomla 3.10.11
php 8.0