Skip to content

Latest commit

 

History

History
95 lines (81 loc) · 5.53 KB

CHANGELOG.md

File metadata and controls

95 lines (81 loc) · 5.53 KB

Change Log for OXID eSales Flow Theme

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[3.0.1] - Unreleased

Added

  • Block:
    • widget_minibasket_modal_header in widget/minibasket/minibasket.tpl
    • widget_minibasket_modal_content in widget/minibasket/minibasket.tpl
    • widget_minibasket_modal_footer in widget/minibasket/minibasket.tpl

Fixed

  • Fix alignment for payment desciption PR-95
  • Show deliverytime wrapper only if deliverytime is available PR-102
  • Add missing twbs col wrapper for grid alignment PR-105

3.0.0 - 27-03-2018

Added

  • Template:

    • page/account/delete_my_account_confirmation.tpl
    • page/account/reviews.tpl
    • page/account/delete_review_confirmation.tpl
    • form/fieldset/delete_shipping_address_modal.tpl
  • Block:

    • page_list_upperlocator in page/list/list.tpl
    • page_list_bottomlocator in page/list/list.tpl
    • page_list_productlist in page/list/list.tpl
    • details_relatedproducts_also_bought in page/details/inc/related_products.tpl
    • account_order_history_cart_items in page/account/order.tpl
    • account_dashboard_delete_my_account in page/account/dashboard.tpl
    • account_delete_my_account_confirmation in page/account/delete_my_account_confirmation.tpl
    • account_delete_my_account_confirmation_header_message in page/account/delete_my_account_confirmation.tpl
    • account_delete_my_account_confirmation_warning_message in page/account/delete_my_account_confirmation.tpl
    • account_delete_my_account_confirmation_form in page/account/delete_my_account_confirmation.tpl
    • account_delete_my_account_confirmation_form_button_set in page/account/delete_my_account_confirmation.tpl
    • account_reviewlist_header in page/account/reviews.tpl
    • account_reviewlist_locator in page/account/reviews.tpl
    • account_reviewlist_list in page/account/reviews.tpl
    • account_reviewlist_item in page/account/reviews.tpl
    • account_reviewlist_item_action in page/account/reviews.tpl
    • account_reviewlist_no_reviews_available in page/account/reviews.tpl
    • delete_review_confirmation_modal in page/account/delete_review_confirmation.tpl
    • delete_review_confirmation_modal_header in page/account/delete_review_confirmation.tpl
    • delete_review_confirmation_modal_body in page/account/delete_review_confirmation.tpl
    • delete_review_confirmation_modal_form in page/account/delete_review_confirmation.tpl
    • delete_review_confirmation_modal_buttons_set in page/account/delete_review_confirmation.tpl
    • details_productmain_price in page/details/inc/priceinfo.tpl
    • contact_form_fields in form/contact.tpl
    • contact_form_buttons in form/contact.tpl
    • widget_reviews_form_rating in widget/reviews/reviews.tpl
    • widget_reviews_form_fields in widget/reviews/reviews.tpl
    • widget_reviews_form_buttons in widget/reviews/reviews.tpl
  • Multilang string:

    • DD_DELETE_REVIEW_AND_RATING
    • DD_DELETE_REVIEW_CONFIRMATION_QUESTION
    • DD_REVIEWS_NOT_AVAILABLE
    • DELETE
    • DELETE_SHIPPING_ADDRESS
    • DD_DELETE
    • DD_DELETE_SHIPPING_ADDRESS
  • Feature: a user has the possibility to delete a shipping address

  • Feature: a user has the possibility to disable product recommendations

  • Feature: a user has the possibility to delete own reviews and ratings, if this option is enabled in the shop

  • Feature: show unit price near the product full price PR-116

  • Additional information added to Google Tracking id hint

    • The shop owner is responsible for the legal use of this function. An adaptation of the privacy policy is mandatory.

Fixed

  • Cover unit price with rights to see check 0006687
  • Fix zoom picture if allow_url_fopen disabled PR-111
  • Email Templates contains some untranslated Idents 0006437
  • Updated deprecated price functions in basketcontents PR-89
  • Single quote was impossible in form validation translations PR-119
  • Fix translations COOKIE_NOTE_CLOSE and ADD_RECOMM_ADDRECOMMLINK2 PR-117
  • Fix double evaluation of Javascript on details page PR-118
  • Fix not working selection lists in checkout (cart) PR-121
  • Fix variant switching in preview mode PR-120
  • Fix missing blDebugTemplateBlocks option related script PR-100
  • Fix recursive blDebugTemplateBlocks option related script initialization PR-106

2.3.3 - 30-11-2017

Fixed