Back to Shoplexv1.2.2 (5 releases)

Changelog Shoplex

Changelog for the available Shoplex WooCommerce plugin: updates, fixes and feature development.

v1.2.2
  • Fixed: the unit price stated the unit but not the reference amount, so a product priced per 1000 g read "EUR 67.50 / g" while costing EUR 13.50. The product panel invites a reference amount other than 1, and price indication is the one thing this module exists for, so the amount is now part of the line: "EUR 67.50 / 1000 g".
v1.2.1
  • Fixed: the consent fields for the block checkout are registered on init, and building them read the cart, which WooCommerce only has from wp_loaded. Every front-end load logged "get_cart was called incorrectly" with debugging on. The cart is read only once it exists.
  • Changed: a consent box limited to certain products, countries or payment methods is shown on the classic checkout only. A block checkout field is registered once for the whole shop, so the digital-content waiver would otherwise appear for someone buying a chair.
v1.2.0
  • The checkout consent module now reaches the checkout. It registered seven checkboxes, validated them and extracted what a shopper agreed to, and nothing ever called any of it: no box was rendered, no order carried a record. Both checkouts are wired, the classic one and the block one, which share no hooks, and the order stores what was agreed in the wording that was shown plus the time it was given. The order screen shows that record.
  • Renamed to Shoplex.
v1.1.0
  • Product fields. Unit price, delivery time, guarantee of durability, update period, repair information and the twelve GPSR fields are now filled in on an Shoplex tab of the product. They were read by the storefront from the first release but nothing could write them, so those modules rendered nothing whatever they were set to.
  • Settings screen. Trader details and every notice wording are now editable, under WooCommerce, Shoplex settings. Only the module switches had a screen before.
  • Delivery times are a real taxonomy, edited under Products, so a shop states the same wording across its catalogue. The delivery module read terms from a taxonomy nothing registered.
  • The "show in the catalogue" switches for the unit price and the delivery time, and "show safety information on the product page", now do what they say. Nothing read them.
  • Prices displayed net can be chosen again: the stored value the plugin shipped was one the code did not accept, so every shop was locked to gross.
  • The VAT rate follows the site language: 23.5 in English, 23,5 in Polish. It was always written with a comma.
  • Fixed the delivery notice falling back to Polish wording, and the product list column counting twelve safety fields while calling them eight.
v1.0.0
  • First release: unit price, lowest price in the last 30 days, VAT and shipping notices, from-price, delivery time, legal guarantee and durability, product safety information, checkout consent, trader identity and dispute resolution notice.
  • The lowest-price window only compares prices recorded in the shop's current currency. Two amounts in different currencies do not compare, so a shop that switches currency starts a fresh window rather than showing a dollar figure beside a euro price.