logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
Joe Payne2  
#1 Posted : Tuesday, January 24, 2023 1:58:55 PM(UTC)
Joe Payne2

Rank: Advanced Member

Groups: HelpDesk, Developers
Joined: 11/9/2018(UTC)
Posts: 564

Thanks: 122 times
Was thanked: 26 time(s) in 25 post(s)
The links on the Manage->Subscriptions page (upper right) are poorly identified.

There are two separate links, pointing to two different pages. Subscriptions are all managed from the one Manage->Subscriptions page now.

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

shaharyar  
#2 Posted : Wednesday, January 25, 2023 1:20:03 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

Thanks: 5 times
Was thanked: 113 time(s) in 112 post(s)
This is sort of a typo.

Please replace

Code:
<div class="text-right"><a href="@Url.Action("Maintenance","Store")" target="_blank">Configure Subscriptions</a> and <a href="@Url.Action("Subscriptions","Store")" target="_blank">Recurring Orders</a></div>


with

Code:
<div class="text-right">Configure <a href="@Url.Action("Subscriptions","Store")" target="_blank">Subscriptions</a> and <a href="@Url.Action("Maintenance","Store")" target="_blank">Recurring Orders</a></div>


The first link is for configuring subscriptions from the store settings section.
The second link is to set expiration days to clean up subscriptions. Related to Maintenance settings.


Quote:
Subscription Expiry

The expired subscription maintenance cleanup occurs daily and will delete subscriptions outside of the time period specified.
Retain Subscriptions ______ days after expiration
thanks 1 user thanked shaharyar for this useful post.
Joe Payne2 on 1/25/2023(UTC)
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.