Jump to content

Module to markup shipping based on Cart Sub-Total


MarcPinnell

Recommended Posts

I am looking to hire someone to create a small module that would increase the shipping quote/fee based on the sub-total of products in the cart. Something along these lines:

			if ($subTtl < 100)
				$quote = $quote * 1.5;
			elseif ($subTtl < 250)
				$quote = $quote * 1.4;
			elseif ($subTtl < 500)
				$quote = $quote * 1.3;
			elseif ($subTtl >= 500)
				$quote = $quote * 1.2;

Please reply with cost and timeframe.

Link to comment
Share on other sites

On 6/27/2020 at 2:22 AM, MarcPinnell said:

I am looking to hire someone to create a small module that would increase the shipping quote/fee based on the sub-total of products in the cart. Something along these lines:


			if ($subTtl < 100)
				$quote = $quote * 1.5;
			elseif ($subTtl < 250)
				$quote = $quote * 1.4;
			elseif ($subTtl < 500)
				$quote = $quote * 1.3;
			elseif ($subTtl >= 500)
				$quote = $quote * 1.2;

Please reply with cost and timeframe.

Hello Marc,

We hope you are doing well.

We  are interested in developing your module, please let us know your medium of contact such skype ID or Whatsapp no.

Thanks!!!

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...