Tahir Yasin
Forum Replies Created
-
Hi,
Thanks for your query.
Could you please let us know exactly what you want to achieve.
Regards,
Tahir YasinForum: Reviews
In reply to: [Multi Image Upload] Perfect Plugin!Thank you Akshay for liking and rating the plugin.
Forum: Plugins
In reply to: [WooCommerce Automatic Download] Error redirectingYou have to override existing return_url, woocommerce provides a filter hook
woocommerce_get_return_url
for that purposeadd_filter('woocommerce_get_return_url', 'override_return_url', 10, 2); function override_return_url($return_url, $order) { return $view_order_url = esc_url($order ->get_view_order_url()); }
This way your return_url will become the url of order view page.
Hope that helps. Cheers !
Forum: Plugins
In reply to: [WooCommerce Automatic Download] Error redirectingThanks for liking the plugin.
The redirection is not part of plugin rather it’s a feature of Woocommerece. After you return from a payment gateway, you can still open up order details page where the download will automatically start.
But, you may need to customize Woocommerce to customize “return” parameter (for PayPal) as your order details page url instead of a static thank you page.
Hope that helps.
- This reply was modified 7 years, 4 months ago by Tahir Yasin.
Forum: Plugins
In reply to: [Contact Form 7 Redirect] Id attached with urlPardeep, that should not be the case.
Could you please share screenshot of your settings page?
Forum: Reviews
In reply to: [Awesome Watermark] Thank you!Thank you !
Forum: Reviews
In reply to: [Awesome Watermark] Not workingOn which version of WordPress you installed the plugin?
Forum: Reviews
In reply to: [Awesome Watermark] Great Job!Thanks for rating the plugin. Cheers !
Forum: Reviews
In reply to: [Awesome Watermark] No commentHi,
Could you please tell us your WordPress version?Forum: Plugins
In reply to: [WooCommerce Automatic Download] WooCommerce 3Hi,
Thanks for using my plugin.Plugin has been updated for WC 3.0, please download Version 1.1
Forum: Plugins
In reply to: [Script Logic] Plugin UpdateYes, I will update it very soon. I am planning to put it on github so everyone can contribute to my plugins.
Forum: Plugins
In reply to: [Woocommerce Empty Cart Button] Empty cart button in menuGo to
Appearance -> Menus -> LinksForum: Plugins
In reply to: [WooCommerce] Customize radio button list HTMLanyone please?
Forum: Plugins
In reply to: [WooCommerce] Input type 'html'Please have a look at this Wireframe
How can I achieve above interface?
Forum: Plugins
In reply to: [WooCommerce] Customize radio button list HTMLPlease have a look at this Wireframe