VM Ordernumber Plugin
VM Downloads for Sale Plugin
VM Shipping by Rules Plugins
VM Add Buyers to Joomla Groups
Advanced Order Numbers for Magento
Basic / Advanced Order Numbers for WooCommerce
Shipping By Rules for WooCommerce
Tutorial: Automatic updates for Commercial VM and WP plugins
Tutorial: Extending VM with custom views
Tutorial: Upgrading a VM2 plugin to VM3
Advanced Ordernumbers for VirtueMart
Downloads for Sale for VirtueMart
Shipping by Rules for VirtueMart
EU Sales Reports for VirtueMart
Subscribe Buyers to AcyMailing for VirtueMart
Add Buyers to Joomla Groups for VirtueMart
VM Customers to Joomla Groups Admin Panel
Auto Parent Categories for VirtueMart
Name The Price for VirtueMart
Ordernumbers for Magento
Ordernumbers for WooCommerce
Shipping By Rules for WooCommerce
CB Usergroups Field Plugin With great sadness we have to announce that we are ceasing development of all our VirtueMart, WooCommerce and Joomla plugins. Effective immediately, all our plugins -- even those that were paid downloads -- are made available for free from our homepage (GPL license still applies), but we cannot and will not provide any support anymore.
It has been a great pleasure to be part of the thriving development communities of VirtueMart as well as WooCommerce. However, during the last year it became painstakingly clear that in addition to a full-time job, a young family and several other time-consuming hobbies at professional level (like being a professional singer) the plugin development and the support that it requires is not sustainable and is taking its toll. It has been an honor, but it is now time to say good bye!
|
Welcome,
Guest
|
|
Hi,
In my country some freight company regulations is mandatory to use insurance for categories of electronic products or the price is 10 times the shipping cost I still cannot find the good script for this need, below is temporary solution. I'm use conditions "2 in Categories OR Amount>1000000" for temporary, it should be "2 in Categories OR Amount>10*Shipping" but it's not work. I need your suggestion and support. Thanks, Ruhanda Complete script: ================ (translate for some variable: BeratPengiriman is Weight, Asuransi is Insurance) Name=Masukan KODE POS (ZIP) yang benar untuk mendapatkan biaya pengiriman ; ZIP<=0; NoShipping Name=Pembelian masih kosong Anda belum Memiliki/Memilih Produk ; Products<=0; NoShipping Variable=Volumetrik;value=0 Variable=Asuransi;value=0 Variable=yesno;value="No" Variable=Volumetrik;Volume!=0;value=ceil(Volume/6000) Variable=BeratPengiriman;Volumetrik<=Weight;value=Weight Variable=BeratPengiriman;Volumetrik>Weight;value=Volumetrik Variable=Asuransi;2 in Categories OR Amount>1000000;value=(0.002*Amount)+5000 Variable=yesno;2 in Categories OR Amount>1000000;value="Yes" Name= {City} Zona-8,1-2 Hari, Asuransi:{yesno}, {BeratPengiriman}Kg; 10001<=ZIP<=17435; Shipping=Asuransi+ceil(BeratPengiriman)*8000 |
|
The problem is that when the conditions and variable definitions are evaluated, the shipping cost is not yet determined, so you can't base your condition or variable on the resulting shipping costs.
Unfortunately, I don't have any suggestion for how to properly implement this... Sorry, Reinhold |