Herbert Maschke
8b5def9756
introduce CartRuleCest.php
2020-02-20 11:56:07 +01:00
rahul shukla
4e3fef5b04
Test case for customer create
2020-02-14 18:02:19 +05:30
MonaHartdegen
7a69e4368e
modified functional GuestCheckoutCest
2020-02-12 10:33:17 +01:00
MonaHartdegen
6c40b5db3a
fixed test CustomerCest
2020-02-05 13:50:29 +01:00
Annika Wolff
53c5d107a6
Merge branch 'master' into small-bugfix-and-tiny-refactoring
2020-02-04 14:08:46 +01:00
Jitendra Singh
453908a768
Merge pull request #2214 from Haendlerbund/introduce-company-name-and-sales-tax-id-columns
...
add ability to provide company_name in address during checkout
2020-02-04 11:40:39 +05:30
Annika Wolff
e7c29f40e2
Merge branch 'master' into small-bugfix-and-tiny-refactoring
2020-01-31 09:41:58 +01:00
Herbert Maschke
178f89165e
add required validations
2020-01-31 06:06:13 +01:00
Annika Wolff
ee1f9bb57c
refactor functional AttributeCest, that was flickering sometimes
2020-01-30 15:47:22 +01:00
Steffen Mahler
574b2820c4
fix simple product in cartcest
2020-01-28 16:32:55 +01:00
Steffen Mahler
d3e00d4543
add functional test for cart, fix tests with usage of
2020-01-28 16:28:29 +01:00
Steffen Mahler
0d696c6b1a
merge remote-tracking branch 'bagisto/master' into small-bugfix-and-tiny-refactoring
2020-01-28 15:51:50 +01:00
Steffen Mahler
14c0276fce
update cart button is not shown, when only products without quantity box are in cart, tests added
2020-01-28 15:38:07 +01:00
Herbert Maschke
8a927d32c1
repair italian factory
2020-01-24 15:26:33 +01:00
Herbert Maschke
80dc92efa4
remove redundant factory registration
2020-01-24 15:21:27 +01:00
Herbert Maschke
e948b30e35
Merge branch 'bagisto/master' into introduce-company-name-and-sales-tax-id-columns
2020-01-24 15:13:16 +01:00
Steffen Mahler
a5c49e4b76
button 'update cart' will only be shown if corresponding products are in cart
2020-01-24 07:15:49 +01:00
Herbert Maschke
5ebb67dd81
Merge branch 'bagisto/master' into introduce-company-name-and-sales-tax-id-columns
2020-01-23 14:18:17 +01:00
Florian Bosdorff
db00689a5c
add basic backend tests
2020-01-23 13:11:47 +01:00
Florian Bosdorff
8ee3118597
extend failing test; add test artifacts in pipeline
2020-01-22 08:31:20 +01:00
Florian Bosdorff
61d9b59e5f
Merge master into issue-1183/guest-checkout-configuration
2020-01-22 08:10:45 +01:00
Herbert Maschke
4596a77c07
Merge branch 'bagisto/master' into introduce-company-name-and-sales-tax-id-columns
2020-01-21 11:36:26 +01:00
Annika Wolff
132dd6c0f0
introduce guest checkout configuration
2020-01-17 14:42:47 +01:00
David Große
628044a505
introduce vat faker
2020-01-14 13:17:52 +01:00
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