New Add to Cart plugin required

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I am trying to find a plugin that can add an arbitrary product to NopCommerce and then to the user's shopping cart.

I have a plugin for Nop2.65 that does exactly what I need, but it is not suitable for current versions of NopCommerce.  I own the source code for the plugin (it was custom built for me several years ago) and this could be used as a basis for creating this functionality in a plugin suitable for current Nop versions.

The plugin allows you to use a form similar to this


<form target="nop" action="@Model.HandlerUrl" method="post">
    <!--Required-->
    <input type="hidden" name="item_name" value="Test item name"/>
    <!--Optional-->
    <input type="hidden" name="item_number" value="TST-ITM-5"/>
    <input type="hidden" name="description" value="Sed convallis adipiscing libero in fringilla. Proin augue quam, faucibus tempus blandit non, euismod vel eros."/>
    <input type="hidden" name="quantity" value="1"/>
    <input type="hidden" name="thumb_url" value="http://static.example.com/files/themes/escrivo/images/item.png"/>
    <input type="hidden" name="amount" value="12.34"/>
    <button type="submit" value="submit">Add to cart</button>
</form>


When this button is clicked the form is submitted to the plugin's form handler URL. The plugin creates the product in Nop and then immediately adds the product to the user's shopping cart before redirecting the browser to show the shopping cart.

Would anyone be interested in helping me with this?

Thanks
5 years ago
Hello,

I would be happy to help. Please mail me at: [email protected] and add me on skype: [email protected] to discuss more.

Looking forward to hearing you soon.

Regards
Gabriel A.
5 years ago
Hello,

Kindly check Personal message for same.

Thanks,
Jatin
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.