-
Add an Ajax search bar that allows filtering products or items by keywords in the “title, description, etc.”
-
More flexibility to arrange the order of elements on (All Products page & Product page)
-
Ability to add multiple buttons to the product page (Imagine I have a digital product and want to offer various versions like “JPG - PNG - SVG - ETC”). Currently possible but a bit challenging to connect them to the database (To make these buttons functional, the products in the store should be connectable to a database).
-
Alternatively, if adding multiple buttons isn’t feasible, then when selecting a filter or product options, it should filter a product. For example, on the product page with a 3D model, users should be able to choose the format they want to download, such as JPG, PNG, Blend, 3DsMax, etc. This way, there won’t be numerous buttons, but rather a single button with a selection that allows users to download the digital product according to their choice.
-
On other buttons like “Subscribe - Preorder - etc,” the ability to add custom buttons with outgoing links should be available. For instance, if a digital product is under construction and not yet publicly available, users can click that button to receive updates or be directed to an external page like Patreon, where they can subscribe for quicker access to the digital product without a long wait.
-
Buttons should allow adding links instead of directing users to the cart, facilitating the offering of free digital products that users can simply click to download without multiple steps.
And if none of this can be achieved, it would be great to have the ability to add the following by default without using code:
-
A dropdown that enables sorting items in a repeater (Currently done with code).
-
A search bar with Ajax functionality for filtering repeater items from a database, similar to regular filters (Currently done with code).
-
Display the number of visits a dynamic page has received, similar to how blogs show the visit count for each article (Currently done with code).
-
Show users how many times a specific button has been clicked (Currently done with code).
-
A counter that displays the number of items in a repeater (Currently done with code).