jayaram558
Forum Replies Created
-
Forum: Plugins
In reply to: [WC - APG SMS Notifications] Woocommerce Shipment variables not showing upcan you please suggest to get one custom variable with example function. I will do the rest.
Hello @raster02,
hmm ok. How do i change “with_front” to false for custom post types created.
Hello Georgian Cocora,
Any update on this please??
Hi,
Here is the settings – https://www.awesomescreenshot.com/image/3036254/225dc23dba1563bc3e505bd9ff1e245e
And the error – http://www.awesomescreenshot.com/image/3036263/c167efa68cc85f4db123a3146d732420
Forum: Plugins
In reply to: [Custom Thank You Page for WooCommerce] Not working on card paymentsHi @readab,
Never mind. I cannot wait till developer replies as the site is now live. So contacted payment gateway ppl and they gave official plugin which has a redirection and working fine.
So for now i am using that. Will see if @nicolamustone replies.
Forum: Plugins
In reply to: [Custom Thank You Page for WooCommerce] Not working on card paymentsHi,
Even i have the same issue. After card payment, it redirects to page but the page looks empty. The order key and id are not passed when payed with payment gateway.
It works well with COD Option.
I am using PayUbiz payment gateway.
@readab: have you figured out any solution.
Forum: Plugins
In reply to: [Print, PDF & Email by PrintFriendly] Woocommerce products- no linkUse the below code in your function.php file. And in settings, display buddon on “Add direct to template”. You can also check the others as per your requirements.
/** add printfriendly to products page **/ add_action('woocommerce_share', 'printfriendly_buttons'); function printfriendly_buttons() { echo do_shortcode('[printfriendly]'); }