VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: MAD King on September 23, 2018, 22:27:51 PM

Title: Flat and USPS Shipping Method Combined- Possible?
Post by: MAD King on September 23, 2018, 22:27:51 PM
Hello,

I have a question for the experienced VMler her, but I am not even sure if this is the right forum for my problem.
I am using Joomla! 3.8.12 with VirtueMart 3.4.0 together with the plugins OPC from Rupostel and VM USPS plugin from Park Beach Systems.
I would like to do following:

I have a category with items which have all the same dimensions and weight. These items I would like to ship for a flat fee.
I also have other categories with different items and different measurements.

How can I set up the shipping calculation as following?

If someone orders only one item from the flat fee category, s/he gets charge the flat fee. This is simple.
Now, this customer orders two of the same items for the flat fee, gets calculated twice the freight.
More scenarios: Customer ordered these two items for the same flat fee, but another one from the non-flat-fee categories.

How can I tell VM to calculate per weight now and not do a sum of flat fee and weight based shipping?

Wow, I hope some can get through this what I wrote.  :-[

Thanks
Title: Re: Flat and USPS Shipping Method Combined- Possible?
Post by: MAD King on September 25, 2018, 18:57:12 PM
Looks like there are no experienced Virtuemart people here.
Title: Re: Flat and USPS Shipping Method Combined- Possible?
Post by: GJC Web Design on September 25, 2018, 20:25:36 PM
what you are wanting to do is the classic problem of mixed shipping...

on their own the setup is straight forward .. but combine your two requirements and it immediately gets very complex

I have done setups like this .. my approach would be to extend the Parkbench plugin to do the manual calc of the flat rates and add it to the shipping discovered by USPS for the other items

But it isn't simple code and IMHO it certainly isn't configurable from existing plugins
Title: Re: Flat and USPS Shipping Method Combined- Possible?
Post by: MAD King on September 25, 2018, 20:45:49 PM
I was afraid that someone would say something like this.  :-\
How do other user solve something like this?
Title: Re: Flat and USPS Shipping Method Combined- Possible?
Post by: GJC Web Design on September 25, 2018, 23:50:58 PM
they employ an experienced coder to code them a solution

This is such a one off request how could combination shipping methods possibly be in the core?
Title: Re: Flat and USPS Shipping Method Combined- Possible?
Post by: MAD King on September 25, 2018, 23:57:06 PM
Quote from: GJC Web Design on September 25, 2018, 23:50:58 PM
This is such a one off request how could combination shipping methods possibly be in the core?
I do not know. I am not a developer. Just a little user without the knowledge of a developer.