abantecart-src icon indicating copy to clipboard operation
abantecart-src copied to clipboard

product option auto save on product page

Open ghost opened this issue 4 years ago • 7 comments

this is a request: is it possible please to add such feature to be able to auto-save input text for example on product page frontend, like autosave password, but always auto fill or option for checkbox to auto save input for later use.

ghost avatar Aug 07 '20 14:08 ghost

Password saving is a browser-side feature and supposes to be working on major browsers. I am able to save passwords.

abantecart avatar Aug 07 '20 15:08 abantecart

I mean an option to save each customer on the store to auto save various input fields of product options globally.

AbanteCart [email protected] ezt írta (időpont: 2020. aug. 7., P, 16:25):

Password saving is a browser-side feature and supposes to be working on major browsers. I am able to save passwords.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/abantecart/abantecart-src/issues/1415#issuecomment-670572187, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFNCLFFLY5I5ZQ3MEJGXOA3R7QMGPANCNFSM4PXWXALA .

-- Üdvözlettel: Koncsár Olivér +36 30 731 23 93

ghost avatar Aug 07 '20 15:08 ghost

Can you please give an example of a field/screens to be saved? I assume this would be authenticated customers.

abantecart avatar Aug 07 '20 15:08 abantecart

yes, correct. it can be any input field (product option). for example t-shirt, i put a input field for leave extra message: e.g.: it will be a gift for my son, tick checkbox always remember. and next time ordering when authenticated, it will load the previous. could work well for many other cases.

ghost avatar Aug 07 '20 15:08 ghost

Just FYI WHY2 has a reorder extension in MarketPlace https://marketplace.abantecart.com/reorder that will accomplish this. This extension lets your customer reorder entire products or a single product within an order without the need to manually add to cart.

The previous item or order is replicated with info tags to remind them to check the fields etc. It allows new(replicated) order to be amended for color, size, message etc.

goatlady102 avatar Aug 07 '20 16:08 goatlady102

This sounds like a custom solution and might not fit the core platform. I might be wrong as use cases are not yet built.

There are some questions to solve. When this saved field will be cleaned. If I selected a red t-shit, for instance, will I always have red selected from now on? Makes no sense for a broad audience.

We need to create more detailed use cases. @kolynet can you please help with that?

abantecart avatar Aug 07 '20 17:08 abantecart

Yes, maybe not a very important core feature, but for various cases it help customer and increase sales for company by making checkout faster. E.G: email address/pass for digital goods. Mostly needed for input fields. Oh yea the clean process would be tricky. There would be need for the user profile area to edit or remove i guess. Or maybe a javascript frontend to save in cookies specific input fields with a checkbox for example? That could be added in the core input tpl. Not sure what would be the most simple way to achieve this. Tried autocomplete tag, didnt work. @abantecart

Example if i would sell digital downloads and i want to use product option input field text as his receive email, it could be saved with a checkbox or something below the email address input field.

ghost avatar Aug 07 '20 19:08 ghost