Jump to content

Search the Community

Showing results for tags 'option sets'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

Found 1 result

  1. Not sure when product Option Sets were introduced (I think as of CC520), but it has been discovered that from the View Category page and the Latest Products area of the Homepage, a product with required options that were assigned via Option Sets can be added to the basket without first making the required selections. What is supposed to happen is the customer is to be taken to the View Product page with an 'error message' that says, "Please select required options before adding to your basket." Here is the fix: In the file /classes/catalogue.class.php, find the function getProductOptions, near line 512. About eleven lines down, find: foreach ($groups as $group) { On a new blank line after that, add this: if ($group['option_required']) $this->_option_required = true; Then, read this conversation beginning with post#7: http://forums.cubecart.com/topic/46859-resolved-required-product-options-error/ Test thoroughly!
×
×
  • Create New...