Ohidul Islam
Forum Replies Created
-
Forum: Reviews
In reply to: [Challan - PDF Invoice & Packing Slip for WooCommerce] Awesome PluginHi @conte168,
Thank you so much for your review. Your review gives motivates us to serve you more effectivelyHi @tadhgwinelover,
We’re sorry for the inconvenience. now the issue is being resolved on the new version. please update the plugin.Hi @tadhgwinelover, @fl0ow
we’ve released a new version of the challan plugin after fixing the issue.Hi @atomicsmash
Please install the plugin manually and try again.
Hi @webber2012
Please update the plugin to the latest version 4.5.1
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] fatal errorHI @xguiboy
Please check the error log of your site and paste the log here. We need to check if there are any issues related to our plugin or not.
Hi @ombotanical
You need to delete the plugin first via FTP or cPanel. Then install the latest version 4.5.1 again.
Hi @ombotanical
The issue is fixed. Please update to the latest version 4.5.1
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] fatal errorHi @xguiboy
The issue is fixed. Please update to the latest version 4.5.1
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] fatal error after new updateHi @austinginder @joelofarc @impurnendu
The issue is fixed. Please update to the latest version 4.5.1
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] fatal error after new updateHi
We are working on it. Give us few minutes.
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] CTX feed Google ShoppingHi @katfrajoe
Have you copied the code properly? I can’t see any issue. Copy the full code and try again.
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] CTX feed Google ShoppingHi @katfrajoe
Yes, you can solve this by applying a filter hook (some code) into your child themes functions.php, or you can use the code snippet plugin to execute the code below./** * @param string $availability_date * @param \WC_Product $product * @param array $config Feed Configuration * * @return string */ function woo_feed_filter_product_availability_date_callback( $availability_date, $product, $config ) { if ( empty( $availability_date ) && $product->is_on_backorder() ) { $availability_date = gmdate( 'c', strtotime( '+7 days' ) ); } return $availability_date; } add_filter( 'woo_feed_filter_product_availability_date', 'woo_feed_filter_product_availability_date_callback' );
Hi @sprinco
Please check this screenshot to configure quantity_to_sell_on_facebook: https://www.dropbox.com/s/frz526a08c6s2x4/2022-07-14_21-46-18.png?dl=0
Also, make sure that you are using the latest version of the plugin.