SKU defined in Custom option is displayed in Magento in the product page

Source: Internet
Author: User

Issue background:

Now selling a book, in English and Spanish, requires customers to choose their own language version. Therefore, when defining a product, define its custom option and add the appropriate version of the entry.

The front desk will show


It is now required to display its SKU under each entry.


Workaround:

1. Find app\code\local\mage\catalog\block\product\view\options\type\select.php

2. Add an Output SKU statement to the 103-line statement in the file

$selectHtml. = ' <li> '.
                               ' <input type= "'. $type. '" class= "'. $class. ' '. $require. ' Product-custom-option ' onclick= "Opconfig.reloadprice ()" Name= "options[". $_option->getid (). $arraySign. ' "id=" Options_ '. $_option->getid (). ' _ '. $count. ' value= '. $_value->getoptiontypeid (). '/> '.
                               ' <span class= "label" ><label for= "Options_". $_option->getid (). ' _ '. $count. ' " > '. $_value->gettitle (). ' '. $priceStr. ' </label><br><label> '. $_value->getsku (). ' </label></span> ';
             





Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.