Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/17/2018 in all areas

  1. When selecting the "Inclusive" tax type, it adds the tax on top of the items subtotal price which results in a total due of $12 (instead of $10). When selecting the "Exclusive" tax type, it shows the actual Inclusive total due (also on Step 4) of $10 (instead of $12) but the Invoice generated in background and payment amount parsed to the gateway e.g. PayPal is $12. BUG: Inclusive and Exclusive tax amount is incorrect calculated and generated Invoices are different from the amount displayed during the checkout process. This was tested with the Standard, Ajax and Wizard order form. The error appeared on all of them. It's either overcharging the customer, lowering the price to match the desired total price or not charge tax at all. If this is a confirmed bug, the severity is CRITICAL and needs immediate attention.
    1 point
  2. with php 7.2, in cPanel module when adding server it return error count(): Parameter must be an array or an object that implements Countable on line 72 in /home/xxxxxx/public_html/blesta/components/modules/cpanel/views/default/add_row.pdt a simple fix $num_servers = count($this->Html->ifSet($vars->name_servers, []));
    1 point
  3. Would love if we could get some traction on this. It's stupid simple, and insanely annoying for customers.
    1 point
  4. Tyson

    TAX Inclusive/Exclusive

    I appreciate the report and we are aware of concerns some have expressed (such as here) with the tax types in some regions. The difference between inclusive/exclusive on the tax rules is purely visual--the tax is shown in the total (inclusive) or it is not (exclusive). We will need to include additional support in the future for package pricing to support "price includes tax" or "price excludes tax", as you are alluding to.
    1 point
×
×
  • Create New...