Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (33 loc) · 1.55 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.55 KB

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