printful
Forum Replies Created
-
Hi there,
Thanks for the kind words! What’s your email address? We would love to get in touch directly to troubleshoot.
Otherwise, you can check the following:
– Your products have been synced with Printful;
– Printful shipping is enabled in WooCommerce-> Settings-> Shipping-> Printful shipping http://prntscr.com/b4kyhy
– The correct API key is copied in WooCommerce-> Settings-> Integration from Printful-> Stroes-> APIForum: Plugins
In reply to: [Printful Integration for WooCommerce] Drop-down menu option not appearingYes, this is a WooCommerce setup issue. Take a look at this thread: https://wordpress.org/support/topic/shipping-display-mode
Hi sasquatchms,
Yes, we’re aware, and this is scheduled to be fixed by April 29th. So you can update your version after that date, and it should work fine.
Printful
Hi,
Currently this plugin only allows to calculate rates if all products are fulfilled by Printful. For mixed orders you will need to find another solution.
Forum: Plugins
In reply to: [Printful Integration for WooCommerce] Tax not being applied to shippingHi,
We are collecting taxes only for California orders, so I am not sure why NY entry appears in the tax chart. Did you add it manually?
Also the tax rate chart is not effective here, since actual rates come from our integration. We had to create an entry in the rate table because of Woocommerce limitations, but it is used only to show the tax rate label. Actual tax rates are returned by our plugin, so enabling “tax to shipping” is not effective here.
This was fixed with version 1.1.2
Hi,
You can do it your Woocommerce admin panel under
Woocommerce -> Settings -> Shipping -> Shipping Display Mode -> Display shipping methods in a dropdownForum: Plugins
In reply to: [Printful Integration for WooCommerce] Exclude specific countriesIf an unsupported country is chosen no rates will be returned by Printful.
Also you can set up a list of allowed countries that will affect all shipping methods in the “Shipping Options” tab of Woocommerce shipping settings.
Forum: Plugins
In reply to: [Printful Integration for WooCommerce] Only standard shipping is available.Hi
It seems that you didn’t enter valid ZIP code when testing. For shipping calculation ZIP code, state and city are taken into account so you need to enter a valid address.Forum: Plugins
In reply to: [Printful Integration for WooCommerce] Shipping options not appearing"Printful Shipping: CURL: Peer certificate cannot be authenticated with known CA certificates"Ok, now I see that the problem is that your server does not accept our SSL certificate.
A quick solution for now would be to change the API in the PrintfulClient.php file.
You can change this line:const API_URL = 'https://api.theprintful.com/';to
const API_URL = 'http://api.theprintful.com/';Perhaps later we will add an update that allows to disable SSL so users don’t have to edit the plugin.
Forum: Plugins
In reply to: [Printful Integration for WooCommerce] Shipping options not appearingFor some countries you need to fill in the required address fields ( e.g. Region/State/Province, Postal code, Address, City) before you are able to calculate the shipping costs.
UPDATE:
It seems that Woocommerce always shows this message if either State or Postcode is not filled.
Since France does not require you to select State, this message is always displayed instead of the proper Printful status message when no order rates are returned.Forum: Plugins
In reply to: [Printful Integration for WooCommerce] Shipping options not appearingHi again,
We updated the plugin, so that now it displays proper failure reason instead of “no shipping options available” message. Let us know how the new version works.
Forum: Plugins
In reply to: [Printful Integration for WooCommerce] Shipping options not appearingHi,
Please give us your store name, otherwise we can’t check on our side if we received any requests from your store.
And remember that rates will be shown only if every product in the cart is properly configured in the Printful dashboard.
Forum: Plugins
In reply to: [Printful Integration for WooCommerce] Shipping options not appearingHi
What is the store that you tried to connect?