Advanced Subscription Products for Magento 2 - All Questions

Advanced Subscription Products for Magento 2
SKU
ext.m2.asp3
How can I clear all subscription orders & profiles from the database?
Question by: Julia Gorobets on Apr 29, 2022, 7:29 AM
Now we dont have any ready query to database to share. You may want to truncate the following table:
'aw_sarp2_profile'
to delete profiles.
Orders are recorded in this table:
'aw_sarp2_profile_order'
'aw_sarp2_profile'
to delete profiles.
Orders are recorded in this table:
'aw_sarp2_profile_order'
Answer by: Julia Gorobets (Admin) on Apr 29, 2022, 7:31 AM
How can we change the text that references 'initial fee' of the subscription process?
Question by: Julia Gorobets on Apr 29, 2022, 7:31 AM
Initial Fee, as well as other words, can be changed in the following file:
app/code/Aheadworks/Sarp2/i18n/en_US.csv
by renaming the 2nd part of the "Initial Fee Initial Fee" line.
app/code/Aheadworks/Sarp2/i18n/en_US.csv
by renaming the 2nd part of the "Initial Fee Initial Fee" line.
Answer by: Julia Gorobets (Admin) on Apr 29, 2022, 7:32 AM