refactored front pricing to use graphql, refactored to add 2 products (web & web+showroom) each one with 2 variations (monthly, annual)
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
fragment ProductsFields on Product {
|
||||
id
|
||||
title
|
||||
uuid
|
||||
bundle
|
||||
body
|
||||
path
|
||||
variations{
|
||||
id
|
||||
uuid
|
||||
title
|
||||
description
|
||||
sku
|
||||
price{
|
||||
value
|
||||
currency
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user