lusp
Forum Replies Created
-
Are you sure you’re not using the test key and it’s assigned to a shipping account? The error you’re getting suggests you are trying to use the test credentials which are not supported via REST API, what we confirmed with FedEx support.
Kind regards,
LukeSince there are no further inquiries concerning this case, I’m marking this thread as resolved.
Kind regards,
LukeSince there are no further inquiries concerning this case, I’m marking this thread as resolved.
Kind regards,
LukeHi @neocopia,
According to what you have written, there must be something wrong with the plugin configuration in you case. Would you like us to take a closer look at the situation and help you with the proper setup?
Kind regards,
LukeHi @speedracer1190,
The error you’ve pasted doesn’t come from our Flexible Shipping plugin but probably from another one, possibly a security-related plugin. You can verify this by disabling Flexible Shipping shipping methods temporarily, adding WooCommerce default Flat rates instead and checking if the issue still occurs. If so, it confirms that it’s not FS-related.
Kind regards,
LukeHi @helgatheviking,
Thank you for bringing this to our attention. I totally see your point, and we’ll definitely keep it in mind for upcoming updates.
Kind regards,
LukeSince there are no further inquiries concerning this case, I’m marking this thread as resolved.
Kind regards,
LukeHi @kubar,
Have you built the custom cart/checkout page with Divi or are you using the default WooCommerce ones? From what you have written it seems like it might be related to the fact that Divi duplicates the standard function responsible for displaying the ‘Left for free shipping’ notice.
Kind regards,
LukeSince there are no further inquiries concerning this case, I’m marking this thread as resolved.
Kind regards,
LukeSince there are no further inquiries concerning this case, I’m marking this thread as resolved.
Kind regards,
LukeSince there are no further inquiries concerning this case, I’m marking this thread as resolved.
Kind regards,
LukeSince there are no further inquiries concerning this case, I’m marking this thread as resolved.
Kind regards,
LukeHi Elena,
The following CSS rules should center the label and change the color of the label’s and button’s background:
.woocommerce-info { display: flex; justify-content: center; width: 100%; background-color: #FF0000; } a.button.flexible-shipping-free-shipping-button { background-color: #FF0000; }
Please simply change the part with
#FF0000;
hex color code with your preferred ones to adjust it to your needs.Since we’re modifying the appearance of
.woocommerce-info
element background color here, please mind that this change might also have an influence on other notices coming from other plugins using this container.Kind regards,
LukeOh, thank you for the further explanation–that makes a difference. If there’s a 3rd party solution involved which allows the customers to choose the delivery date is not equal to the day the order is placed, than you should use the
flexible-shipping/shipping-method/calculated-cost
to modify the cost depending on the customers’ choice.Kind regards,
LukeSince there are no further inquiries concerning this case, I’m marking this thread as resolved.
Kind regards,
Luke