Title: Simon Frntic's Replies | WordPress.org

---

# Simon Frntic

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Points and Rewards for WooCommerce] Points deduction and tax](https://wordpress.org/support/topic/points-deduction-and-tax/)
 *  Thread Starter [Simon Frntic](https://wordpress.org/support/users/sim33on/)
 * (@sim33on)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/points-deduction-and-tax/#post-18090199)
 * Just for info, above code isn’t ok, because it add’s discount on every product,
   so don’t use it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Points and Rewards for WooCommerce] Points deduction and tax](https://wordpress.org/support/topic/points-deduction-and-tax/)
 *  Thread Starter [Simon Frntic](https://wordpress.org/support/users/sim33on/)
 * (@sim33on)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/points-deduction-and-tax/#post-18088490)
 * Tax setting didn’t help. But I found this code which does this:
 * _/** * Apply coupon discount after tax calculation in WooCommerce. */add_filter(‘
   woocommerce_coupon_get_discount_amount’, ‘apply_coupon_after_tax’, 10, 5);
 * _function apply\_coupon\_after\_tax($discount, $discounting\_amount, $cart\_item,
   $single, $coupon) {
   // Calculate the discount on the price after taxif ( $coupon-
   >get\_discount\_type() == ‘percent’ ) {$discount = ($cart\_item[‘line\_total’]
   + $cart\_item[‘line\_tax’]) * ($coupon->get\_amount() / 100);} elseif ( $coupon-
   >get\_discount\_type() == ‘fixed\_cart’ || $coupon->get\_discount\_type() == ‘
   fixed\_product’ ) {// Ensure discount is applied to total price including tax
   $discount = min( $discounting\_amount + $cart\_item[‘line\_tax’], $coupon->get\
   _amount() );}return $discount;}
 * But problem is that Point and rewards add discount on price before discount coupon
   is applied. So it can give you more discount points than you are entitled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Points and Rewards for WooCommerce] Points deduction and tax](https://wordpress.org/support/topic/points-deduction-and-tax/)
 *  Thread Starter [Simon Frntic](https://wordpress.org/support/users/sim33on/)
 * (@sim33on)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/points-deduction-and-tax/#post-18088179)
 * I see so discount is calculated before tax as in woocommerce coupons.
   Do you 
   know how can I change this. I tried to google it but didn’t find solution yet.
 * Other options is, plugin is set to rewarded points on whole sum. So is it possible
   to change rewarded points to price without tax?
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] Layout change in other languages](https://wordpress.org/support/topic/layout-change-in-other-languages/)
 *  Thread Starter [Simon Frntic](https://wordpress.org/support/users/sim33on/)
 * (@sim33on)
 * [9 years ago](https://wordpress.org/support/topic/layout-change-in-other-languages/#post-9055749)
 * Hello,
    when I put site on online server it started working ok.
 * And yes I also think there’s a problem with no-icons plugin. I use version No-
   icon 1.1.1. and Timeline 1.4.2
    When I use icons I don’t have this problem. Well
   at least for now on online server problem doesn’t appear any more and online 
   is where it matters. So I hope it won’t show up again.
 * Thank you for your reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CMB2] taxonomy select variable format in DB](https://wordpress.org/support/topic/taxonomy-select-variable-format-in-db/)
 *  Thread Starter [Simon Frntic](https://wordpress.org/support/users/sim33on/)
 * (@sim33on)
 * [11 years ago](https://wordpress.org/support/topic/taxonomy-select-variable-format-in-db/#post-6054545)
 * This makes sense and that’s was what i needed. Thank you for answer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] Slovenian translation](https://wordpress.org/support/topic/slovenian-translation-3/)
 *  Thread Starter [Simon Frntic](https://wordpress.org/support/users/sim33on/)
 * (@sim33on)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/slovenian-translation-3/#post-5255221)
 * Hi Gunter, I found file and looked in it. But I still don’t know how to set it
   up. In file there isn’t for example “First name”. I know where to put language
   file, edit, use them ect.
 * How do I setup below code to get it translated. I see you have variable {language},
   does this have anything to do with it.
    Can you change below code in correct 
   way to use it in two languages.
 *     ```
       <p>
           <label>First Name:</label>
           <input placeholder="Your first name" name="FNAME" type="text">
       </p>
       ```
   
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Migrate Lite - Migration Made Easy] Great plugin](https://wordpress.org/support/topic/great-plugin-3410/)
 *  Thread Starter [Simon Frntic](https://wordpress.org/support/users/sim33on/)
 * (@sim33on)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/great-plugin-3410/#post-7852934)
 * No, they were on same domain, but it didn’t changed it. Well i fiex it and on
   other sites it worked ok.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [youtube embeded video disappears on Mac](https://wordpress.org/support/topic/youtube-embeded-video-disappears-on-mac/)
 *  Thread Starter [Simon Frntic](https://wordpress.org/support/users/sim33on/)
 * (@sim33on)
 * [12 years ago](https://wordpress.org/support/topic/youtube-embeded-video-disappears-on-mac/#post-4930456)
 * Well, this is a new feature in wp 3.9 and I didn’t realize it. Thanks for feedback.
 * I’ll try it on my client computer.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Gallery modification](https://wordpress.org/support/topic/gallery-modification/)
 *  Thread Starter [Simon Frntic](https://wordpress.org/support/users/sim33on/)
 * (@sim33on)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/gallery-modification/#post-2864549)
 * Thank you. This option with pseudo class worked exactly as I needed.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Dont know if the theme is not working right or its the backed up database](https://wordpress.org/support/topic/dont-know-if-the-theme-is-not-working-right-or-its-the-backed-up-database/)
 *  [Simon Frntic](https://wordpress.org/support/users/sim33on/)
 * (@sim33on)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/dont-know-if-the-theme-is-not-working-right-or-its-the-backed-up-database/#post-2864381)
 * Did you tried to update permalinks? I had similar problems last week and it helped.

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