Hello, first thank you for a great module. :)

My challenge is being able to remove the item from the cart. I do not see any way to edit a node or to remove it from the cart. I am probably missing something simple... (I hope).

In the process of installing and configuring the module, I thought I would help out and add some documentation. I have included the documentation as a reference to what I have done. (I hope it will help you as well.) Everything works great, I see the content type to add, I can add it. It is not posted until after the sale goes through - so the cart works great. Except for two things, the missing REMOVE button, and I do not see a way to edit the content. Any suggestions would be greatly appreciated.
Thank you for your time.
MtRoxx

Overview
There are two content types needed: one is a product content type, needed by Uber-cart, the other is the content type being sold, such as an advertisement. The link between these two content types is handled by the node reference module.

Required Modules:

  1. References
  2. Product Reference View
  3. Commerce

 

Installation: Enable the module at: admin/modules

Set-up the Structures

  1. Create the content type needed by Uber-cart
    • Go to /admin/commerce/products/add
    • Add a Create Pay to Publish content type
    • Enter the SKU, title and price
  2. Create a content type
    • admin/structure/types/add
    • Make sure published options is OFF (published will be changed to on, once the purchase has been completed)
    • Below the menu options, there will be a commerce node checkout section
    • Choose the name of the content type created in step 1.
  3. Or use an existing content type
    • Edit the existing content type
    • Make sure published options is OFF (published will be changed to on, once the purchase has been completed)
  • Below the menu options, there will be a commerce node checkout section
  • Choose the name of the content type created in step 1.

Testing the System

  1. Role Creation
    • Create a role with create and edit permissions for the content type use in step 2 or 3
  2. Create a user
    • Create a user with the role set up in step 4
  3. Login as new User

Gotcha's to Avoid

  1. No selected product - check step 2 or 3
  2. User has administer nodes permission - check step 4 and 5
  3. The node is already published - be sure to create new nodes
  4. The node has been saved already - be sure to create new nodes

Comments

dmf7’s picture

HI I was having the same issue. I can remove an item from the cart, but the product/node title links still link back to the original product node(which is not what users see). they should be linked back to edit their node form but the edit link isn't replacing the title link as it should. Did you ever get that figured out?

Thanks for sharing.

MtRoxx’s picture

I can't remember for sure what I did dmf7. I had a different issue, and rebuilt the site. I think it was a permissions issue.

zeezhao’s picture

I have seen this same issue - the remove button exists but the cart content is still pointing original product instead of the node form link for editing.

All setting are correct via: admin/store/settings/node-checkout/settings

it is the same for admin user, so do not think its a permissions issue.

dmf7’s picture

Thanks for the replies. It doesn't appear to be a permission issue for me either. I have everything set correctly, but yet it still isn't showing for me.
I have not been able to find any answers to this issue while researching either. I'm at a loss.

G Gavitt’s picture

Try this patch in http://drupal.org/node/1696914

It solved the linking issue for me.

zeezhao’s picture

Status: Active » Fixed

Thanks for this. Solves issue. Hope it gets committed to dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Cleaning up display.