Skip to content
This repository has been 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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.2%
  • HTML 34.8%