Jump to content

Changing the information for a Gift Certificate


Recommended Posts

I am using v6.2.9.  I need to let my customers know that a gift certificate amount has to be in $25 increments.  Where do I go to modify the automatic information.  When a customer selects Gift Certificate the is what they see: Gift card must have a minimum value of $25.00, and a maximum of $1,000.00. Please note that it is only possible to purchase a gift card in the store's main currency.  I need to include other information.

Link to comment
Share on other sites

In admin, Languages, click the Edit icon of the language you wish to change.

On the next page, choose Catalogue from the drop-down selector. In a few seconds, there will be a list presented.

Scroll to the phrase key 'gift_certificate_value' and click on those actual words. This enables the text entry field for changes.

Save and clear the cache.

Now, how one enforces this limited selection of values could be accomplished by:

From:
<input type="text" name="gc[value]" id="gc-value" value="" placeholder="Value (Required)" required="">

To:
<input type="number" name="gc[value]" id="gc-value" value="" placeholder="Value (Required)" required="" min="25" max="500" step="25">

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...