Search found 28 matches

by Harpal Singh
10 Jun 2019, 11:34
Forum: Laravel package
Topic: How to add additional charges in PayPal?
Replies: 14
Views: 4647

Re: How to add additional charges in PayPal?

The field is unknown to the rest of the Aimeos code so this won't work if you don't adapt all code that should use the value from this field. An easier solution would be to write a service provider decorator that adds the setup costs to the basket during checkout in either the delivery or payment s...
by Harpal Singh
05 Jun 2019, 10:56
Forum: Laravel package
Topic: How to add additional charges in PayPal?
Replies: 14
Views: 4647

Re: How to add additional charges in PayPal?

HI, Thanks again for your reply, Ok I got it and followed the same. Somehow I got the discounted amount. But it shows an error on the top when coupon is applied. Did you mean I have to add separate coupon for each product. With configuration code required.productcode: SSFLTEE? or is there any way to...
by Harpal Singh
05 Jun 2019, 06:29
Forum: Laravel package
Topic: How to add additional charges in PayPal?
Replies: 14
Views: 4647

Re: How to add additional charges in PayPal?

Is it possible to create a coupon for some products, to discount 40% on basket total? If possible then how to add a single 40% discount coupon for multiple selected products? How can I check if the coupon extension is installed? I have added Coupon ABC in admin Provider = PercentRebate percentrebate...
by Harpal Singh
03 Jun 2019, 10:38
Forum: Laravel package
Topic: How to add additional charges in PayPal?
Replies: 14
Views: 4647

Re: How to add additional charges in PayPal?

Hi,

Same issue I am facing with rebate prices.However rebate amount is being updated in mshop_order_base rebate column. But Rebate amount is not reflecting in paypal payment page.
Thanks.
by Harpal Singh
03 Jun 2019, 05:54
Forum: Laravel package
Topic: How to add additional charges in PayPal?
Replies: 14
Views: 4647

Re: How to add additional charges in PayPal?

aimeos wrote:How did you configure the additional setup charge? You use the PayPalExpress payment service, don't you?
Thanks for your reply.

I have taken a custom field in mshop_order_base_product as setup_charges and updating the same after checking out .
Thanks.
by Harpal Singh
29 May 2019, 06:00
Forum: Laravel package
Topic: How to send email copy of payment confirmation to admin?
Replies: 1
Views: 978

How to send email copy of payment confirmation to admin?

My order confirmation emails are working fine and going to customers but I want to send a copy the same email to admin as well.

Thanks.
Harpal Singh
by Harpal Singh
29 May 2019, 05:56
Forum: Laravel package
Topic: How to add additional charges in PayPal?
Replies: 14
Views: 4647

How to add additional charges in PayPal?

I have added an additional setup charge for each product. I am using PayPal and integrated successfully. Now the problem is that I am unable to charge additional setup charge amount in Paypal. Eg. I have order with PerItem price = $1.10 and Quantity=250 and Setup charges = $35 Total Amount would be ...
by Harpal Singh
21 May 2019, 10:13
Forum: Laravel package
Topic: How to get product price according to different user roles ?
Replies: 1
Views: 1251

How to get product price according to different user roles ?

I have created three types of user roles and three different types of product prices on the basis the user roles. But When I add product in the basket. I am getting default price. In the view file. ext/ai-client-html/client/html/src/Client/Html/Basket/Standard/Standard.php $controller = \Aimeos\Cont...