jsssolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] CSS Combine External and Inline not working correctlyThat is normal because of later font loading I have setup to speed the. things up.
But the problem is with extended characters. If you check the menu, you will see “Č” character. If I enable “CSS Combine External and Inline” functionality, “design” will change to “default” only for this character. You will not see this on the site you are checking because it is live one and I disabled the “CSS Combine External and Inline” functionality.
I can setup the demo version if you want and you check there.Forum: Plugins
In reply to: [LiteSpeed Cache] CSS Combine External and Inline not working correctlyID: PIXBXLND
TNX. This is working now.
But now we have another problem. This default status is now saved and when you create an order, correct status is set. However, email notifying the admin (regarding new order) is not sent.
I have even marked this custom status (I have made) as “paid = yes” and result is the same. Can you also fix this?Do a test with with your plugin and these WP settings:
Enable taxes: Enable taxes Enable tax rates and calculations = ON
Prices entered with tax: Yes, I will enter prices inclusive of tax = ON
Display prices in the shop: Including tax = ON
Display prices during cart and checkout: Including tax = ON
You will notice that subtotal is wrong.
Other part (second post) is to notify you that plugin does not handle “wierd” data in cart and therefore is useless unless somebody fixes it (in my case I did the fixing).
Just forward everything to DEVs and they will check the part of the code and see the problem.Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Component: Text and Font-WeightYep, I am using this, but want to avoid it 🙂
Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Images not shown in emailNever mind. It’s Google’s problem. I have tested it with some other email and it works.
Google is trying to cache all images and if it cannot (e.g. htaccess rule, locked website, to long image name …) it created a hash that do not work.- This reply was modified 9 months ago by jsssolutions.
Also, please add some basic check there.
Currently if you have no items in the cart andWC()->cart->get_cart()still returns an array (might be because of other plugins or whatever) website returns an error since you are directly accessing array value that might not exists$cart_item['data']and therefore$productdoes exists and$product->get_price()fails.
I have fixed that so there are no crashes, but after plugin updates, I will have to do it again.- This reply was modified 9 months ago by jsssolutions.
TNX.
Unfortunately, until then this plugin is useless.I have already tested with only Woocommerce enabled. Please check the code I have posted. You will immediately see that it cannot work since you are showing one in inputs and in code checking for something else.
Your backend:<select name="wcbv_status_default[orderstatus_default_statusgateway_bacs]" data-depend-id="orderstatus_default_statusgateway_bacs">
Your code (include/codestar/classes/admin-options.class.php): function set_options()):
If you check yourCSF_Optionsclass and you will see that in__constructvariable$this->sectionsincludes only one item in array, that is “General Settings”.Forum: Plugins
In reply to: [WooCommerce] Subtotal (double tax added)Ok. Do not worry. I will figure it out. If your side works, then it is some plugin that is doing this and not all the time. Because I have already disable all the plugins and nothing helped.
I will investigate further.
Thx for your time.- This reply was modified 9 months ago by jsssolutions.
Forum: Plugins
In reply to: [WooCommerce] Subtotal (double tax added)Here you go:
https://snipboard.io/Laof7O.jpg
https://snipboard.io/VPnhUr.jpg
https://snipboard.io/m8AE3Y.jpg
System Status Report: here is some info I do not wish to share. What exactly are you interested in here?
If you are wondering if this is a clean installation that the answer is yes and no. I have tested this on my actual webshop and on clean installation without any plugins except woocommerce.
If you check my suggestion, what to change you will see that your subtotal is canculated as get_subtotal + get_subtal_tax.
Mine suggestion is just checking if I prices already includes tax.
But I fear that the problem is also in get_displayed_subtotal()public function get_displayed_subtotal() {
return $this->display_prices_including_tax() ? $this->get_subtotal() + $this->get_subtotal_tax() : $this->get_subtotal();
}This function also returns the same think. It takes actual subtotal (which includes tax since prices includes tax) and then adds tax (not multiplying with 1.22 (in my case), but adding actual tax calculated number. If. you check this function it intentionally adds Tax to Subtotal, but the logical statement is checking for prices with taxt included. It should be other way around…. adding if prices are not with taxes.
If you do a clean install, set my settings for tax and prices, you will see the problem.
If it helps I can record a video showing the problem.- This reply was modified 9 months ago by jsssolutions.
Forum: Plugins
In reply to: [WPC Countdown Timer for WooCommerce] Settings -> new option -> GeneralThank you!
Forum: Plugins
In reply to: [WPC Coupon Listing for WooCommerce] Ability to hide “View available coupons”Thank you!
Forum: Plugins
In reply to: [WC Price History] Discounted price problemAny updates?
Forum: Plugins
In reply to: [Omnibus — show the lowest price] Variable product problemAny updates?