fabmartz
Forum Replies Created
-
Wow, that definitely improved the speed and fixed the issue! Thanks for the fast response!
I believe is a JavaScript issue because I’m getting a blank page. Thanks for the response I will verify.
Forum: Plugins
In reply to: [Orders Tracking for WooCommerce] PaypalForum: Plugins
In reply to: [Orders Tracking for WooCommerce] PaypalOh ok that will be awesome to have. Hey I have a quick question. I was able to put my own domain name into this platform but I believe there is something wrong with my permalink when our customers receive their confirmation to track their order from the email is showing just the empty form.
Permalink looks like this: mywebsitename.com/postname/trackingnumberhere And when they click on the link it goes to the page but no information is presented.
Any advise on this? Im using WordPress btw.
Forum: Plugins
In reply to: [Orders Tracking for WooCommerce] PaypalHello,
We just need to create a link with the tracking information automatically. Like Amazon does.
Hi @wjyeshealth,
Add this inside the function file:
add_action( ‘woocommerce_after_add_to_cart_button’, ‘after_add_to_cart_btn’ );
function after_add_to_cart_btn(){ $txt1 = “Frequently bought together”;
print “<h2>” . $txt1 . “</h2>”;
}