Search found 7 matches

by VickoNovianto
21 Jun 2017, 14:22
Forum: Laravel package
Topic: Need to change the database schema
Replies: 11
Views: 6137

Re: Need to change the database schema

I want to change mshop_order table into order table which consists of :
  • ID
    Buyer_ID
    Payment_Method_Type_ID
    Buyer_Address
    Timestamp
Buyer_ID is a foreign key which references id from buyer table. Payment_Method_Type_ID references id from payment_method_type table.
by VickoNovianto
21 Jun 2017, 01:41
Forum: Laravel package
Topic: Integrate aimeos with angular 2 and ionic framework
Replies: 3
Views: 2180

Re: Integrate aimeos with angular 2 and ionic framework

How to configure the base URL to the Aimeos JSON API?
by VickoNovianto
19 Jun 2017, 09:33
Forum: Laravel package
Topic: Integrate aimeos with angular 2 and ionic framework
Replies: 3
Views: 2180

Integrate aimeos with angular 2 and ionic framework

How do I integrate aimeos with angular 2(frontend for desktop) and ionic framework(frontend for mobile apps)?
by VickoNovianto
31 May 2017, 03:24
Forum: Laravel package
Topic: Need to change the database schema
Replies: 11
Views: 6137

Re: Need to change the database schema

I want to replace entire demo schema with my own designed schema. My own designed schema is different with the demo schema. My schema has foreign keys and has a lot more tables and columns. What do i need to do to replace the demo schema with my own designed schema? Do i need to change the code in t...
by VickoNovianto
16 May 2017, 10:47
Forum: Laravel package
Topic: Need to add new functionality
Replies: 13
Views: 5773

Need to add new functionality

I use Aimeos 2017.04 with PostgreSQL 9.6.2 and Laravel 5.4 with PHP 7.1.1. I use Windows 8 Pro. I want to add new functionality to the existing demo app, such as : 1. Create rating and review 2. View product status(such as delivery tracking status) 3. Create seller account 4. Create product recommen...
by VickoNovianto
16 May 2017, 10:36
Forum: Laravel package
Topic: Need to change the database schema
Replies: 11
Views: 6137

Need to change the database schema

I use Aimeos 2017.04 with PostgreSQL 9.6.2 and Laravel 5.4 with PHP 7.1.1. I use Windows 8 Pro. I want to ask, if I change the PostgreSQL database schema(including the tables) in the demo app, can the source code still work? Or i have to change the source code to adapt to new schema? Thank you.
by VickoNovianto
16 Apr 2017, 02:38
Forum: Laravel package
Topic: Cannot Setup Aimeos with PostgreSQL
Replies: 1
Views: 1964

Cannot Setup Aimeos with PostgreSQL

I use Aimeos 2017.04 with PostgreSQL 9.6.2 and Laravel 5.4 with PHP 7.1.1. I use Windows 8 Pro. After I entered php artisan vendor:publish , I changed the file config/shop.php into : 'resource' => array( 'db' => array( 'adapter' => env('DB_CONNECTION', 'pgsql'), 'host' => env('DB_HOST', 'localhost')...