Search found 12 matches

by earosb
02 Sep 2016, 18:59
Forum: Help
Topic: Catalog tree
Replies: 2
Views: 2146

Re: Catalog tree

aimeos wrote:Well single items returned by searchItems() don't have children. Use the getTree() method of the catalog manager instead to get a tree of nodes instead.
Thank you Mr. Aimeos, you are a genius!
by earosb
02 Sep 2016, 14:13
Forum: Help
Topic: Catalog tree
Replies: 2
Views: 2146

Catalog tree

Hi there! I have a catalog tree that i created from backend admin, I need to show the same tree in frontend but when i search all categories the hasChildren function always return false. This is part of my code $manager = \Aimeos\MShop\Factory::createManager( $context, 'catalog' ); $search = $manage...
by earosb
11 Aug 2016, 15:39
Forum: Help
Topic: Change currency to integer values
Replies: 3
Views: 2390

Re: Change currency to integer values

aimeos wrote:Which currency are you using?
We are using Chilean peso and a virtual currency that we invented.
The next version will be released in October?
by earosb
10 Aug 2016, 16:30
Forum: Help
Topic: Change currency to integer values
Replies: 3
Views: 2390

Change currency to integer values

Hi there,

I can't figure out how to change a currency to integer values, is a bit strange to see the prices with decimals for my.

Thanks for any help!
by earosb
04 Aug 2016, 21:40
Forum: Help
Topic: Find the price of a product
Replies: 1
Views: 2358

Find the price of a product

Hello there, I need to get one specific price of a product from the product id, i did this: $manager = \Aimeos\MShop\Factory::createManager( $context, 'product' ); $item = $manager->getItem( $id, array( 'price' ) ); I want to search the price by the currencyid but i don't understand how to continue ...
by earosb
28 Jul 2016, 17:00
Forum: TYPO3 extension
Topic: Aimeos AbstractController and Fluid
Replies: 1
Views: 1215

Aimeos AbstractController and Fluid

Hello there,

I was wondering if it's posible extend my Extbase controller from the Aimeos AbstractController and use the fluid views like a regular Extbase.

I really appreciate any help you can provide.
by earosb
21 Jul 2016, 13:53
Forum: TYPO3 extension
Topic: Publish products in frontend
Replies: 6
Views: 7015

Re: Publish products in frontend

aimeos wrote:Sure, they do! These methods are inherited via the base class.
I made it :D , tranks for the help!
by earosb
18 Jul 2016, 20:12
Forum: TYPO3 extension
Topic: Publish products in frontend
Replies: 6
Views: 7015

Re: Publish products in frontend

A product must be in a category to be visible, so add a list item to the category (catalog domain) using the product ID as refid. I almost got it, just one last question, how i add a list item to the category? i tried this $catalogListManager = \Aimeos\MShop\Factory::createManager( $context, 'catal...
by earosb
15 Jul 2016, 13:36
Forum: Help
Topic: Options pin/watch/fav
Replies: 2
Views: 1978

Re: Options pin/watch/fav

Their meaning is: - Pinned products are available during the session of the user ("Merkliste" in German) - Favorite products are linked permanently in the user account (like a wish list) - Users get notified when watched products will be available again (in stock) or their price decreases...
by earosb
14 Jul 2016, 23:31
Forum: Help
Topic: Options pin/watch/fav
Replies: 2
Views: 1978

Options pin/watch/fav

Hi community,

First, I do not understand the difference between the pin, watch and favorite options meaby its a language/translate problem.
Second, can i disable some of this options?

Thanks in advance!

if I have not been clear
Image