Skip to content

Releases: VividWeb/vivid_store

v3.1.4

06 Jun 13:50
Compare
Choose a tag to compare

Fixes an issue left from dev.

v3.1.3

03 Jun 13:25
Compare
Choose a tag to compare

Fixes

  • Makes some modifications to work better with strict standards and PHP7
  • Fixes issue where if a credit card had errors, you had to start over in the checkout page.
  • Fixes misnamed column in product attribute

Features

  • Adds sort by select box for product list.
  • Adds select attribute to Order and Product attribute sets
  • Creates a payment method interface.
  • Payment methods now extend controller, and implement PaymentMethodInterface

v3.1.2

28 May 05:50
Compare
Choose a tag to compare

Misc Bug Fixes

  • On upgrade, fixes db table if there were product locations
  • On install, fixes not loading the vendor packages

Feature

  • Sends authorize.net customer information

v3.1.1

18 May 06:25
Compare
Choose a tag to compare

Fixes shipping clerk issues.

v3.1

16 May 16:17
Compare
Choose a tag to compare

Bug Fixes:

  • Too many to count
  • Check for SOAP on install
  • PayPal bugs
  • External Payment Method bugs
  • User permission and creating fixes
  • Customers weren't being added to the customers group.

Features

  • SKUs
  • Shipping Clerk added for future shipping methods
  • Product Variants
  • Ask for Company Name on checkout
  • Removed Discounts in lieu of upcoming promotions
  • Able to enter a from name in the settings.

v3.0.1

21 Sep 18:43
Compare
Choose a tag to compare

Bug Fixes:

  • Fix when shipping methods weren't enabled or had an error on checkout
  • Fix Authorize.NET when making payments (it called a non existent path)
  • Fix product block from always showing the detail
  • Fix issue with Free Shipping method.

v3.0

16 Sep 20:00
Compare
Choose a tag to compare

Tons of Updates and Features

Major updates:

  • Discount System - new feature with a lot of love put into it by @Mesuva.
  • Upgraded Tax System - Taxes are now highly customizable and include Tax Classes, which are a grouping of Tax Rates.
  • Modular Shipping Methods - This allows us to extend and include more shipping methods in the future or as add-ons.
  • New Shipping Methods
    • Flat Rate - while this existed before, it's now much more configurable in that it can be based on weight, quantity in the cart
    • Free Shipping - you can set a minimum/maximum amount to enable free shipping.
    • Reports - an all-new feature which gives you some great reports on sales, popular products and more.
  • Product and Sales Reports!

Minor Features:

  • Ability to associate products with a parent page and sort by them. Thx @Mesuva
  • Ability to sort product list by popularity
  • Limitations on quantity, and options whether you wish to allow overselling. Thx @Mesuva
  • Order Print Slip
  • Major installer cleanup
  • Cart in sidebar on checkout
  • A slew of bug fixes.Thx @Mesuva @Rgeelen @mnakalay

v2.3.3

21 Aug 03:16
Compare
Choose a tag to compare

Quick fix on tax bug.

v2.3.2

20 Aug 14:44
Compare
Choose a tag to compare
  • Fixes check for cart overlay on upgrade
  • Fixes Quick Links bugs (thanks @Rgeelen)

V2.3.1

20 Aug 03:53
Compare
Choose a tag to compare
  • Another fix on "null" taxes
  • Fix bug that didn't clear cart
  • Adds PayPal
  • Adds Omnipay in the background