Commit Graph

189 Commits

Author SHA1 Message Date
David Große 9524c78ad5 various code style improvements 2020-01-14 10:49:22 +01:00
David Große 72c3e289c7 remove the splitting into first_name and last_name again - it can be desastrous to drop a column in a productive environment 2020-01-14 10:25:26 +01:00
David Große 7eee7e3134 split the 'name' column in the customer addresses into 'first_name' and 'last_name' - it is more common to save the data in this structure 2020-01-13 11:20:04 +01:00
David Große 7429d32072 introduce VatValidator.php 2020-01-10 14:07:58 +01:00
David Große 3af9a825c9 add optional vat_id to customer addresses 2020-01-10 11:59:53 +01:00
David Große f1090efa73 add factories necessary for testing customer and customer addresses 2020-01-10 11:51:03 +01:00
David Große ad08fa3562 introduce _support/FunctionalTester.php 2020-01-10 11:24:58 +01:00
David Große 11081654bb prepare functional test integration 2020-01-10 11:23:31 +01:00
peternuernberger 90a182ec94 fixed getRootCategory 2020-01-06 16:52:48 +01:00
peternuernberger 6f4b7474cb Merge remote-tracking branch 'bagisto-hb/category-url-structure-multiple-roots' into 18472-bugfix/add-category-url-path 2020-01-06 16:28:00 +01:00
peternuernberger fcb5cdec46 multiple root categories fix 2020-01-06 16:26:20 +01:00
MonaHartdegen c065631a58 set correct category url_path in multiple root categories environment 2020-01-06 15:37:55 +01:00
peternuernberger a50905781a Merge remote-tracking branch 'bagisto-hb/master' into 18472-bugfix/add-category-url-path 2020-01-06 15:28:47 +01:00
MonaHartdegen f4499b4728 altered trigger to be compatible with multi root categories environment; tests still WIP 2020-01-03 15:22:09 +01:00
Annika Wolff 9fda68d597
merge bagisto master 7b1378f (#10)
* added checkbox to add empty (default) option for attributes; only show attribute labels (not admin names) on product detail view

* added attribute (-related) factories; added functional test

* improved usage of var/let/const; fixed error on removing row

* Allow datagrid action to have target="_blank"

* The {length} didn't get properly formatted

I don't know if this is completely correct since I don't know this language, but for my language it said
```
Veld "Wachtwoord" moet ten minste {length} tekens bevatten
```
So the length didn't get replaced. 

I think the locales.js needs to change

* Multiple type file error

* add two events to profile index blade view

* throw exception when session user is not available on product review page

* check guest customer configuration

* Issue #1879 and #1880

* Issue 1802.

* Issue #1792

* increase maintainability by replacing hard coded class names by <Classname>::class in ProductRepository

* Issue #1806

* fix: broken url sometimes when finishing installation,go to wrong application url

Co-authored-by: hb-monah <58027155+hb-monah@users.noreply.github.com>
Co-authored-by: Hans Schouten <account@emailo.nl>
Co-authored-by: KevinLaveto <31034266+KevinLaveto@users.noreply.github.com>
Co-authored-by: Jitendra Singh <39991107+jitendra-webkul@users.noreply.github.com>
Co-authored-by: Shubham Mehrotra <shubhammehrotra.symfony@webkul.com>
Co-authored-by: rahulshukla-webkul <42834394+rahulshukla-webkul@users.noreply.github.com>
2020-01-02 15:46:16 +01:00
peternuernberger c351492212 added amGoingTo to test 2019-12-30 13:27:41 +01:00
peternuernberger e8f3b1009c added some test context 2019-12-30 13:17:34 +01:00
Jitendra Singh a3aa23fcbc
Merge pull request #1902 from Haendlerbund/allow-empty-option-for-attributes
Allow empty option for attributes
2019-12-24 13:12:22 +05:30
peternuernberger a2f2c650a4 added method that returns path categories 2019-12-23 17:13:48 +01:00
Jitendra Singh 068b688e7c
Merge pull request #1785 from Haendlerbund/1244-url-structure-for-products-and-categories
1244 url structure for products and categories (SEO improvements)
2019-12-18 12:38:53 +05:30
MonaHartdegen b5f0c1db79 added attribute (-related) factories; added functional test 2019-12-13 14:59:45 +01:00
David Große b679f543db move tests/OrderRepositoryCest.php into brand new shiny fancy codeception tests/ folder 2019-12-13 14:10:44 +01:00
MonaHartdegen f90bb1d7fd merge bagisto/master; resolved conflicts; added unit tests for database logic 2019-12-13 13:43:22 +01:00
Florian Bosdorff b5257c0e66 add phpdoc for FunctionalTester 2019-11-23 23:09:39 +01:00
Florian Bosdorff e416aef618 add codeception and example tests 2019-11-23 23:05:38 +01:00
Mona Hartdegen 25c2a15b65 introduced url structure for categories and products (SEO improvements) 2019-11-21 17:14:53 +01:00
Prashant Singh f8c774b3a5 Started with convert x to product id for cart rules 2019-07-13 15:23:27 +05:30
Prashant Singh ade06ac9f1 Cleaned tests 2019-07-10 13:44:33 +05:30
Prashant Singh 4a4690d479 Cleaned tests directory 2019-07-10 13:33:00 +05:30
Prashant Singh 6da603530e
Cart rule inside promotions, various improvements and fixes. (#964)
* Some syntax issue fixes

* Adding discount things inside promotions in admin

* routes updated for creating discount rules

* fixed customer profile redirect parameter issue

* added cart and catalog rule routes to admin section

* migrations for discount almost to be finished, final revision left

* migrations for discounts complete

* catalog rule form underway

* catalog rule

* Made some dynamic form fields in catalog rule create form

* made some changes for custom validations used in ProductForm request class

* working on prepopulating the values fields in conditions

* need another revisit on discount rules tables and then prepare for actions

* removed discounts table

* catalog rule form changed to muliti attribute set for single condition

* new icons added for promotion and customer note. new action for customer added to take notes on the customers

* catalog and cart rule designs stable, now moving towards validations on client side and backend

* catalog rules migrations added

* catalog rule models added with contracts and proxies

* fixed customer group bug in customer registration controller

* fixed customer registration bug due to last fix

* fixed product card image not found issue

* catalog rule translations added

* Added migrations for cart rules and catalog rule products their contracts and remaining necessary files related to them.

* making cart attributes for cart rules

* Added more fields for cart rules

* working on conditions for cart rule form

* minor changes in migrations related to price rules

* currency and locale switcher now only available for a channel on storefront when more than on locale and currency are assigned to that channel

* part of conditions on the cart rule form added

* daily sync

* cart rate migrations updated

* Added select and multi select attributes options fetching with ajax on catalog rule form

* changed some migrations and data being populated at runtime inside catalog rule form

* catalog rule create complete, migrations changes, translations added

* catalog rule edit form complete

* catalog rule form complete, now moving towards catalog rule products

* added delete functionality for catalog rules

* added cart rule preferences for coupon codes

* cart rule submission problem due to repository issue

* Cart rule form and migrations complete

* Models and Repositories updated for cart rule usage

* base sync with master

* designing process to get suitable discount rules

* cart rule form completed

* added helpers in cart and discount to apply rules on cart at checkout or not

* cart rule coupon implementation in progress for discount coupon in shop checkout pages

* cart rules working

* added coupon box on checkout screen

* removed the conditions empty bug

* Nearing to completion of coupon based rules

* made some changes in cart rule coupon application on checkout related to new designs

* some bug fixes

* calculation for automatic cart rules complete

* non couponable cart rules implemented, now moving on to binding them on frontend

* some conditions improvements in couponable cart rules

* some bug fixes

* removed some bugs from summary blade for cart rule

* added the table for cart rule cart for managing rules with cart and removed various bug fixes

* some bug fixes

* Removed bugs and added coupon based cart rule removal functionality

* some bug fixes

* cart rule labels refactoring in midway

* Cart rule labels bug fixed

* removed margin classes from shop to UI

* Refactoring cart rule on front end

* added checks

* Discount rule implemented.

* cart rule bug fixes

* provision to remove the couponable and non couponable rule had been added

* Cart rule frontend work done

* altered some frontend variables on onepage checkout

* Altered cart rules to some extent
2019-06-10 13:19:05 +05:30
Prashant Singh 492ef9a988 added test for dusk customer login 2019-04-13 11:59:54 +05:30
Prashant Singh 3fe8152758 added php tooltip.js dependency and laravel dusk for browser tests profiling 2019-04-12 18:20:33 +05:30
Prashant Singh 7014b32e9b customer authentication unit test completed 2019-02-23 17:33:41 +05:30
Prashant Singh 5e704a4979 more testcases for customer authentication 2019-02-23 17:23:46 +05:30
Prashant Singh 53094cadca Auth tests written 2019-02-23 16:13:24 +05:30
Prashant Singh 571e266c15 Few more test cases related to customer authentication 2019-01-14 14:46:18 +05:30
Prashant Singh 99bc1505e0 Wrote some minor tests for functional testing 2019-01-12 13:56:38 +05:30
rahul shukla 96b7f05c23 bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed 2018-12-31 17:27:32 +05:30
jitendra a052c28459 First Commit 2018-06-12 10:04:00 +05:30