Search found 7 matches

by Luis
08 Aug 2017, 21:58
Forum: Laravel package
Topic: Retrieve stock level on product detail page
Replies: 3
Views: 1928

Re: Retrieve stock level on product detail page

I would love to be able to do it both ways. On the PHP templates directly and through the Ajax request.
by Luis
08 Aug 2017, 00:17
Forum: Laravel package
Topic: Retrieve stock level on product detail page
Replies: 3
Views: 1928

Retrieve stock level on product detail page

I need to be able to retrieve and print the actual stock level directly on the catalog/details section for each individual product. Thanks for any help in advance.
by Luis
19 Jul 2017, 18:21
Forum: Laravel package
Topic: overriding Client\Html\Checkout\Standard\Standard.php
Replies: 13
Views: 19305

Re: overriding Client\Html\Checkout\Standard\Standard.php

Thanks for the quick response. that worked
by Luis
18 Jul 2017, 16:44
Forum: Laravel package
Topic: overriding Client\Html\Checkout\Standard\Standard.php
Replies: 13
Views: 19305

Re: overriding Client\Html\Checkout\Standard\Standard.php

Hey, thanks for the quick response. I'm getting an error when i tried doing this. (1/1) Exception Invalid characters in class name "<not a string>" in Factory.php (line 76) at Factory::createClient(object(Standard), array('/Users/laravel/ext/ai-client-html' => array('client/html/templates'...
by Luis
17 Jul 2017, 20:37
Forum: Laravel package
Topic: overriding Client\Html\Checkout\Standard\Standard.php
Replies: 13
Views: 19305

overriding Client\Html\Checkout\Standard\Standard.php

I modified the getBody method inside to add new functionality. How and where should I put the new file which originally was in ai-client-html\Client\Html\Checkout\Standard\Standard.php. I have a custom ext/my-client-ext/ and a manifest.php file that includes 'client/html/src'.
by Luis
05 Jul 2017, 17:09
Forum: Laravel package
Topic: Trying to add sign up option at the confirmation step.
Replies: 4
Views: 2279

Re: Trying to add sign up option at the confirmation step.

Thanks for your quick reply! We are looking to customize the entire checkout process. Correct me if I'm wrong but by default all customers are treated as "guests" during the check out process. During the "Summary" step, users are given the choice to convert their guest account to...
by Luis
05 Jul 2017, 04:52
Forum: Laravel package
Topic: Trying to add sign up option at the confirmation step.
Replies: 4
Views: 2279

Trying to add sign up option at the confirmation step.

I'm trying to add the option for a customer to convert/complete guest check out to a full account once they have reached the confirmation page. The sign up form should be conditional to whether the customer checked out using a guest account. The confirmation page should display all normal plus the c...