TechMan
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Getting CloudFlare bad gateway error…losing sales….how to fixJust noticed that this error is randomly coming for some products. So not all products has this issue.
Forum: Plugins
In reply to: [WooCommerce] Compatible with WordPress 5.5So shall I upgrade WordPress to 5.5 or wait for WooCommerce to release new version and then upgrade?
It has started happening after last update 4.6.1 in which you “Fixed conflict issue with WP Cron schedules”
Forum: Plugins
In reply to: [WooCommerce] Set sale price of all products at onceI am already using one such plugin but you still have to set sale price for each product.
I was thinking about some global setting where I define for e.g. 10% and it will set sale price of all products and variations.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] How to create a page to list all reviewOk it’s working now because checkbox “Enable shortcodes and Gutenberg blocks” was not checked on “Review Extensions” page.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] How to create a page to list all reviewNot working. I created a page and wrote shortcode [cusrev_all_reviews] but it doesn’t display any reviews. Screenshots given below:
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] How to create a page to list all review???????
Forum: Plugins
In reply to: [Smart Slider 3] Show slider on home pageManaged to solve it by using following code in Snippets plugin.
add_action( ‘astra_header_after’, ‘slider_on_home_page’ );
function slider_on_home_page() {
if(is_front_page()){
echo do_shortcode(‘[smartslider3 slider=”2″]’);
}
}Forum: Plugins
In reply to: [Smart Slider 3] Show slider on home pagePreferably in header area.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] How to create a page to list all reviewI am talking about product reviews.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Sending email for already shipped itemsIs this plugin dead or what?
Forum: Plugins
In reply to: [WooCommerce] Sometimes product get hidden when no stock but sometimes notGood URL (30 variations)
https://www.familystore.pk/product/clothing/pack-of-three-sleeping-suitsProblem URL (39 variations)
https://www.familystore.pk/product/clothing/pack-of-three-frocks-with-free-delivery/Select “Size 16, Design 1” and it will say “Out of stock”
Forum: Plugins
In reply to: [WooCommerce] Sometimes product get hidden when no stock but sometimes notHow do I send you a PM?
By the way I noticed that “To Email” where I send test email is never saved by the system. So every time I go to test email page, I had to delete already written email (which I wrote at the time of activating plugin), type new email and it never saves it.