Search found 51 matches

by bill
30 May 2017, 18:56
Forum: Laravel package
Topic: Removing product from car tgetting me error
Replies: 8
Views: 3293

Removing product from car tgetting me error

Hi

I am getting this strange error when I remove products from my cart

Product with array key "0" not available

any idea why?
by bill
30 May 2017, 16:24
Forum: Laravel package
Topic: Changing Tax rate base on US states
Replies: 2
Views: 5411

Changing Tax rate base on US states

Hi

How do I change the tax rate base on US States ,

like for example
Ca >> 9.8%

can you do that? please guide me through it

Also I want to remove the Rebate from checkout, how do we do that

Thanks
by bill
30 May 2017, 16:12
Forum: Laravel package
Topic: How to change langues of english keywords
Replies: 2
Views: 1468

How to change langues of english keywords

Hi I am trying to change couple of words in english , I am following this >> https://aimeos.org/docs/Laravel/Overwrite_translations I opened my shop.php in config , I see there are couple of i18n array? 'i18n' => array( ), and inside of 'frontend' => array( 'admin' => array(), 'client' => array(), '...
by bill
26 May 2017, 21:01
Forum: Laravel package
Topic: Integration FEDEX API rates with Aimeos
Replies: 1
Views: 1572

Integration FEDEX API rates with Aimeos

I want to display differnet FEDEX returned rates by using there api and display these on the checkout page ? is that possible? basically I want to install laravel package like this one >> https://github.com/Arkitecht/fedex-laravel and I want to send to it weight and shipping address and it will retu...
by bill
26 May 2017, 19:24
Forum: Laravel package
Topic: Add my account and order histroy pages
Replies: 3
Views: 2202

Re: Add my account and order histroy pages

Hello Thank you for the replay for # 3 , I don't want to change the basket page route, it seems when I do this when I try to go to /basket it redirect to the other page I have created? what I want when i add a product to the cart , and I click on "check" I want it to first got to the /logi...
by bill
26 May 2017, 17:57
Forum: Laravel package
Topic: Adding option for users to login on checkout?
Replies: 1
Views: 1283

Adding option for users to login on checkout?

currently I have installed Aimeos and when you add a product to basket and click on "check" , it goes to the checkout page /checkout

is there away to give the user the option to login? or checkout as Guest?

Thanks
by bill
26 May 2017, 17:56
Forum: Laravel package
Topic: Aimeos Order History page?
Replies: 1
Views: 1223

Aimeos Order History page?

HI

How do I setup Aiemos Order history page? where customers can check all there order history?
by bill
26 May 2017, 17:54
Forum: Laravel package
Topic: Does Aimeos Laravel offer Product Reviews?
Replies: 1
Views: 1700

Does Aimeos Laravel offer Product Reviews?

Hi

I just wanted to check do you guys offer products review? if so please let me know how do I enable it?

thanks
by bill
19 May 2017, 15:54
Forum: Laravel package
Topic: Add my account and order histroy pages
Replies: 3
Views: 2202

Add my account and order histroy pages

Hello

I am trying to use aimeo but I have couple iof questions:

1).How can I add my account and order history pages ?

2) and also where do I find the logout page?

3) plus how could have an option for creating an account / login before checkout proccess?

Thanks
by bill
25 Apr 2017, 16:16
Forum: Laravel package
Topic: How do I extend and override Order checkout page
Replies: 7
Views: 4795

Re: How do I extend and override Order checkout page

Hello Yes I have read it , there are some broken links and its hard to understand. I am trying to see once the user clicks on "Buy Now" before the payment gateway, how can I intercept that and put my own code , where I grab the cart and do my own logic? I read about extending the context l...