Subotal per Tax-category on the PDF invoice.

  • Posts: 88
  • Thank you received: 2
  • Hikashop Business
9 years 3 weeks ago #196122

-- HikaShop version -- : 2.3.3
-- Joomla version -- : 3.3.6
-- PHP version -- : n/a
-- Browser(s) name and version -- : n/a

Hello,

I'm using the PDF invoice plugin for Hikashop. I have 2 Tax categories in my shop and would like to display the subotal per Tax-category on the PDF invoice.

Example of how I would like the PDF (displaying prices without VAT).
- Product 1: Price: € 10,00 (this product has VAT cat. 1)
- Product 2: Price: € 5,00 (this product has VAT. cat. 2)


Subtotal VAT cat. 1: € 10,00
Subtotal VAT cat. 2: € 5,00

Can anyone give me a price to achieve this customization?

Thanks in advance.

The following user(s) said Thank You: deligence

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

  • Posts: 126
  • Thank you received: 9
9 years 3 weeks ago #196165

Hello,

We'll be interested to work on this requirement. We have worked on 100+ Joomla sites and 5+ HikaShop sites. Please send an email to me at sanjay @ deligence.com and then I'll provide you time and cost estimate for this requirement.


Thanks & Regards,

Sanjay Kumar | CEO

Official HikaShop Integration and Customization Partner

Deligence Technologies - your growing technology partner
E: sanjay [at] deligence.com
Skype/Google Hangout: sanjay.deligence
www.deligence.com

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

  • Posts: 59
  • Thank you received: 0
8 years 9 months ago #205637

Hi deligence,

I have the same thing to solve.
I need a table of 3 columns with
TAX CATEGORY NAME | TOTAL OF PRODUCTS FOR CATEGORY WITHOUT TAX | TOTAL TAX FOR CATEGORY
for my categories taxes (2)
I used detail tax code from hikashop and name of tax saved in db to obtain first and third column.
The problem is the second column.

I tried using this piece of code from hikashop but i need to split products based on tax category and sum it

foreach($order->products as $product){
			$class = hikashop_get('class.product');
			$prodData = $class->get($product->product_id);
			if($group && $product->order_product_option_parent_id) continue; 
						echo $currencyHelper->format($product->order_product_price,$order->order_currency_id).'<br>';}

Could you tell me the price and time to develop it?

Thank you very much.

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

  • Posts: 126
  • Thank you received: 9
8 years 9 months ago #205706

Hello simonev,

I have sent you one Private message.


Thanks & Regards,

Sanjay Kumar | CEO

Official HikaShop Integration and Customization Partner

Deligence Technologies - your growing technology partner
E: sanjay [at] deligence.com
Skype/Google Hangout: sanjay.deligence
www.deligence.com

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

Time to create page: 0.079 seconds
Powered by Kunena Forum