Search found 9 matches

by izaquieltome
29 Jan 2024, 08:12
Forum: Help
Topic: Problem with different Taxes for products
Replies: 6
Views: 29296

Re: Problem with different Taxes for products

I guess there is still no solution to this. As I am not the biggest programmer, a question to make this for my shop happen (Because: A Voucher could be bought by someone in Sweden - but could be used by someone in Germany or at the local store in Austria - and we in astria have to add taxes when it'...
by izaquieltome
07 Nov 2023, 09:20
Forum: Help
Topic: Problem with different Taxes for products
Replies: 6
Views: 29296

Re: Problem with different Taxes for products

As the project came to pause for a while but now is goinig on, I have a new information about the tax-system. All products have the same Tax in the foreign countries - they only differ in Austria (why soever) except one: gift cards in the shop are ALWAYS (and for all countries) with 0% tax - and app...
by izaquieltome
20 Sep 2023, 11:52
Forum: Help
Topic: Problem with different Taxes for products
Replies: 6
Views: 29296

Re: Problem with different Taxes for products

Thanks for your anwser. I will try this with the "setAddres.after" :) When I look at Shop-Systems like PrestaShop e.g. they have features for "Tax rates" - which means you define sets of Tax-Rates for Countries (like the country-taxrates configuration in aimeos) as Datasets - whi...
by izaquieltome
14 Sep 2023, 13:06
Forum: Help
Topic: Problem with different Taxes for products
Replies: 6
Views: 29296

Problem with different Taxes for products

Hello guys, I am facing the following problem: I am setting up a Shop for an austrian vineyard. Now as by law we have to configure the shop so it uses the taxes of the delivery-countries - so far so good. Now I figured out, there is a Plugin "tax rates", where I can configure a Tax Rate li...
by izaquieltome
28 Mar 2019, 05:07
Forum: TYPO3 extension
Topic: Supplier Information in Products Detail, Basket and Billing
Replies: 9
Views: 4289

Re: Supplier Information in Products Detail, Basket and Bill

Ok - so i am standing at the next point: The Basket. There is, as i saw in a var_dump a field called "suppliercode" for each product, but that is ALWAYS NULL. So, in my Product Detail Page i got the Supplier Infos as I wanted them. But in Basket (and the Order-Details in Backend for Invoic...
by izaquieltome
19 Mar 2019, 08:43
Forum: TYPO3 extension
Topic: Supplier Information in Products Detail, Basket and Billing
Replies: 9
Views: 4289

Re: Supplier Information in Products Detail, Basket and Bill

Ok, thank you - seams to work "a little bit". So, if i comment out the PArts, wehre i search for the Product ID relation, i get a "NULL", when i var_dump the $myQueryresult Variable. When i use those 2 lines of Code, i get the Error Oops, an error occurred! Call to a member funct...
by izaquieltome
19 Mar 2019, 08:23
Forum: TYPO3 extension
Topic: Supplier Information in Products Detail, Basket and Billing
Replies: 9
Views: 4289

Re: Supplier Information in Products Detail, Basket and Bill

Hello Robert,

thx for that quick support.
So, know i got the Decorator integrated and recognized by my Template.

But i can'T figure out, how I can access the Data. Maybe you can Help me with that?

Thanks and best Regards,
Izaquiel
by izaquieltome
19 Mar 2019, 07:00
Forum: TYPO3 extension
Topic: Supplier Information in Products Detail, Basket and Billing
Replies: 9
Views: 4289

Supplier Information in Products Detail, Basket and Billing

Dear All, I am a bloody beginner in extending Aimeos - I am Using Typo3 8.7.22, PHP 7.2.16 and Aimeos 18.10.0. One of my biggest challanges for now is to get the Supplier-information into the Product's Detail Pages. In our Shop-System, we only have one Supplier per Product, so there is always just a...