Coder Social home page Coder Social logo

dreamvention / d_quickcheckout Goto Github PK

View Code? Open in Web Editor NEW
30.0 12.0 14.0 5.89 MB

Ajax Quick Checkout for Opencart 2.x & 3.x

Home Page: http://demo.shopunity.net/index.php?route=extension/demo&extension_download_id=79

PHP 8.08% JavaScript 72.85% CSS 16.00% Twig 0.35% SCSS 2.71%

d_quickcheckout's Introduction

AJAX Quick Checkout FREE

N|Solid

Features:

  • Multi store

  • Multi language

  • Responsive (mobile ready)

  • Extensible (you can install other pluginsthat increase the functionality of the AQC)

  • Uses default language files for the front end so you can use any available opencart language translation pack

  • Clean code with backbonejs

  • Social logins: Google+, LinkedIn

  • 3 columns plus 4–th as combination of column 2 and 3

  • Hide options: Login, Register and Guest

  • Hide them all and use the default option to reduce the size of the checkout

  • Works with all major themes like Shoppica, Journal, Fastor, Sellya and others

  • Works with all popular payment methods and shipping methods

  • Save and stay option

  • Image popup on the name of the product

  • Error input highlight

  • Login popup view

Main Purpose:

All-in-one

All the steps are brought on one page. You can shuffle the order as you like.

Truly customizable

You can organize the steps into 1, 2, 3 or even create a double column on the right.

Code is poetry

In the heart of AQC lies backbone. This allows browser rendering which is super fast and keeps the code clean and simple.

Installation:

  • With Shopunity module

  • With Opencart Extension Installer

  • By uploading files with FTP

d_quickcheckout's People

Contributors

artemdrvn avatar artxneo avatar bogdanevtukhov avatar brokeyourdream avatar dfalcondv avatar dmitriyzhuk avatar nikitaguminsky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

d_quickcheckout's Issues

Affiliate module not found

Hello I have installed your free version of the extension and I have the following issue:

string(72) "site_root_dir/catalog/model/affiliate/affiliate.php"
Fatal error: Uncaught exception 'Exception' with message 'Error: Could not load model affiliate/affiliate!'
in site_root_dir/system/storage/modification/system/engine/loader.php:90 Stack trace: #0
site_root_dir/catalog/controller/extension/module/d_quickcheckout.php(461): Loader->model('affiliate/affil...') #1
site_root_dir/catalog/controller/extension/module/d_quickcheckout.php(382): ControllerExtensionModuleDQuickcheckout->createOrder() #2
site_root_dir/catalog/controller/extension/module/d_quickcheckout.php(47): ControllerExtensionModuleDQuickcheckout->initialize() #3
[internal function]: ControllerExtensionModuleDQuickcheckout->index(Array) #4
site_root_dir/system/storage/modification/system/engine/action.php(79): call_user_func_array(Array, Array) #5
site_root_dir/system/storage/modification/system/engine/loader.php(48): Action->execute(Object(Registry), Array) #6
/home/obuvlqm3/public_html/mi in site_root_dir/system/storage/modification/system/engine/loader.php on line 90

I checked file catalog/controller/extension/module/d_quickcheckout.php on line 461.
where is this line $this->load->model('affiliate/affiliate');.

In the Open Cart with version 3.0.2.0 I dont have such model.

The version of your extension is 6.6.1

How I reproduced the problem:

With logged user in the url I have tracking param like : https://domain.com?tracking=code then I click on buy on some product, then I open my card and click on checkoit button. Then I see the error on top.

What should I do to fix this?

Basket Data

Hi guys,
thanks for your great work, really works well.
I have one question regarding this modification. I am working with an OpenCart Shop and trying to access the Basket Data.
Usually I am able to write JavaScript code that can access the basket data in catalog/view/theme/*/template/checkout/cart.tpl . However I am aware that this modification changes the structure of the basket.
I see that you have an updateState method, which I assume is used to update the state of the basket, without the need to reload the page. So to me it seems to me as if no *.tpl file is used.
Where do you think would be the best to put JavaScript code that can access the basket data?

Thanks so much,
Andrea

OCMOD changes in twig file not showing

OC Version: 2.3.0.2 and Ajax Quick Checkout 6.6.5.
I made changes in cart.tpl file using OCMOD modification but changes is not showing. When i check the modification folder inside system/storage it is modified and the added field is there but it is not showing.

Here is my code for changes

<file path="catalog/view/theme/default/template/d_quickcheckout/cart.twig">
    <operation>
        <search><![CDATA[<div class=" form-group qc-coupon <%= parseInt(model.config.option.coupon.display) ? '' : 'hidden' %>">]]></search>
        <add position="before"><![CDATA[
            <div class="form-group qc-mgmt">
                <label class="col-sm-4 control-label">Extra Field:</label>
                <div class="col-sm-8">
                    <div class="input-group">
                        <input type="text" value=""/>
                    </div>
                </div>
            </div>
        ]]></add>
    </operation>
</file>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.