Which of the following is the correct method to use to check if custom options were added to a product?

  • $product->hasCustomType();
  • $product->hasCustomOptions();
  • $product->hasOptions();
  • $product->hasOptionsType();

stackoverflow.com/a/25748053