Jump to content

Stamps.com and Prestashop Store Registration


Recommended Posts

I'm trying to register my Prestashop with Stamps.com but I get

ShippingZPrestashop.php. ERROR: Could not access prestashop API

 

I made sure that both tokens are correct:

SHIPPING_ACCESS_TOKEN and the PRESTASHOP_API_KEY which is registered in my Back Office.

 

I've searched for a long time but I can't seem to find a solution.

Can anyone help me please?

 

Thanks.

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

Any chance you can provide how you fixed this?

 

Make sure you have Stamps.com Pro version

In the Stamps.com software go to: Print Postage > batch

Then Manage Data Sources > Add Source

Select PrestaShop and follow through the installation steps.

 

I hope this helps.

Link to comment
Share on other sites

Are you sure the are integrated with Prestashop? I don't see PS listed under their list of shopping carts?

 

Is there no module that exists for this so that it's built into the order details page of Prestashop?

 

And lastly, for the method you are using above, does Stamps.com return to PS (or send to the customer) a tracking #?

Link to comment
Share on other sites

Are you sure the are integrated with Prestashop? I don't see PS listed under their list of shopping carts?

 

Is there no module that exists for this so that it's built into the order details page of Prestashop?

 

And lastly, for the method you are using above, does Stamps.com return to PS (or send to the customer) a tracking #?

 

The integration is within Stamps.com Pro to PrestaShop. Once you configure it by following the instructions in the Stamps.com software, it will receive your orders and will send the tracking # to PS once you print the labels. I didn't install any module.

Link to comment
Share on other sites

  • 3 weeks later...

I'm getting this same error but only after I get through the setup in stamps.com pro. When I try to import my orders from Presta it tells me that there is no info to import. When I click on edit for the source it shows the configuration screen with the values I have entered and the message shows below.

 

ShippingZPrestashop.php. ERROR: Could not access prestashop API

 

I have the PSWebServiceLibrary.php in the root of the site, I have also added it into the api folder. If I browse to the api folder I'm prompted for the api key as the username. When I enter it I can see the xml that corresponds to the permissions I set for the api key.

 

Where did you place your PSWebServiceLibrary.php file to get it working?

Link to comment
Share on other sites

Hey guys guess what I got some pain relief spray for you all !! I was having pain fetching my prestashop store order to stamps pro software !

Initial error was " ERROR: Could not access prestashop API " , thats because PSWebservicesLibrary.php was saying it is

"not compatible with my version" of the PSwebservice library ...

 

Solution line#45,46:

const psCompatibleVersionsMin = '1.4.0.17';
 const psCompatibleVersionsMax = '1.5.4.1';

 

Change the second const psCompatibleVersionsMax to your version of the prestashop i.e.

for my case its 1.5.5.1 then ...

 

const psCompatibleVersionsMin = '1.4.0.17';
 const psCompatibleVersionsMax = '1.5.5.1';

 

Now your api is slippery as wet and almost ready to process your website order history in stamps pro software through the PrestaShop Webservices Library Api !

Link to comment
Share on other sites

I check the website and my guess is this is only applying to US merchants?

 

Yes, stamps.com is a private company with an authorized relationship with the United States Postal Service.  So, the electronic postage that is generated by Stamps.com is scanned by the US Postal Service as it is shipped.  It would not work if you did not ship your products from the United States.

  • Like 1
Link to comment
Share on other sites

  • 8 months later...
  • 3 months later...

Hello Everyone,

 

We are not sure if there is anyone still interested in a Stamps.com integration module, however, we have just released a module that enables you to generate Stamps.com shipping labels directly from your order's page.

 

You can find more information about our module at: http://addons.prestashop.com/en/shipping-logistics-delivery-prestashop-modules/17696-stampscom-label-printing.html .

 

 

Thank you,

Web VIZO

Link to comment
Share on other sites

  • 3 months later...

Hi All,

I am looking for 1 or 2 people to demo a stamps.com account for me. I want to verify Prestashop supports our priority mail rates. These rates are much lower than the commercial base rates you receive with a standard stamps.com account. I will even pay you $100 for doing so . The stamps.com account is free if you ship over $500 in priority mail in a month, PM me for more info.

Link to comment
Share on other sites

Hi All,

I am looking for 1 or 2 people to demo a stamps.com account for me. I want to verify Prestashop supports our priority mail rates. These rates are much lower than the commercial base rates you receive with a standard stamps.com account. I will even pay you $100 for doing so . The stamps.com account is free if you ship over $500 in priority mail in a month, PM me for more info.

 

I'm interested... Shoot me a PM with the details.

Link to comment
Share on other sites

×
×
  • Create New...