X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   USPS Click-N-Ship mod now available (https://forum.x-cart.com/showthread.php?t=45325)

mpdaddy 02-03-2009 03:11 PM

USPS Click-N-Ship mod now available
 
USPS Click-N-Ship Mod $29.99 (For a limited time)

This mod is for those X-Cart users who ship using USPS and are tired of trying to get the included shipping label generator working. A customer of mine needed a quick way of creating shipping labels in X-Cart, this mod was my solution. He is extremely happy with this mod as I am sure you will be. Here are a few few details.

1: Easily installs in a matter of minutes.

2: Pre-fills the fields in the Click-N-Ship form.

3: Integrates with your current template.

4: Save's Administrators a ton of time over filling in the fields manually.

5: Fully integrated into the X-Cart Admin panel.

6: Contains detailed installation instructions.

7: Free updates for 1 year.

8: Source code is not encrypted.

This mod was tested using X-Cart 4.1.11. I will update this post when it is ready for X-Cart 4.2 (estimated time - a week os so).

The source code is not encrypted so you can modify it if you choose.

Unfortunately, a live demo is not available to the public due to security concerns. Screenshots of this mod are in the product page. If you must see a live demo before purchasing, please email me at webmaster@scriptdragon.com or PM me here. I can set up a demo for you.

Support will be handled through email, pm, or my support forum at http://forums.scriptdragon.com.

I plan on selling this mod for $39.99, but through Sunday Feb 8, 2009 it will be reduced to $29.99 (25% off).

This mod will save you a lot of time and will pay for itself with the time you will save.

If you are not satisfied with the mod in the 1st 30 days, uninstall it. Then contact me and I will refund 100% of your purchase price.

View/purchase the mod at http://www.scriptdragon.com/store/viewitem.php?ItemID=9

Regards
Wayne Wetterhahn

mpdaddy 02-03-2009 11:54 PM

Re: USPS Click-N-Ship mod now available
 
Hello Everyone

This mod is now compatible with X-Cart 4.2. Both versions are included in the same download from my mod store.

Regards
Wayne Wetterhahn

YogaHub 05-26-2009 03:32 PM

Re: USPS Click-N-Ship mod now available
 
Hello! I am interested in purchasing this module, but the link no longer works. What would be the best way for me to do this?

mpdaddy 05-28-2009 05:33 PM

Re: USPS Click-N-Ship mod now available
 
1 Attachment(s)
I took the website down due to a lack of interest in the mod. It has been a very useful mod for the client I made it for. I have decided to release it for free. It has been tested on 4.1.9, 4.1.11, and 4.2. I have attached it to this post.

If the installation fails for your version or you need this mod for an older version, feel free to contact me at webmaster@scriptdragon.com. I will contact X-Cart to get that version and modify it to work for your specific application.

The code is not encrypted so you can customize it to fit your needs if you choose.

Any feedback you can give on this mod is welcomed.

Regards
Wayne Wetterhahn

mltriebe 04-08-2010 03:02 PM

Re: USPS Click-N-Ship mod now available
 
1 Attachment(s)
If anybody wants to use this mod for the 4.3 branch are only a few edits you need to make to the files.

1. In the install-cns file change this line: define('COMPATIBLE_VERSION','4.2.0'); to define('COMPATIBLE_VERSION','4.3.0'); I am using 4.3.1 and I had to use 4.3.0 to get the mod to install.

2. In step 3 of the install instructions I just put the link where I wanted it.

3. This is THE most important part, none of the labels will show is you skip this step. In the sql file change all the instances of "US" to "en" without the quotes.

After these few changes the mod works great for me.

Mike

Or I think I made all the edits in this Zip file.

Pyro 04-08-2010 03:59 PM

Re: USPS Click-N-Ship mod now available
 
Mike, thanks for the info! I will give it a try when I get a free chance

mltriebe 04-08-2010 05:33 PM

Re: USPS Click-N-Ship mod now available
 
Quote:

Originally Posted by Pyro
Mike, thanks for the info! I will give it a try when I get a free chance

This mod save me a TON of time when it comes to shipping.

Mike

SiamContainer 05-04-2010 07:05 PM

Re: USPS Click-N-Ship mod now available
 
Thank for making and posting this mod.
THIS IS AWESOME!!!!!

Install to 4.3.1 is a bit harder, but just follow mltriebe's comment and everything is fine.



However, with 4.3.1 Pro, provider still could not use this function.
Once click Click-n-Ship, site just open new page with "order details"

I'm looking into this but I'm really noob so if anyone could help modify this, pls tell me.

SiamContainer 05-05-2010 02:11 AM

Re: USPS Click-N-Ship mod now available
 
Quote:

Originally Posted by SiamContainer
However, with 4.3.1 Pro, provider still could not use this function.
Once click Click-n-Ship, site just open new page with "order details"

I'm looking into this but I'm really noob so if anyone could help modify this, pls tell me.


Got it done!!!
Just need to add the command line for provider too.

Goto: x-cart_directory/provider/order.php
Find
Quote:

#
# Delete order
#
if ($mode == "delete") {

func_delete_order($orderid);

func_header_location("orders.php?".$query_string);
}


Directly below it, add this code:
Quote:

// Start Click-N-Ship Mod
elseif (!empty($active_modules["Click_N_Ship"]) && $mode == "click_n_ship") {
include $xcart_dir."/modules/Click_N_Ship/click_n_ship.php";
}
// End Click-N-Ship Mod

Same code as in admin folder.
However, shipping from will be automatically be filled in with the same as what admin setup.
But it's still a good start since provider do not have to fill customer address in.

junliw1975 06-15-2010 07:19 PM

Re: USPS Click-N-Ship mod now available
 
Do you have the same thing for Canada Post?


All times are GMT -8. The time now is 06:48 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.