Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Change product display name in cart

  1. #1
    mimpoz is offline Member
    Join Date
    Jul 2008
    Posts
    53

    Default Change product display name in cart

    Is there any way to change the way the product name displays in the product cart, without changing it in the database?

    For example - I have a product called setup charge that I mapped as a required product for a whole bunch of products. When it displays in the cart, I'd liketo append the name of the product that it's being charged for.

    TIA

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    That would take a source code mod, there's no 'setting' for that I'm afraid.

  3. #3
    mimpoz is offline Member
    Join Date
    Jul 2008
    Posts
    53

    Default

    Thanks for replying. I am looking for a source code mod, I just wanted to know which method would handle such a thing. Would I have to change the AddToCart stored procedure in the database?

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    There are different ways that could be implemented, that's really up to your dev after going over the full requirements of the mod. One way would be through AddToCart, yes. You could change that to change the product name that is put in the Orders_ShoppingCart table to what you want, rather than just copying over the stock name.