Search found 9 matches

by haseeb
22 Mar 2021, 13:21
Forum: Help
Topic: Problem in currency symbol while placing order
Replies: 6
Views: 3514

Re: Problem in currency symbol while placing order

My language id is 'en' and on that i have three different currency but when i click on buy it will automatically change the order to USD and save it , i also check basket on summary page its shows me currency id AED but after click on buy the order place in USD how can i resolve this issue ? thanks ...
by haseeb
22 Mar 2021, 10:49
Forum: Help
Topic: Problem in currency symbol while placing order
Replies: 6
Views: 3514

Re: Problem in currency symbol while placing order

in which function i can check that my currency id before placing order ?
by haseeb
19 Mar 2021, 10:34
Forum: Help
Topic: Problem in currency symbol while placing order
Replies: 6
Views: 3514

Re: Problem in currency symbol while placing order

yes language and currency is present in all url through out the website .
and one more thing
how can i apply VAT on total is there any function present ,if not so how can i apply vat on total and save it to database successfully ?
by haseeb
17 Mar 2021, 18:27
Forum: Help
Topic: Problem in currency symbol while placing order
Replies: 6
Views: 3514

Problem in currency symbol while placing order

"php": "^7.2", "aimeos/aimeos-laravel": "~2019.10", "laravel/framework": "^6.0", hello, i have problem occur in currency id if i select currency to "AED" and it is same on the Summary but when i click on buy , the order is place i...
by haseeb
09 Mar 2021, 06:56
Forum: Laravel package
Topic: How to Hit Refund method In Custome Payment gateway
Replies: 5
Views: 2424

Re: How to Hit Refund method In Custome Payment gateway

Thanks and Its work for me and now refund is working :D :P
by haseeb
04 Mar 2021, 16:48
Forum: Laravel package
Topic: How to Hit Refund method In Custome Payment gateway
Replies: 5
Views: 2424

Re: How to Hit Refund method In Custome Payment gateway

so how it can update order status in database , when i click on save button which controller hits, can you please tell me.
by haseeb
02 Mar 2021, 14:25
Forum: Laravel package
Topic: How to Hit Refund method In Custome Payment gateway
Replies: 5
Views: 2424

How to Hit Refund method In Custome Payment gateway

"php": "^7.2", "aimeos/aimeos-laravel": "~2019.10", "laravel/framework": "^6.0", hello, i am using custom payment gateway and I follow this documentation for implementation https://aimeos.org/docs/latest/providers/service/payment/ . As acco...
by haseeb
02 Mar 2021, 13:17
Forum: Help
Topic: Calculate Shipping Costs
Replies: 4
Views: 3586

Re: Calculate Shipping Costs

thanks its work
by haseeb
25 Feb 2021, 08:36
Forum: Help
Topic: Calculate Shipping Costs
Replies: 4
Views: 3586

Re: Calculate Shipping Costs

hello , I am facing some problem in integrating delivery method ,currently I am using UPS Rate API to grab all the rate but problem is that i cant access that rate in response even that i dump my response variable noting happen , and aimeos moves to next step which is the selection of payment method...