Releases: DigiThinkIT/awesome_cart
Releases · DigiThinkIT/awesome_cart
Release v3.4.5
- fix: reference before assignment error
- fix: guest users break coupon logic testing (#339)
- feat(coupons): Adds stock test and ui to enable. Also fixes guest user triggering new coupon logic (#338)
- feat: Adds insert item logic throuth simple zscript (#337)
- chore: spacing
- fix: Old sushant css color f*ck up
Release v3.4.4
- Feat cc agreement (#331)
Release v3.4.3
- feat: Added contact email field on shipping address (#329)
Release v3.4.2
- fix: Moves transaction hooks so they trigger before payment entry is created.
- fix: updates awcjs, fixes updating cart doubling counts momentarily
- fix: Fixes cart editing not calling hooks to update item customizations
- fix: fixes issue where missing coupon key breaks total cleanup
- fix: Typo during error log
Release v3.4.0
- fix: removed print statement
- fix: removed print logs
- fix: awc redirect blocked by show_in_website test
- (feat) Added a non breaking exception reporting hook call
- removes unused var
- fixes address display variable confuzleness
- Adds two hooks to move customizations to transactions away from awc and into proper repos
- fix: variants which have show_varient_in_website flag off cause base price miscalculation
Release v3.3.13
- feat: updated print to our debug.log with tracing on transaction retry
- feat: retries saving quotations during shopping cart transactions in case we get our random doctype timestamp error
Release v3.3.12
- fix: Fixes issue where awc ignores show_on_website field flag
Release v3.3.11
- Fix instructions not being set in quotation
Release v3.3.10
- Fix error when trying to apply coupon code without selecting a shipping method
- Fixes issue where ground discount breaks total discount limit
Release v3.3.9
- Adds ground shipping discount, locking qty on inserted items through coupons