Advanced Search

Search Results (Searched for: tax category)

27 Feb 2025 16:58

Taxes for companies and individuals

Category: Taxes

Ok, I changed the category in another place :)
Thanks
27 Feb 2025 16:17

Taxes for companies and individuals

Category: Taxes

Hi,

This screenshot has nothing to do with what I said to do.

Go in the menu System>Taxes.
You should see this: www.hikashop.com/media/kunena/attachments/82931/hika.jpg
There, you have an edit icon for each tax rule, on the left side, next to the checkbox.
Click on the edit icon in order to edit the tax rule.
On the edit page, you have a tax category setting.
There, you want to select "Default tax rate", not "EUR".
Save and repeat for all three tax rules of www.hikashop.com/media/kunena/attachments/82931/hika.jpg
Then, it should work.
27 Feb 2025 13:42

Update of PDF-Plugin

Category: Orders management

Hi,

I'm not able to access your link. I'm getting redirected to the page www.elster.de/eportal/login/softpse which requires to login, but I don't have an account on that website.

The order number is added as the sales order id:
docs.peppol.eu/poacc/billing/3.0/syntax/...ce/cbc-SalesOrderID/
The order invoice number is added as the invoice id:
docs.peppol.eu/poacc/billing/3.0/syntax/ubl-invoice/cbc-ID/
So I don't think there is a problem there. Please double check.

Please note that the plugin output invoices for orders already paid, so it is normal that the payment data is empty and the amount due is 0 since the customer already paid on your website with a normal payment method like PayPal.
Similarly, it's normal the due date is not set since the order is supposed to be already paid.
If you wish to have the customer purchase your products through payment methods included in the UBL file, then it would require the development of a payment plugin, where you could provide the payment details, which would trigger the generation of the UBL file at the end of the checkout with the payment details from the payment method, etc. In that case, it would make sense for the amount due to be the total amount, etc in the generated UBL.

Regarding the product codes, please note that you need to fill in the setting "Tax category code field" of the plugin with the column name of a custom field of the table "product", and that in each product, you provide the tax category code in that custom field.

Regarding the company name and email missing for the supplier, please note that you have corresponding fields in the settings of the plugin that you need to fill in so that they can be present in the UBL file.

Please review the settings of the plugin. You can click on the "toggle inline help" button at the top to get to see the instructions for each field of the plugin. That might help you fill in the settings properly.
27 Feb 2025 13:12

Taxes for companies and individuals

Category: Taxes

Hi,

Go in the System>Taxes menu.
There, edit each tax rule, and make sure that you select "Default tax category" in the tax category setting.
27 Feb 2025 11:04

Taxes for companies and individuals

Category: Taxes

I don't really understand what I have to change now to do it properly.

In the products, the Default tax category is set
In the Main tax zone configuration, it is set to Poland
27 Feb 2025 10:36

Issue on tax configuration

Category: General Talk about HikaShop

-- HikaShop version -- : 5.1.5
-- Joomla version -- : 5.2.4
-- PHP version -- : 8.4.4
-- Browser(s) name and version -- : Chrome 133.0.6943.127
-- Error-message(debug-mod must be tuned on) -- : 0
Call to undefined function parse_ini_file()



Hi!
I tried to change the name of the pre defined default "tax category" to "19% MwSt.". But that doesn't worked. After clicking "save" I got the following error (in backend):
0 Call to undefined function parse_ini_file()
Call Stack
#	Function	Location
1	()	JROOT/administrator/components/com_hikashop/helpers/translation.php:118
2	hikashopTranslationHelper->translateAlias()	JROOT/administrator/components/com_hikashop/classes/category.php:72
3	hikashopCategoryClass->addAlias()	JROOT/administrator/components/com_hikashop/classes/category.php:123
4	hikashopCategoryClass->saveForm()	JROOT/administrator/components/com_hikashop/helpers/helper.php:2278
5	hikashopController->store()	JROOT/administrator/components/com_hikashop/helpers/helper.php:2218
6	hikashopController->apply()	JROOT/libraries/src/MVC/Controller/BaseController.php:730
7	Joomla\CMS\MVC\Controller\BaseController->execute()	JROOT/administrator/components/com_hikashop/helpers/helper.php:2443
8	hikashopController->execute()	JROOT/administrator/components/com_hikashop/hikashop.php:73
9	require_once()	JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:71
10	Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}()	JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:73
11	Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch()	JROOT/libraries/src/Component/ComponentHelper.php:361
12	Joomla\CMS\Component\ComponentHelper::renderComponent()	JROOT/libraries/src/Application/AdministratorApplication.php:150
13	Joomla\CMS\Application\AdministratorApplication->dispatch()	JROOT/libraries/src/Application/AdministratorApplication.php:205
14	Joomla\CMS\Application\AdministratorApplication->doExecute()	JROOT/libraries/src/Application/CMSApplication.php:306
15	Joomla\CMS\Application\CMSApplication->execute()	JROOT/administrator/includes/app.php:58
16	require_once()	JROOT/administrator/index.php:32

