Search found 23 matches

by vikram
17 Aug 2020, 08:14
Forum: Laravel package
Topic: Aimeos vs Bagisto and SPA templates
Replies: 12
Views: 9602

Re: Aimeos vs Bagisto and SPA templates

We will create a progressive web application (PWA) which will be easy to adapt and extend in the next few months based on Vue.js and Nuxt.js but that won't help you at the moment. Additionally, we are currently creating a simple to use JS library that hides the tedious details of the JSON REST API....
by vikram
22 Sep 2015, 03:23
Forum: TYPO3 extension
Topic: Access Aimeos orders in my extension
Replies: 2
Views: 2439

Re: Access Aimeos orders in my extension

I missed the TS.. after adding the TS I get the following:

Code: Select all

Fatal error: Call to a member function assign() on a non-object
Someone please suggest where can I look for some solution.
by vikram
19 Sep 2015, 12:31
Forum: TYPO3 extension
Topic: Access Aimeos orders in my extension
Replies: 2
Views: 2439

Access Aimeos orders in my extension

Hi, I want to access orders placed by an user in my extension. I have done the following: added to ext_localconf.php $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['aimeos']['extDirs']['1_'.$_EXTKEY] = 'EXT:' . $_EXTKEY . '/Resources/Extensions/'; $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['aimeos']['confDirs']...
by vikram
02 Sep 2015, 06:39
Forum: TYPO3 extension
Topic: Typo3 BE error : Missing argument in getParsedData()
Replies: 2
Views: 2411

Typo3 BE error : Missing argument in getParsedData()

Hi, I have got the latest code from Github.. and I get this error when I try to create a new content element in Typo3 (ver 7.2.0) backend: #1: PHP Warning: Missing argument 3 for TYPO3\CMS\Core\Localization\LocalizationFactory::getParsedData(), called in var/www/html/typo3cms/cb_720/typo3conf/ext/ai...
by vikram
28 Aug 2015, 08:13
Forum: TYPO3 extension
Topic: Get field values
Replies: 1
Views: 1818

Get field values

Hi,

I have items after a search execution. I need to access it non-basic values like price, description ect. How to do that in the php code. Some thing like the follow is not working.

Code: Select all

$price = $item->getRefItems( 'price', 'default', 'default' );
The following works fine:

Code: Select all

$item->getCode();
by vikram
23 Aug 2015, 15:52
Forum: TYPO3 extension
Topic: Aimeos and REST API
Replies: 5
Views: 4122

Re: Aimeos and REST API

Thank you for all the tips. It is going to take some time for me get familiar with those since I am very new to Aimoes. One last request :) I need to initialize the accounting system with products from Aimoes. And every time new products is added or modified it needs to be pushed to the Accounting s...
by vikram
23 Aug 2015, 14:47
Forum: TYPO3 extension
Topic: Aimeos and REST API
Replies: 5
Views: 4122

Re: Aimeos and REST API

I need to export all products and orders when they are placed. The account system would also generate pdf invoices which I would need to import back into Aimeos.

Thank you for tip related to stock update.
by vikram
23 Aug 2015, 04:26
Forum: TYPO3 extension
Topic: Aimeos and REST API
Replies: 5
Views: 4122

Aimeos and REST API

I was wondering if there is some feature to manage export of basic products details to an external accounting system based on Rest-api service. I also need to update the stock value from the accounting system. Since the stock update is one way and not a sync I was thinking of creating a csv file fro...
by vikram
23 Aug 2015, 04:20
Forum: TYPO3 extension
Topic: CSV import error: cannot serialize or unserialize PDO
Replies: 8
Views: 5067

Re: CSV import error: cannot serialize or unserialize PDO

It is nice to see so rapid feature addition being done. :)