You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Till now we have two major tabs, Settings and Styles, in admin setting page of Addonify Wishlist. For every elements at the front-end, their settings were in both Settings and Styles. But in upcoming update, there will be tabs for every elements. Their general and design settings will be within their tab content.
In the new update, following will be the tabs:
General
Wishlist Button
Wishlist Sidebar
Wishlist Page
Popup Modals
Tools
Premium
Products
1. General
In the General tab, following are the settings and a section:
Enable Wishlist
Wishlist Page
Require Login
If not Login Action
After Add to Wishlist Action
Remove Product from Wishlist
Ajaxify Remove from Wishlist Action
Enable Styles from Plugin
Custom CSS
Product Removal Undo Notice
Text Before Undo Action Label
Undo Action Label
Undo Notice Timeout (in seconds)
2. Wishlist Button
In the WIshlist Button tab, there are two sections and following settings:
Button Position
Button Position on Product Single
Remove Added Product from Wishlist on Double Click
Custom CSS Classes
Background Color
Background Color on Hover
Button Labels
Add to Wishlist Button Label
Added to Wishlist Button Label
Already in Wishlist Button Label
Label Color
Label Color on Hover
Button Icon
Show Icon in Button
Button Icon Position
Icon Color
Icon Color on Hover
3. Wishlist Sidebar
In the Wishlist Sidebar tab, there is a section and following settings:
Show Sidebar
Sidebar Position
Sidebar Title
View Wishlist Page Button Label
Empty Wishlist Text in Sidebar
Overlay Background Color
Background Color
General Border Color
Title Color
Empty Wishlist Text Color
Close Icon Color
Close Icon Color on Hover
Sidebar Toggle Button
Sidebar Toggle Button Label
Sidebar Toggle Button Position Offset
Show Icon in Sidebar Toggle Button
Select Icon
Button Label Color
Button Label Color on Hover
Button Background Color
Button Background Color on Hover
Sidebar Product Colors
Title Color
Title Color on Hover
Regular Price Color
Sale Price Color
Add to Cart Button Label Color
Add to Cart Button Label Color on Hover
Add to Cart Button Background Color
Add to Cart Button Background Color on Hover
Remove Icon Color
Remove Icon Color on Hover
Wishlist Page
In Wishlist Page tab, there will be a section and following settings:
Empty Wishlist Text
Display Link
Link to Page
Link label
Clear Wishlist Button
Display Clear Wishlist Button
Button Label
Popup Modals
In Popup Modals tab, there will be following sections and settings:
Close Button Label
Added to Wishlist Modal
Product Added to Wishlist Text
Product Already in Wishlist Text
View Wishlist Button Link Label
Error Modal
Error Description
Login Modal
Login Description
Login Button Label
Modal Colors
Overlay Background Color
Background Color
Icon Color
Text Color
Button Label Color
Button Label Color on Hover
Button Background Color
Button Background Color on Hover
The text was updated successfully, but these errors were encountered:
We'll be creating a new API endpoint for getting above mentioned tabs, sections, and settings. Currently we have $rest_namespace, addonify_wishlist_options_api. The new API endpoint should have the namespace, addonify-wishlist-options-api/v2. The new route for getting options should be, /get-options.
…age_by_title replaced with appropriate helper function
Updated: API url updated to new version and deprecated function get_page_by_title replaced with appropriate helper function
#214
Till now we have two major tabs,
Settings
andStyles
, in admin setting page of Addonify Wishlist. For every elements at the front-end, their settings were in bothSettings
andStyles
. But in upcoming update, there will be tabs for every elements. Their general and design settings will be within their tab content.In the new update, following will be the tabs:
1. General
In the General tab, following are the settings and a section:
Product Removal Undo Notice
2. Wishlist Button
In the WIshlist Button tab, there are two sections and following settings:
Button Labels
Button Icon
3. Wishlist Sidebar
In the Wishlist Sidebar tab, there is a section and following settings:
Sidebar Toggle Button
Sidebar Product Colors
Wishlist Page
In Wishlist Page tab, there will be a section and following settings:
Clear Wishlist Button
Popup Modals
In Popup Modals tab, there will be following sections and settings:
Added to Wishlist Modal
Error Modal
Login Modal
Modal Colors
The text was updated successfully, but these errors were encountered: