Search found 6 matches

by ujackson
21 Jun 2017, 22:07
Forum: Laravel package
Topic: Changing header & body for mini basket?
Replies: 12
Views: 5527

Re: Changing header & body for mini basket?

See the post on Github: https://github.com/aimeos/aimeos-laravel/issues/103
Substitute "catalog/filter" with "basket/mini".
by ujackson
17 Jun 2017, 15:52
Forum: Laravel package
Topic: Implement separate prices for product.
Replies: 7
Views: 4115

Re: Implement separate prices for product.

Thanks for your feedback. I have one little challenge. How can I create selection products with two articles, one with the daily price, the other with the hourly rate. When I go to add selection product in expert mode. I do not see this option. Is this the same as "Associated attributes"?...
by ujackson
17 Jun 2017, 15:10
Forum: Laravel package
Topic: Implement separate prices for product.
Replies: 7
Views: 4115

Re: Implement separate prices for product.

Thanks for your feedback.

I have one little challenge.
How can I create selection products with two articles, one with the daily price, the other with the hourly rate.
When I go to add selection product in expert mode. I do not see this option. Is this the same as "Associated attributes"?
by ujackson
14 Jun 2017, 08:21
Forum: Laravel package
Topic: Implement separate prices for product.
Replies: 7
Views: 4115

Re: Implement separate prices for product.

Many thanks for your response. Does it mean I won't be to add the new price type "hourly" for calculation in the basket and the one the customer has to pay at the end. I want the customer toggle between the two prices and the calculations should be done based on chosen price. What I mean b...
by ujackson
13 Jun 2017, 09:36
Forum: Laravel package
Topic: Implement separate prices for product.
Replies: 7
Views: 4115

Implement separate prices for product.

Hi,
I'm trying to use Aimeos for a rental website. I want to display two separate prices for both hourly and daily rates at once. I also want to configure separate prices for different locations.
Can you point me in the right direction on how to achieve this. Thanks.
by ujackson
16 May 2017, 23:28
Forum: Laravel package
Topic: Update payment status after redirection from payment gateway
Replies: 1
Views: 1485

Update payment status after redirection from payment gateway

Hi, thanks for the awesome package. I created a custom aimeos payment service provider. I am able to send the request to the external gateway using the "process" function. After payment is processed by gateway, it redirects to a success url page with the transaction reference which I'll us...