product price

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
goransabo
Posts: 43
Joined: 30 Nov 2020, 17:54

product price

Post by goransabo » 08 Oct 2024, 14:12

Hello
I have installed:
- php 8.2.23
- Typo3 12.4.21
- Aimeos 2023.10.7
- Omnipay/Stripe ^3.2
At first, on product detail, price is't shown. My next need is to remove all shown except:
- name of product,
- price,
- long description
- add to cart button
In Services I can't add Stripe payment because it's not present.

please help me to resolve it,
Best regards
Goran

User avatar
aimeos
Administrator
Posts: 8225
Joined: 01 Jan 1970, 00:00

Re: product price

Post by aimeos » 09 Oct 2024, 10:20

goransabo wrote: 08 Oct 2024, 14:12 At first, on product detail, price is't shown. My next need is to remove all shown except:
- name of product,
- price,
- long description
- add to cart button
Copy the vendor/aimeos/ai-client-html/templates/client/html/catalog/detail/body.php to your own project-specific Aimeos TYPO3 extension you can generate here: https://aimeos.org/extensions

The, you can remove the parts you don't need in your template.
goransabo wrote: 08 Oct 2024, 14:12 In Services I can't add Stripe payment because it's not present.
You have to install aimeos/ai-payments package too:
https://aimeos.org/docs/latest/manual/s ... i-payments
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

goransabo
Posts: 43
Joined: 30 Nov 2020, 17:54

Re: product price

Post by goransabo » 09 Oct 2024, 12:11

Stripe is okay :-)
I have installed my extension but how to I activate it.
It's in vendor aimeos-extension/my-extension
regards

User avatar
aimeos
Administrator
Posts: 8225
Joined: 01 Jan 1970, 00:00

Re: product price

Post by aimeos » 10 Oct 2024, 07:41

Did you generate and install an Aimeos TYPO3 extensions or only an Aimeos standard extension?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

goransabo
Posts: 43
Joined: 30 Nov 2020, 17:54

Re: product price

Post by goransabo » 10 Oct 2024, 12:33

Aimeos standard extension -> https://aimeos.org/extensions

goransabo
Posts: 43
Joined: 30 Nov 2020, 17:54

Re: product price

Post by goransabo » 10 Oct 2024, 13:04

okay :-) I catch it !
regards

goransabo
Posts: 43
Joined: 30 Nov 2020, 17:54

Re: product price

Post by goransabo » 10 Oct 2024, 13:56

still have a problem with showing price in detail page?

User avatar
aimeos
Administrator
Posts: 8225
Joined: 01 Jan 1970, 00:00

Re: product price

Post by aimeos » 14 Oct 2024, 15:14

Which problem?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply