Author Topic: BTP Pro Shipping Plugin  (Read 20280 times)

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9464
BTP Pro Shipping Plugin
« on: April 02, 2012, 09:06:08 AM »
UPDATED: 12/14/12
There are 2 sets of quantity based.
So you can set a rate for 25 or more products, & 50 or more products.
AND: You have the option to set the 1st product at $5, and then each additional at $1





This plugin uses multiplication of the rate you set and the order weight.

It also has free shipping over certain order total.

Allows you to Charge a Flat Fee Per Product.

AND: Allows you to give free shipping over a certain # of products.
For download and more information.
http://www.kaizenmediaworks.com/pro-ship-virtuemart-2-0-shipping-plugin-module
"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

corymp

  • Jr. Member
  • **
  • Posts: 150
Re: BTP Pro Shipping Plugin
« Reply #1 on: April 10, 2012, 07:30:18 AM »
Getting error when installing:

JInstaller: :Install: File does not exist xxxxxxxxxxx\tmp\install_4f8435c6cf9cd\pro_ship\pro_ship
VM 2.0.4 Stable
J2.5.4

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9464
Re: BTP Pro Shipping Plugin
« Reply #2 on: April 10, 2012, 08:41:41 AM »
Getting error when installing:

JInstaller: :Install: File does not exist xxxxxxxxxxx\tmp\install_4f8435c6cf9cd\pro_ship\pro_ship


Clean your temp folder and cache.

then try again.

ALSO; its written for 2.5+

It might work on J1.5, But I dont know
"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

corymp

  • Jr. Member
  • **
  • Posts: 150
Re: BTP Pro Shipping Plugin
« Reply #3 on: April 10, 2012, 10:04:09 AM »
Not sure what the problem is, Theres no cache to clear, nonthing in my tmp folder, and I'm running J2.5.4/VM2.0.3H
VM 2.0.4 Stable
J2.5.4

ShowLiFE

  • Beginner
  • *
  • Posts: 36
    • Chico
Re: BTP Pro Shipping Plugin
« Reply #4 on: April 10, 2012, 10:26:53 AM »
Hello
I was first extract and then Compress the file is uploaded by me without any problems.
(inside the folder .~lock.pro_ship.xml#)
Now I do have settings.
Joomla! 2.5.4 / VirtueMart 2.0.4
Best regards ShowLiFE

corymp

  • Jr. Member
  • **
  • Posts: 150
Re: BTP Pro Shipping Plugin
« Reply #5 on: April 10, 2012, 10:29:25 AM »
Well that worked :) Thanks!

VM 2.0.4 Stable
J2.5.4

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9464
Re: BTP Pro Shipping Plugin
« Reply #6 on: April 10, 2012, 10:44:38 AM »
fixed, uploading now
"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

lipes

  • Sr. Member
  • ****
  • Posts: 714
Re: BTP Pro Shipping Plugin
« Reply #7 on: April 10, 2012, 13:03:59 PM »
Hi.
One idea: How about have a mod that will be able to had free shipping (offer) by (selection) Manufacturer Brand or by Product Category ?
Some Manufacturers offer to costumers the shipping.. some virtuemart stores/catalogue could announce that free (Manufacturer Brand / Category) shipping as a way of promoting their stores too ...
VM V. online: J2.5.9 | VM 2.0.20a | SQL 5.1.68 | PHP 5.3.21
MUSE (Animals) Sound dedicated to good persons (with mind and hearth): http://www.youtube.com/watch?v=tFG_5PBl2K8

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9464
Re: BTP Pro Shipping Plugin
« Reply #8 on: April 10, 2012, 13:38:55 PM »
lipes, if you want free shipping on an item, leave the weight empty.

THEN, to display free shipping on the product page


<?php if ($this->product->product_weight == 0) { ?>
                  <?php echo JText::_('COM_VIRTUEMART_FREE_SHIP'); ?>
               <?php    }?>



I have been working on other parameters for this plugin.
Like specific product Ids, if you order 5 or more, 6 or more etc. They are free.

But, category ids could also be in there,

But its just easier to leave the weight empty
"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

airextreme

  • Beginner
  • *
  • Posts: 5
Re: BTP Pro Shipping Plugin
« Reply #9 on: April 23, 2012, 07:20:54 AM »
Great plugin....would be nice if there was a drop down after the country is selected to select state and then another to type in city. Is this possible?
VM 2.0.6 Stable
J 2.5.4

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9464
Re: BTP Pro Shipping Plugin
« Reply #10 on: April 23, 2012, 09:00:48 AM »
Great plugin....would be nice if there was a drop down after the country is selected to select state and then another to type in city. Is this possible?


Possible yes,

I am not going to do it though.

"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

airextreme

  • Beginner
  • *
  • Posts: 5
Re: BTP Pro Shipping Plugin
« Reply #11 on: April 24, 2012, 07:36:21 AM »
If u did it would be a great plugin to sell. It appears to be a lot of people looking for it. How much would it take for you do this for me?
VM 2.0.6 Stable
J 2.5.4

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9464
Re: BTP Pro Shipping Plugin
« Reply #12 on: April 24, 2012, 09:19:02 AM »
If u did it would be a great plugin to sell. It appears to be a lot of people looking for it. How much would it take for you do this for me?

I will not do it,. I made the plugin to use for my site.

"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

airextreme

  • Beginner
  • *
  • Posts: 5
Re: BTP Pro Shipping Plugin
« Reply #13 on: April 24, 2012, 22:07:29 PM »
great looking forward to it...can u pm me when it is ready. Thanks
VM 2.0.6 Stable
J 2.5.4

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9464
Re: BTP Pro Shipping Plugin
« Reply #14 on: April 25, 2012, 04:20:32 AM »
great looking forward to it...can u pm me when it is ready. Thanks




I will not do it,. I made the plugin to use for my site.



^^^^

NOT
"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

VirtueMart Forum

Re: BTP Pro Shipping Plugin
« Reply #14 on: April 25, 2012, 04:20:32 AM »