HomeHome Product Discus... Product Discus...SmithCartSmithCartMultiple Word VariantsMultiple Word Variants
Previous
 
Next
New Post
5/26/2010 6:47 PM
 

My customer has some variants that are multiple word phrases. For example, "Made As Pairs" which is either Yes or No. If it's yes it's an additional $40. When I try to enter this, since this is the wording that would display on the side of the variant, I get the message "Only leters and number". Yes, the word Letters is misspelled. How can I put these variants in?

 
New Post
5/26/2010 7:10 PM
 

Open addproducts.ascx located in the \desktopmodules\smith.buynow folder and go to line 560 and you will see the following line of code. Just add a space after the "d" as hightlighted below:

<asp:RegularExpressionValidator ID="rgvVariantGroup" runat="server" ErrorMessage="Enter only letters and numbers"
ValidationExpression="^[a-zA-Z\d ]+$" ControlToValidate="txtProductVariantGroup" Display="Dynamic"/>

We have updated this in the latest build.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartMultiple Word VariantsMultiple Word Variants