Title: weirso's Replies | WordPress.org

---

# weirso

  [  ](https://wordpress.org/support/users/weirso/)

 *   [Profile](https://wordpress.org/support/users/weirso/)
 *   [Topics Started](https://wordpress.org/support/users/weirso/topics/)
 *   [Replies Created](https://wordpress.org/support/users/weirso/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/weirso/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/weirso/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/weirso/engagements/)
 *   [Favorites](https://wordpress.org/support/users/weirso/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Bizz] The homepage sildeshow doesn't work](https://wordpress.org/support/topic/theme-bizz-the-homepage-sildeshow-doesnt-work/)
 *  Thread Starter [weirso](https://wordpress.org/support/users/weirso/)
 * (@weirso)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-bizz-the-homepage-sildeshow-doesnt-work/#post-6821185)
 * Any help would be appreciated!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Jigoshop – Product Image Gallery Cannot Be Shown](https://wordpress.org/support/topic/jigoshop-product-image-gallery-cannot-be-shown/)
 *  Thread Starter [weirso](https://wordpress.org/support/users/weirso/)
 * (@weirso)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/jigoshop-product-image-gallery-cannot-be-shown/#post-6820612)
 * Any help would be appreciated!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Check out page reload without doing anything](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/)
 *  Thread Starter [weirso](https://wordpress.org/support/users/weirso/)
 * (@weirso)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/page/2/#post-6653740)
 * Fantastic! Now everything is perfect as I expect!
    Appreciate a lot!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Check out page reload without doing anything](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/)
 *  Thread Starter [weirso](https://wordpress.org/support/users/weirso/)
 * (@weirso)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/#post-6653737)
 * Thank 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.
    [http://scr.hu/9dzi/22yjd](http://scr.hu/9dzi/22yjd)
 * I 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); ?>”.
    [http://scr.hu/9dzi/fx724](http://scr.hu/9dzi/fx724)
 * However 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Check out page reload without doing anything](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/)
 *  Thread Starter [weirso](https://wordpress.org/support/users/weirso/)
 * (@weirso)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/#post-6653727)
 * Thank 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.
    [http://scr.hu/9dzi/orlxa](http://scr.hu/9dzi/orlxa)
 * But 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.
    [http://scr.hu/9dzi/8c16f](http://scr.hu/9dzi/8c16f)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Check out page reload without doing anything](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/)
 *  Thread Starter [weirso](https://wordpress.org/support/users/weirso/)
 * (@weirso)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/#post-6653722)
 * Is 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Check out page reload without doing anything](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/)
 *  Thread Starter [weirso](https://wordpress.org/support/users/weirso/)
 * (@weirso)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/#post-6653699)
 * Yes, 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: [http://scr.hu/9dzi/g76rs](http://scr.hu/9dzi/g76rs) checkout page:
   [http://scr.hu/9dzi/a94us](http://scr.hu/9dzi/a94us)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Check out page reload without doing anything](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/)
 *  Thread Starter [weirso](https://wordpress.org/support/users/weirso/)
 * (@weirso)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/#post-6653696)
 * Thanks, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Check out page reload without doing anything](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/)
 *  Thread Starter [weirso](https://wordpress.org/support/users/weirso/)
 * (@weirso)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/#post-6653671)
 * Alright, 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/](https://www.jigoshop.com/documentation/tax/).
   How to solve that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Check out page reload without doing anything](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/)
 *  Thread Starter [weirso](https://wordpress.org/support/users/weirso/)
 * (@weirso)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/#post-6653601)
 * Yes please! I have already sent the login information to the email you mentioned.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Check out page reload without doing anything](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/)
 *  Thread Starter [weirso](https://wordpress.org/support/users/weirso/)
 * (@weirso)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-out-page-reload-without-doing-anything/#post-6653541)
 * Hi 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.

Viewing 11 replies - 1 through 11 (of 11 total)