Since then, I can not open the shop (products listing) in the frontend. If I do so (click on menu point in frontend), I get the following error:
0
Call to undefined function parse_ini_file()

ERROR 0 - Call to undefined function parse_ini_file() in /var/www/vhosts/path_to_website/administrator/components/com_hikashop/helpers/translation.php:118
Call Stack
#	Function	Location
1	()	JROOT/administrator/components/com_hikashop/helpers/translation.php:118
2	hikashopTranslationHelper->translateAlias()	JROOT/administrator/components/com_hikashop/classes/product.php:1818
3	hikashopProductClass->addAlias()	JROOT/administrator/components/com_hikashop/classes/product.php:2456
4	hikashopProductClass->loadProductsListingData()	JROOT/components/com_hikashop/views/product/view.html.php:923
5	ProductViewProduct->listing()	JROOT/components/com_hikashop/views/product/view.html.php:29
6	ProductViewProduct->display()	JROOT/libraries/src/MVC/Controller/BaseController.php:697
7	Joomla\CMS\MVC\Controller\BaseController->display()	JROOT/administrator/components/com_hikashop/helpers/helper.php:2465
8	hikashopController->display()	JROOT/components/com_hikashop/controllers/product.php:46
9	productController->listing()	JROOT/libraries/src/MVC/Controller/BaseController.php:730
10	Joomla\CMS\MVC\Controller\BaseController->execute()	JROOT/administrator/components/com_hikashop/helpers/helper.php:2443
11	hikashopController->execute()	JROOT/components/com_hikashop/hikashop.php:88
12	require_once()	JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:71
13	Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}()	JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:73
14	Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch()	JROOT/libraries/src/Component/ComponentHelper.php:361
15	Joomla\CMS\Component\ComponentHelper::renderComponent()	JROOT/libraries/src/Application/SiteApplication.php:218
16	Joomla\CMS\Application\SiteApplication->dispatch()	JROOT/libraries/src/Application/SiteApplication.php:272
17	Joomla\CMS\Application\SiteApplication->doExecute()	JROOT/libraries/src/Application/CMSApplication.php:306
18	Joomla\CMS\Application\CMSApplication->execute()	JROOT/includes/app.php:58
19	require_once()	JROOT/index.php:32

That happens since I tried to change the name of the "default tax category".

Rusty

P.S. I also can not change products prices anymore. Get the same error.
27 Feb 2025 09:37

Taxes for companies and individuals

Category: Taxes

Hi,

In your products, you have a "tax category" setting in the "prices" area.
HikaShop will only take into account the tax rules for the tax category selected in the product.
I can see that you configured different tax categories for your tax rules.
Based on what you're saying, it seems that you selected "Default tax category" in the "tax category" setting of your products.
And thus, only the third tax rule, restricted to Poland, is taken into account.
You'll want to change the tax category for the other two tax rules to "Default tax category" so that they can be taken into account too.
25 Feb 2025 04:01

Creating Customised Report

Category: Reports & Statistics

The Mass Action report as discussed has been working brilliantly .... up until now

We have the following in the report order_created, order_invoice_number, order_full_price, order_full_tax

We are now looking to include in the report, the category each of the products paid for. We have 5 categories.

I may be blind but I can't find anything in the settings to be able to include category_id or category_name.

Am I looking to cross a bridge too far?

Thanks
Displaying 21 - 28 out of 28 results.
Time to create page: 0.204 seconds
Powered by Kunena Forum