Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8448351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:24:13+00:00 2026-06-10T10:24:13+00:00

Using a CartController.php override for the addAction function. Basically I’m trying to take the

  • 0

Using a CartController.php override for the addAction function.

Basically I’m trying to take the custom options entered by a user, then generate a new product based off those options and add that to the cart instead. I have the first parts down, if a product doesn’t have a custom attribute flagged, it gets added like normal… but if it is flagged, it creates a new product and adds THAT to the cart instead.

I am successfully generating the new product and adding it to the cart, but I’m unable to get the custom options that the customer entered.

$defaultprod = $product->getDefaultprod();
$prodID = $product->getId();
$prodOpt = Mage::getModel("catalog/product")->load($prodID);

if (!$defaultprod == 1) {
$cart->addProduct($product, $params);
if (!empty($related)) {
    $cart->addProductsByIds(explode(',', $related));
}
$cart->save();
}
else
{
          // code to create/add new product here, adding new product + adding to cart functioning, but CANNOT retrieve customer's custom attribute input
}

Any advice?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T10:24:15+00:00Added an answer on June 10, 2026 at 10:24 am

    This is what I just tried successfully to:

    • avoid adding the original product to the cart
    • retrieve custom options that were originally posted on add to cart

    1) Create an observer

    This observes the event controller_action_predispatch_checkout_cart_add

    <controller_action_predispatch_checkout_cart_add>
        <observers>
            <myobserver_identification>
                <class>module/observer</class>
                <method>myCustomMethod</method>
            </myobserver_identification>
        </observers>
    </controller_action_predispatch_checkout_cart_add>
    

    2) Add this in MyNamespace_Module_Model_Observer

    public function myCustomMethod() {
        $request = Mage::app()->getFrontController()->getRequest();
    
        /**
         * Avoid adding original product
         */
        $request->setParam('product', (bool) false);
    
        /**
         * Retrieve custom options posted on add to cart
         */
        $customOptions = $request->getParam('options');
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using linq2sql I'm trying to take the string in txtOilChange and update the oilChange
Using Rails 3.2.0 with haml, sass and coffeescript: Basically I am trying to disable
Using Point Cloud Library on Ubuntu, I am trying to take multiple point clouds
Using the http://www.ifans.com/forums/showthread.php?t=132024 post from another question i am allowing the user to enter
Using import datetime in python, is it possible to take a formatted time/date string
Using the navigator.geolocation object in JavaScript. Trying to establish accurate ranges, but wondering exactly
Using Delphi 2010. I am looking for (possibly) a function or procedure which can
Using C# .NET 3.5 and WCF, I'm trying to write out some of the
I am using Html.RenderAction<CartController>(c => c.Show()); on my master Page to display the cart
Using IOS, I am trying to integrate the LinkedIn into the application. The integration

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.