sanil7
Forum Replies Created
-
There is an additional error as well. This is truly a very poorly designed Compare Module. Attributes which do not have the same “name” and “slug” do not show up in the comparison table after adding them to the “Select attributes to show” dropdown. For example: if the Attribute name is “Screen Size” and the slug is “screen-size” the attribute won’t show in the comparison table but if the name is changed to “Screen-Size” whilst the slug remains “screen-size” the attribute starts showing.
For a plugin of this level, having bugs is common but now it has been over months and I haven’t seen the bug fix and finally reported it. I can also confirm that this errors are plugin related as I have tested in two different environments with default theme and no extra plugins (except elementor and woocommerce) and fresh installations as well.
P.S.: The Compare Module doesn’t work. Compare being a function of any website is important to let consumers or users compare different custom woocommerce attributes which simply doesn’t work with Shopengine Pro.
Dear Ikbal,
Processor and Ram are additional product attributes that I have added as I am using Shopengine Pro. To make it more clear I have attached the screenshot from backend here. The Problem is that these attributes are not displayed correctly in the comparison table.
As you can see in the website link I have shared here, that the “8GB Ram” is displayed in the column with the product “Laptop with i5 Processor Only” but is wrong as 8GB Ram is an attribute of the product “Laptop with 8GB Ram and i7 Processor”
You can replicate the same problem by following steps:
- Create two Products
- Add Two different attributes, for example: Color and Fabric to one product whereas add only the attribute Color to another Product. So now we have Product 1 with attributes: Color and Fabric and Product 2 with attribute Color only.
- Now add these two attributes to the Compare Table from the Shopengine Compare Module Settings.
- Add the Product 2 (Which only has color attribute) to compare first and then add Product 1 (which has the color and fabric attribute) to comparison table.
- After opening Comparison Table you will notice that the Fabric attribute shows wrongly in the Product 2 Column.
I hope I have in detail demonstrated the error or bug I am facing. Also, I feel this is a serious issue which hasn’t been addressed in almost over 2 months.
- This reply was modified 1 year ago by sanil7.
Hello @tarekht
As you requested, I have shared the Screencast below. Sorry for the delay.
This is the default and expected behavior of how compare should work. https://app.screencast.com/LffrBxUxeaX3a
This is how it works after turning page Transition Preloader settings on in Elementor. https://app.screencast.com/CShWLX7CUbDaR
As you can see clearly compare stops working.
Hello, Elementor has a setting to set a Preloader animation site wide for All your website pages whislt its loading under Page Transition Settings. When you turn this feature on, the “Add to Comapre” feature instead of adding the product to compare and opening a popup redirects to Product Page and nothing happens.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed Error while generating UCSSHello Again, Yes you are correc. From what you have said, I believe then LiteSpeed UCSS is redundant for websites running with Elementor and WooCommerce since they combine amount to 1 MB CSS Size. I will look for other alternatives, Thank You.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed Error while generating UCSSYes, I disabled the CSS Combining because I suppose it could give better understanding for diagnostics and I do know that the Size doesn’t change. However, the total file size for css is around 230Kb but I guess you are pointing to uncompressed size which makes sense. Still, Astra is one of the most used themes, along from what I can see Plugins like Elementor and Woocommerce are more CSS heavy comparatively. Both the Plugins too being the most used plugins.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed Error while generating UCSSHello, I am using the Astra Theme which is one of the best selling themes and most used themes for WordPress. The CSS that my Front Page uses including all Plugins is about 230Kb and I am pretty sure that this feature did work before few months ago with the same website.
Update: The elementor update is not causing this problem. I had turned on the Woolentor Module “Email Customizer” and it is causing the css issue. Disabling it instantly solved the problem. However, I would like to use this module without it causing this problem. Maybe a solution can be worked upon on new update. Thanks
Hello, I am sorry for not adding the screenshot. Here is the image – https://imgur.com/a/PCxoXw6
Yes, that exactly what I want to achieve. Can I do it with the elite version though, if yes, I would consider a purchase.
Forum: Plugins
In reply to: [Custom Order Status Manager for WooCommerce] Add Body Content to the emailsThank you this works.
add_action( 'woocommerce_thankyou', 'woocommerce_thankyou_change_order_status', 10, 1 ); function woocommerce_thankyou_change_order_status( $order_id ){ if( ! $order_id ) return; $order = wc_get_order( $order_id ); if( $order->get_status() == 'processing' ) $order->update_status( 'pending' ); }
This above mentioned snippet only works for default Thank You Page but the snippet does not work after creating a custom thank you page using woolentor template builder.
Forum: Plugins
In reply to: [Custom Order Status Manager for WooCommerce] Add Body Content to the emailsHello, Thank you for the code! How do I write this code if I have two separate custom order status and want different body content – Waiting for confirmation(wc-waiting-for-conf) and In Transit(wc-transit).
Hello, I am using the Default Woocommerce Archive page but for the Sliders, I am using the plugin WL: Universal Product Layout.
Hello, can you guide me on how to use preloader? Do I need to install some kind of plugin?