@bhanu-webkul Well, I put the price of the product, all the conditions are true, I set the date to expire in 2050 and to have another option to conclude other rules.
As you have in the tutorial but it still expires after 2 days
@wallace hey Idk if you've figured it out but the issue was in the schema.graphql file. The documentation says
' put all shop schemas #import /shop//.graphql after #import /promotion/*.graphql this line.'
This is what caused the error. The shop schemas are already imported on the top and then when we do at the bottom, it says that its duplicating. Just remove that line and it works like charm.
First of all you have to install node modules inside folder packages -> Webkul -> PWA.
Now run this command "npm run watch".
Now go to packages -> Webkul -> PWA -> src -> Resources -> assets -> js -> components.
Now make your changes in respective components.
After making your UI changes run "npm run prod"
First of all you have to install node modules inside folder packages -> Webkul -> PWA.
Now run this command "npm run watch".
Now go to packages -> Webkul -> PWA -> src -> Resources -> assets -> js -> components.
Now make your changes in respective components.
After making your UI changes run "npm run prod"
Your changes in PWA will be saved.