Jump to content

[Resolved] product options problem after upgrade


henryluiz

Recommended Posts

Hi, I have upgraded from V4 to V 6.0.12. looks all good so far except there is a change to products options default 

V4 had the first option (price)  as default. See attached V4 document.

V6 has the "Please select price" as the default and if an option is not selected and when added to the basket a zero price default is selected. See attahced v6 document

How do I set this back to V4 functionality. Appreciate your help

v4.JPG

v6.JPG

Link to comment
Share on other sites

The --> just under Write review is not suppose to be there.

We may need to look at the skin to make sure there is code that will show --Please Select--. What skin is the CC6 store using?

Hmm...

Well, I probably got the above backwards: It is the --Please Select-- you want to go away and want to show the first option of the option group.

We will need to make an edit to the skin.

Link to comment
Share on other sites

Using a programmer's text editor (your Cpanel may have one):

In the skin template file content.product.php, near line 46, find:

<option value="">{$LANG.form.please_select}</option>

Change to:

{* <option value="">{$LANG.form.please_select}</option> *}

Then, just to make sure the change will be used, in admin, Maintenance, Rebuild tab, check the Clear cache and click Submit.

The change puts this line of code in a template "comment" and will not be included in the final render.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...