Md Shukur Miah
Forum Replies Created
-
Thank you so much. It helps me a lot.
Hi
In which table I can check user(student) completed course or not?Thank you so much. I found it.
Forum: Plugins
In reply to: [WooCommerce] Allow Customer to download Products with customer order StatusThank you, I already solved the issue with bellow code below.
//Allow Customer to download with order status shipped
function add_shipped_status_to_download_permission($data, $order) {
if ( $order->has_status( ‘custom_status’ ) ) { return true; }
return $data;
}
add_filter(‘woocommerce_order_is_download_permitted’, ‘add_shipped_status_to_download_permission’, 10, 2);- This reply was modified 1 year ago by Md Shukur Miah.
Same on my website. Afterpay Not showing in checkout page
I have only one paypal plugin installed on my site which is WooCommerce PayPal Payments. In your plugin there are two option as bellow
First one is not working .
Forum: Plugins
In reply to: [WooCommerce] Invalid Order showing to download downloadable productThank you for your reply.
I know coding. Can you please let me know if is there any way to achieve what I want? I will do it myself.Forum: Plugins
In reply to: [WooCommerce] Invalid Order showing to download downloadable productThank you for reply. I find out the issue. I’m using a custom order status. The slug of custom order status is ‘wc-shipped’. My order status are selected wc-shipped. That’s why I’m getting invalid order message.
Now I want to allow to download for order status ‘wc-shipped’. How can I do it?
Note: I created custom order status using custom code. Not with any plugin.I’m facing same issue. YTH multi currency plugin change the currency but paypal checkout get wrong currency. for this reason we are getting lots of failed orders
Please give a solutionForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Color button showing empty(No color)Hi Support team
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Color button showing empty(No color)Yes attribute type is set as color
Screenshot: https://prnt.sc/NiC-re4bIPiUForum: Plugins
In reply to: [Frontend Admin by DynamiApps] New post not createdI’m facing same problem
How can you solve this issue