Skip to content

Gift Wrapping extension for spree when checkout order. Using dynamic calculator.

License

Notifications You must be signed in to change notification settings

madjungle/spree_gift_wrapping

 
 

Repository files navigation

Welcome to SpreeGiftWrapping extension

This project is spree plugin for gift wrapping option when checkout order. This project rocks and uses MIT-LICENSE.

Requirements

rails 3.2.x spree 1.3.x tested with (spree 1.3.x, rails 3.2.13)

Getting started

You can add this gem into your Gemfile with:

gem 'spree_gift_wrapping', :github => 'xmpolaris/spree_gift_wrapping'

Run the bundle command to install it. After you install gem and add it to your Gemfile, you need to run the generator:

rails generate spree_gift_wrapping:migration

The generator will create migration files for spree_gift_wrapping gem. When you are done, you have to run migration task.

bundle exec rake db:migrate

Done.

TODO

Testing spec.

About

Gift Wrapping extension for spree when checkout order. Using dynamic calculator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published