weirso
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Bizz] The homepage sildeshow doesn't workAny help would be appreciated!
Forum: Plugins
In reply to: Jigoshop – Product Image Gallery Cannot Be ShownAny help would be appreciated!
Forum: Plugins
In reply to: [Jigoshop] Check out page reload without doing anythingFantastic! Now everything is perfect as I expect!
Appreciate a lot!Forum: Plugins
In reply to: [Jigoshop] Check out page reload without doing anythingThank you! You are very helpful!
With your kind support, the issue is mostly resolved except the shipping fee on the checkout page, which is still excluding TAX.
https://scr.hu/9dzi/22yjdI made the shipping fee on the cart page include TAX by overriding the code “<td class=”cart-row-shipping”><?php echo jigoshop_cart::get_cart_shipping_total(true, true); ?>” in the “cart.php” to “<td class=”cart-row-shipping”><?php echo jigoshop_cart::get_cart_shipping_total(true, false); ?>”.
https://scr.hu/9dzi/fx724However in the “review_order.php” file, I did not find out the code about the shipping fee on the checkout page that I could also override in your way as above.
Forum: Plugins
In reply to: [Jigoshop] Check out page reload without doing anythingThank you so much for the tip! With that change, the subtotal on the cart page is now showing the price with TAX as I expect.
According to this principle, I checked out the methods in the “jigoshop_cart.class.php” file in the jigoshop/classes directory, and I also changed the following line “<td class=”cart-row-shipping”><?php echo jigoshop_cart::get_cart_shipping_total(true, true); ?>” in the “cart.php” to “<td class=”cart-row-shipping”><?php echo jigoshop_cart::get_cart_shipping_total(true, false); ?>” to make the shipping fee showing the price with TAX too.
https://scr.hu/9dzi/orlxaBut the checkout page is still showing in the original way as the screenshot below, with the “Summa”(subtotal) and “Frakt”(shipping) showing the prices excluding TAX.
https://scr.hu/9dzi/8c16fI found out the following lines “<td><?php echo $order->get_subtotal_to_display(); ?></td>” and “<td><?php echo $order->get_shipping_to_display(); ?></small></td>” in the “pay_for_order.php” file in the wp-content/plugins/jigoshop/templates/checkout directory. They call the methods “get_subtotal_to_display()” and “get_shipping_to_display()” which I suppose are located in the “jigoshop_order.class.php” file in the jigoshop/classes directory.
So I wonder how to override those methods to achieve that the checkout page
could also show the consistent results with the results shown on the cart page.Forum: Plugins
In reply to: [Jigoshop] Check out page reload without doing anythingIs it possible to achieve that by adding some shortcode in the Jigoshop source php files or something? I find out that there are also some other users of Jigoshop having this problem, so we just can’t make it under current Jigoshop version?
Forum: Plugins
In reply to: [Jigoshop] Check out page reload without doing anythingYes, I have set that option to YES and that helps somehow. I mean that option just helps displaying “the product prices” with TAX in cart and checkout page, but the “Summa” is still showing the price amount excluding TAX in both of cart and checkout page.
Please see the screenshot below:
(the red lines indicate the product prices with TAX which the option you suggested helps with; the rectangle frames indicate the “Summa” excluding TAX that I would also like to show the prices with TAX)
cart page: https://scr.hu/9dzi/g76rs
checkout page: https://scr.hu/9dzi/a94usForum: Plugins
In reply to: [Jigoshop] Check out page reload without doing anythingThanks, but I think I didn’t explain the problem in a clear way.
I mean I would like “Summa” to show the price that already includes TAX, same as the Catalog price, Because the third TAX OPTION “Catalog Prices include TAX?” is set to YES. As the example you have given, the “Summa” should be “359kr”, and the “Moms” just shows how much TAX is charged for that price, and the “Totalsumma” gives the total amount of “Summa” and “Frakt”(shipping fee).
So I wonder that under the current Jigoshop version, is that possible to make the “Summa” to show the price including TAX?
Forum: Plugins
In reply to: [Jigoshop] Check out page reload without doing anythingAlright, I have fixed the problem by myself. It is indeed a jQuery issue.
By the way, I would like the subtotal price to show including tax in the cart or checkout page but the “Tax Options – Cart Totals Display..” is missing which is mentioned in the documentation https://www.jigoshop.com/documentation/tax/. How to solve that?Forum: Plugins
In reply to: [Jigoshop] Check out page reload without doing anythingYes please! I have already sent the login information to the email you mentioned.
Forum: Plugins
In reply to: [Jigoshop] Check out page reload without doing anythingHi Vasili,
Thanks for your reply. I have gone through disabling jQuery Updater plugin as you said and all other plugins except Jigoshop, but it still does not work.