Ohidul Islam
Forum Replies Created
-
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] Hacked Webappick website?Yes, there was some issue with the site. We have successfully overcome the situation. Now its fully secured.
Forum: Plugins
In reply to: [Disco – Dynamic Discount Plugin for WooCommerce] error 503Hi @welon68
We have released a new major version of Disco plugin. All features are working now. ThanksHI @claudiaiw
Brand plugin data are saved as taxonomies. The free version of the plugin does not support taxonomies. Please read this doc: How to add Brand plugin data into the feed?
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] Impossible to testHi @polina92,
Please update the plugin to latest version 6.3.0
Hi @dimi993,
For this purpose you need to create an Attribute Mapping. And use that mapping into feed configuration.
HI @dimi993 ,
In recent version we had to change the Custom XML template structure for new features. We will update the documentation for Custom XML soon.
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] Rules support?Hi @alexliii
Sorry this feature is not available in this free version of the plugin. Please watch this video tutorial: How To Create A Dynamic Attribute Rule?
Please make sure that the duplicate products aren’t the variations of a variable product.
Hi @dulsone,
Yes, Increase your PHP execution time. Please follow this doc: How to solve the “Processing 10%” feed generation stuck error?
Hi @feedely
Please use the below snippet. It should work. Let me know if you need further help.
/** * @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 ($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',10,3 );
Hi @pretobrazza
Yes, you can delete via FTP.
HI @pretobrazza
Please delete the plugin and install the latest version again. It will solve the issue. Don’t worry, nothing will happen to your feeds.
Forum: Plugins
In reply to: [Challan - PDF Invoice & Packing Slip for WooCommerce] presale questionHi @tobilotta,
When another order is created current pdf file (which is located onuploads/WOO-INVOICE
the folder) will be deleted automatically.Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] Reset products from catalogueHI @pada4
You have to manually delete the products or the catalog and upload the products again.
Forum: Plugins
In reply to: [Challan - PDF Invoice & Packing Slip for WooCommerce] presale questionHi @tobilotta,
1) This feature is not available in the free plugin.
2. just create pdf and send them to the client and then delete them right after?
Yes, you’re right after sending the pdf to the client it deletes the pdf.can you give a discount for the lifetime plugin?
We can’t discuss the premium plugin here. Please open a ticket here