Search found 8 matches

by johnmartin
07 May 2018, 14:18
Forum: Help
Topic: Save values from payment extern provider
Replies: 3
Views: 1761

Re: Save values from payment extern provider

do the implementation according to your explanation, but when I consult in the database, nothing appears to me, what is done there? my code is: public function process( \Aimeos\MShop\Order\Item\Iface $order, array $params = array() ) { $parts = \Aimeos\MShop\Order\Manager\Base\Base::PARTS_ADDRESS; $...
by johnmartin
04 May 2018, 17:06
Forum: Help
Topic: Save values from payment extern provider
Replies: 3
Views: 1761

Save values from payment extern provider

In a new payment provider, I call an API that is processed in "Process ()" method, and it results in a json that I must show on the payment confirmation screen. My question is: How do I save that result in the database to call it in the confirmation of purchase? Type: Laravel 5.3 Aimeos Ve...
by johnmartin
22 Jan 2018, 18:27
Forum: Laravel package
Topic: modify checkconfigFE for other validations
Replies: 2
Views: 1250

Re: modify checkconfigFE for other validations

My Aimeos version is 2017.10 on Laravel 5.4 and php 7.1
by johnmartin
22 Jan 2018, 17:46
Forum: Laravel package
Topic: modify checkconfigFE for other validations
Replies: 2
Views: 1250

modify checkconfigFE for other validations

I create a new payment option and I want to perform a character validation within to checkConfigFE(). I would like to know of an example of how to implement this method to validate characters from a specific field of the feconfig.
by johnmartin
24 Nov 2017, 16:51
Forum: Help
Topic: differences between pin, watch and fav
Replies: 1
Views: 1062

differences between pin, watch and fav

I need to know the difference between "pin", "watch", and "favorite"
by johnmartin
14 Nov 2017, 23:17
Forum: Help
Topic: change index list products
Replies: 1
Views: 1129

change index list products

When i add a new product in the ecommerce, the index page always accommodates the product at the end of the list. Is there any way to make an accommodation for a personalized order?
by johnmartin
14 Sep 2017, 14:52
Forum: Help
Topic: Config paypal account
Replies: 2
Views: 2477

Re: Config paypal account

Yes I did it. I was going to use a sandbox account to perform tests, and I had redirection problems but in the end I could configure well and get the credentials. Credentials I got it in the dashboard of the paypal developers page (https://developer.paypal.com/developer/applications/). Inside the da...
by johnmartin
11 Sep 2017, 17:42
Forum: Help
Topic: Config paypal account
Replies: 2
Views: 2477

Config paypal account

Hi Guys, I need your help to get the paypal credentials. I have entered the page of developers of paypal, and my first question is, What type of app do I have to create ?. Since there are 3 options: the braintree SDK, the REST API and the NVP / SOAP. The second question is, Where do I get the necess...