psound
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WooCommerce Shipping] v2.1.4 Failed Address Verification = No Rates ReturnedFor those who don’t want to rollback and potentially lose your shipping settings, a workaround is to create the label via the Woo app. You can then print the label via the web interface.
Forum: Plugins
In reply to: [WooCommerce Shipping] v2.1.4 Failed Address Verification = No Rates ReturnedI am having the same issue. Unable to generate rates for unvalidated addresses. This used to work.
Thank you for the reply.
In our scenario, we created a Product Field Group with 5 product fields. We can currently capture that information on the product field, by your design: Dark & Moody – Young Flowers Boutique
I was wondering if we could use a form (in our case Elementor Forms) to write to those product fields instead of capturing it on the product or cart pages.
Forum: Fixing WordPress
In reply to: How to get the parent page permalinkTry this:
<?php $permalink = get_permalink($post->post_parent); ?> <a href="<?php echo $permalink; ?>"Parent</a>
Viewing 4 replies - 1 through 4 (of 4 total)