Search found 9 matches

by wygigs
14 Feb 2016, 20:39
Forum: Laravel package
Topic: Help with Config for Checkout Process
Replies: 4
Views: 3541

Re: Help with Config for Checkout Process

Thank you!

Client appears only once, but checkout appears twice - Doh!

Regards

WYGIGS
by wygigs
12 Feb 2016, 15:47
Forum: Laravel package
Topic: Help with Config for Checkout Process
Replies: 4
Views: 3541

Re: Help with Config for Checkout Process

Sorry, I should have made it clear which version I'm using. I believe it's version 2015.10.2 (as per composer.lock) with Laravel 5.1 on xampp. I believe my config is correct as in src/Client/Checkout/Standard/Default.php, lines 546 - 550 are: $onepage = $view->config( 'client/html/checkout/standard/...
by wygigs
11 Feb 2016, 19:57
Forum: Laravel package
Topic: Help with Config for Checkout Process
Replies: 4
Views: 3541

Help with Config for Checkout Process

I intend to modify the checkout process slightly, but wanted to understand it first. I have modified the config expecting only a subset of the checkout stages to be displayed, and/or a one-page checkout process, but my config changes have made no difference and I still have a 5-step (Basket, Address...
by wygigs
26 Jan 2016, 06:12
Forum: Laravel package
Topic: Problem with PayPal Express and SSL cert
Replies: 5
Views: 149046

Re: Problem with PayPal Express and SSL cert

Update... I tried this code on my server and it worked... <?php $URL = "http://www.bbc.co.uk"; $chwnd = curl_init(); curl_setopt($chwnd, CURLOPT_URL,$URL); curl_setopt($chwnd, CURLOPT_VERBOSE, 1); curl_setopt($chwnd, CURLOPT_POST, 0); curl_setopt($chwnd, CURLOPT_RETURNTRANSFER,1); $returne...
by wygigs
26 Jan 2016, 00:17
Forum: Laravel package
Topic: Problem with PayPal Express and SSL cert
Replies: 5
Views: 149046

Re: Problem with PayPal Express and SSL cert

The following is from my phpInfo() curl cURL support enabled cURL Information 7.40.0 Age 3 Features AsynchDNS Yes CharConv No Debug No GSS-Negotiate No IDN Yes IPv6 Yes krb4 No Largefile Yes libz Yes NTLM Yes NTLMWB No SPNEGO Yes SSL Yes SSPI Yes TLS-SRP No Protocols dict, file, ftp, ftps, gopher, h...
by wygigs
25 Jan 2016, 21:01
Forum: Laravel package
Topic: Problem with PayPal Express and SSL cert
Replies: 5
Views: 149046

Problem with PayPal Express and SSL cert

Hi, I'm developing with Aimeos Laravel (5.1) on my local machine running Xampp (I wonder if this is my problem?) I've set up PayPal sandpit accounts and configured under admin/service. I can add item to my cart, and work through checkout steps 1-5, but when I click Buy Now I get 'A non-recoverable e...
by wygigs
31 Dec 2015, 17:01
Forum: Laravel package
Topic: Problems uploading Media
Replies: 2
Views: 2412

Re: Problems uploading Media

Thank you. I had it commented out in php.ini, so I simply removed the ; in front of extension=php_fileinfo.dll and restarted Apache.
I also added 'directory' => '/uploads', to the media / default / upload array in shop.php

Thanks again
by wygigs
31 Dec 2015, 13:08
Forum: Laravel package
Topic: Problems uploading Media
Replies: 2
Views: 2412

Problems uploading Media

Hi, I am trying to upload an image in Admin | Media : New (Default). I type in a new label, and click the square at the bottom that says 'Click to Upload'. I select a jpeg image from my local machine, but then receive an error 'No method for retrieving the mime type available: finfo, mime_content_ty...