tiki-deprecated / app-shopify-extensions

Integrate mytiki.com with your Shopify Store
https://mytiki.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Create new License and Payable records with discount information #14

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

As a Shopify merchant I want that the TIKI SDK JS in the frontend grab the discount data from the Shopify configuration so that the Payabale and user discounts are correctly saved.

What it is

The discount data in the offer use fixed values for testing. The discount information does not change if the discount settings change. The License and Payable records can be inspected through the console and hold the default testing data

What it should be

The discount data in the offer should use the values of the latest discount saved in the admin UI. The License and Payable records can be inspected through the console and hold the custom discount data.

Technical details

Update TIKI SETTINGS in JavaScript to get the information from the app metadata.

Acceptance criteria

ricardobrg commented 1 year ago

blocked. by https://github.com/tiki/tiki-sdk-js/issues/128

ricardobrg commented 1 year ago

Image