skip to Main Content

I am new in Magento and need to learn. I have a platform based on Magento 1.9 developed by another developer. i have addeded custom option of color. but there is size custom option already added before. in the frontend, the tile appear at the bottom of the new color custom option is the size custom option and the validation also inherit the size custom optio. Where can fix this ?

enter image description here

2

Answers


  1. This link "Know your size" is not native from Magento, the another developer customized this point.

    Customization probably was made in this file: /app/design/frontend/your_theme/default/template/catalog/product/view/type/options/configurable.phtml

    But if you can’t find it there, you can use "Ctrl or Command(For Mac) + Shift + F" on your favorite IDE to search for this exactly phrase: "Know your size" and if you can’t find yet in this way, it’s because he may have done the personalization directly at Magento Admin in CMS->Blocks menu.

    Login or Signup to reply.
  2. You can change requirement of this custom option for admin panel. Entry on editing of this product, and last tab from left are for custom option.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search