Giter VIP home page Giter VIP logo

salguamagentoaddproduct's Introduction

SalguaMagentoAddProduct

A simply Magento module to add products to the cart using querystring without the form_key parameter

Add Product by url Magento Extension

With this extension you can add a product to your cart using querystring, without use the "form_key" parameter, mandatory starting from Magento 1.8. In addition you can add and apply an optional coupon code.

Installation

  1. Copy the whole content of this module in your Magento installation directory. IMPORTANT: you have to merge the content, not override!
  2. Clear cache in /var/cache/
  3. Check for module in your admin panel under System -> Configuration -> Advanced -> Disable Modules Output. If it shows up in this list, you're all set.

Alternatively you can use modman to install this extension.

Usage

You can add a product to the cart at the following URL:

http://yourshop.com/urlcheckout/add

The only required parameter is the product parameter which represents a product id:

http://yourshop.com/urlcheckout/add?product=6

Optionally you can add a quantity with the qty parameter:

http://yourshop.com/urlcheckout/add?product=6&qty=2

Optionally you can add multiple products with multiple quantities by separating them with a |:

http://yourshop.com/urlcheckout/add?product=6|10&qty=1|2

Optionally you can apply a coupon code with the coupon_code parameter:

http://yourshop.com/urlcheckout/add?product=6&coupon_code=codehere

salguamagentoaddproduct's People

Contributors

salgua avatar tegansnyder avatar

Watchers

Jignesh Thummar avatar

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.