Taxes and add to your order

  • Posts: 69
  • Thank you received: 0
11 years 7 months ago #141820

Hello,

First, can you remove the taxes of shipping methods in the cart?



Second, can you remove the "add to order" from the category view? Not to product, but where all the products in a category shown.

Attachments:
Last edit: 11 years 7 months ago by dreads.

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #141837

Hi,
1. You'll just have to set the "Product tax category" option of your shipping method to NONE, through your shipping method configuration page.

2. The solution will be to set the "Display 'Add to cart' button" option of your category listing associated module to NO

The following user(s) said Thank You: dreads

Please Log in or Create an account to join the conversation.

  • Posts: 69
  • Thank you received: 0
11 years 7 months ago #141840

Hi,

1. Sorry, I explained wrong. I want to have taxes, but do not show how much it costs without tax.

2. Perfect.

Thanks!

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #141855

Ok, so the solution will be to :
- Go to "Hikashop->Display->Views"
- Edit the "shipping" file of the "checkout" view of your front-end template
- Change these lines :

      $price_text .= JText::_('PRICE_BEFORE_TAX');
       $price_text .= $this->currencyHelper->format($rate->shipping_price,$rate->shipping_currency_id);
      $price_text .= JText::_('PRICE_AFTER_TAX');
By :
      /*     $price_text .= JText::_('PRICE_BEFORE_TAX');
          $price_text .= $this->currencyHelper->format($rate->shipping_price,$rate->shipping_currency_id);
      $price_text .= JText::_('PRICE_AFTER_TAX');*/

The following user(s) said Thank You: dreads

Please Log in or Create an account to join the conversation.

  • Posts: 69
  • Thank you received: 0
11 years 6 months ago #142065

Perfect. Thanks.

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds
Powered by Kunena Forum