Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.
/ magento Public archive
forked from LybeAB/Lybe_Budbee

Magento Extension for Budbee

License

Notifications You must be signed in to change notification settings

budbee/magento

This branch is 3 commits ahead of LybeAB/Lybe_Budbee:master.

Repository files navigation

Get Started

API Documentation

PHP Wrapper (The base for this project)

Requirements

  1. API credentials ([email protected])

General Information

  1. All products are shippable with Budbee
  2. Product attribute created and assigned to default attribute set (ship with budbee)
  • if you want to exclude a product add the attribute to your attribute set then update the product (Ship with Budbee: no)
  1. If you want to show additional information about Budbee in transactional Emails add the following code :
<p><span>Selected time:</span>{{var order.getBudbeeDesiredDeliveryFormatedDate()}}</p>
{{if order.budbee_door_code}}<p><span>Code Door: </span>{{var order.budbee_door_code}}</p>{{/if}}
{{if order.budbee_outside_door}}<p><span>Outside Door: </span>{{var order.getBudbeeOutsideDoorformated()}}</p>{{/if}}

Installation

modman clone https://github.com/budbee/magento

ToDo

  • Take in account Grouped, bundled products
  • Add adminhtml class for price (accept only float) --optional
  • aAdd JS toggle Budbee method
  • aAd Budbee extra form data in progress (rewrite block progress) template for d
  • aAdd and Editing delivery date in adminhtml
  • Locale
  • sales/order/print/order_id/660/ add extra data in print order
  • Check if delivery date is shown in invoice
  • Unit tests
  • Log api, debug, exception
  • Connect lib from external fork
  • Add discountRate, Tax Rate in Budbee order
  • handleResponse in magento's way

About

Magento Extension for Budbee

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.2%
  • HTML 34.8%