Giter VIP home page Giter VIP logo

ls1-module-shop's Introduction

Shop Module

Lemonstand Version 1

This updated module can be installed using the updatecenter module: https://github.com/damanic/ls1-module-updatecenter

Variant Invoice Templates

Allows for any number of 'invoice' variants to be selected for print (eg. quotes, refund, proforma-invoice, invoice). Example config in /invoice_templates/ls_variant

Updates

  • 1.30.0 Invoice templates updated to support variant commercial document templates (eg. quote, proforma-invoice) and some render override events (eg. pass html to a PDF renderer).
  • 1.30.1 Minor improvement in the API. Added new API event: shop:onCustomerBeforeCreate
  • 1.30.2 Minor improvement in the API. Added new API event: shop:onBeforeCheckoutStepPay
  • 1.30.3 Minor improvement in internal classes. Shop_OrderHelper deprecated some methods in Shop_Orders controller
  • 1.30.4 Minor improvement. Shop_Settings controller triggers form record events (core:onBeforeFormRecordUpdate|core:onAfterFormRecordUpdate).
  • 1.30.5 Minor improvement. Added shop:onCustomerSaved event to Customer Model. This is fired on both model create and update.
  • 1.30.6 Minor improvement. Added filter to hide disabled shipping options in list view.
  • 1.30.7 New Event: Added shop:onOrderSetAppliedCartRules
  • 1.30.8 Minor improvement. Hidden order currency fields, updated reports to convert totals to shop/base currency if order in different currency.
  • 1.30.9 Fix: Shop_PaymentType::update_currency_data()
  • 1.30.10 New Event: shop:onGetOptionMatrixProduct
  • 1.30.11 Added new API event: shop:onApplyOrderEmailVars
  • 1.30.12 Fixed issue with order document/invoice templates
  • 1.30.13 Added discount action 'Discount the shipping cost by fixed amount'
  • 1.30.14 New methods and events to enable integration of custom order references:
    • New Shop_Order Methods:
      • get_order_reference()
      • find_by_order_reference()
    • New Shop_Order Events:
      • shop:onOrderFindByOrderReference
      • shop:onGetOrderReference
  • 1.30.15 Shop_ProductReview::create_review() returns created review
  • 1.30.16 Removed numerical restriction from invoice preg_match in paypal standard payment type
  • 1.30.17 Added get_currency method to Shop_Order
  • 1.30.18 Added event: shop:onAdjustCurrencyConverterRate
  • 1.30.19 Added new API event: shop:onOptionMatrixGetPrice
  • 1.30.20 Added new API event: shop:onAppendShippingQuoteCacheKey
  • 1.30.21 Allow exchange rates to be updated by CRON
  • 1.30.22 Allow API Event shop:onApplyOrderEmailVars to overwrite existing email vars
  • 1.30.23 Added new API event: shop:onUpdateShippingOptions
  • 1.30.24 Added new API event: shop:onOptionMatrixRecordBeforeUpdate
  • 1.30.25 Minor change: shiping_sub_option_id, renamed to shipping_sub_option_id
  • 1.30.26 Fixed issue with shipping multi-option hash on backend form submits. Shop_OrderHelper::getShippingSubOptionHash
  • 1.31.0 Payment gateways can be set up to record and manage multiple transactions per order keeping track of amount paid/refunded/still-due
  • 1.31.1 Discontinued Yahoo currency converter. Added fixer.io currency converter.
  • 1.31.2 Minor Fix for get_payment_due()
  • 1.31.3 Add indices to payment_transactions
  • 1.31.4 Minor improvement to payment transaction status logs
  • 1.31.5 Improved payment transaction totals
  • 1.31.6|@phpr-patch_1.31.6 Improve order currency field display, New event shop:onCustomerDisplayField.
  • 1.31.7 Adds order locks. New user permissions for order lock and permanent delete.
  • 1.31.8 Adds shipping boxes to shipping settings and a box packer helper to help with shipping cost calculations
  • 1.31.9 New event shop:onOrderAfterModify is triggered after order is created, updated or deleted
  • 1.31.11 Support for multiple Attribute and Option selections in search results
  • 1.32.0 Adds shipping discount field to order totals
  • 1.32.1 Adds helper: Shop_CustomerPreferences
  • 1.32.2 Adds new currency rate provider
  • 1.32.3 Adds support for HS tariff codes
  • 1.32.4 Bugfixes: manual shipping quotes, csv import uploader
  • 1.32.5 Minor fix for event shop:onBeforeShippingQuote, allows handling fee override
  • 1.33.0 Adds shipping zones to shipping settings
  • 1.33.1 New events: shop:onProductReturnCompiledPrice, shop:onOptionMatrixReturnCompiledPrice
  • 1.33.2 Minor backend form/ui improvement
  • 1.33.3 Adds service levels to shipping settings
  • 1.33.4 Adds helper functions to fetch shipping zone delivery estimates
  • 1.33.5 Unit conversion helpers added to Shop_BoxPacker classes
  • 1.33.6 Bugfix: correct price for bundled products
  • 1.33.7 IPV6 Support
  • 1.33.8 New event: shop:onAfterCategoryModify
  • 1.33.9 Minor backend UI improvement. Fixed some rounding issues
  • 1.33.10 Improved box packer helpers
  • 1.33.11 Minor update to paypal payment methods
  • 1.33.12 Improved currency awareness
  • 1.33.13 Bugfix for manual order discounts
  • 1.33.14 Bugfix: Fixes issue with Shop_Boxpacker
  • 1.33.15 Adds new events and dashboard report for custom product groups
    • New Shop_Product Methods:
      • visible_for_customer()
      • apply_customer_visibility()
    • New Shop_Product Events:
      • shop:onProductVisibleForCustomer
      • shop:onProductApplyCustomerVisibility
    • New Shop_CartPriceRule Events:
      • shop:onListActiveCartPriceRules

ls1-module-shop's People

Contributors

boxxroom avatar damanic avatar thatstevensguy avatar

Watchers

 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.