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:
- References
- Product Reference View
- Commerce
Installation: Enable the module at: admin/modules
Set-up the Structures
- 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
- 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.
- 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
- Role Creation
- Create a role with create and edit permissions for the content type use in step 2 or 3
- Create a user
- Create a user with the role set up in step 4
- Login as new User
Gotcha's to Avoid
- No selected product - check step 2 or 3
- User has administer nodes permission - check step 4 and 5
- The node is already published - be sure to create new nodes
- The node has been saved already - be sure to create new nodes
Comments
Comment #1
dmf7 commentedHI 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.
Comment #2
MtRoxx commentedI 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.
Comment #3
zeezhao commentedI 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.
Comment #4
dmf7 commentedThanks 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.
Comment #5
G Gavitt commentedTry this patch in http://drupal.org/node/1696914
It solved the linking issue for me.
Comment #6
zeezhao commentedThanks for this. Solves issue. Hope it gets committed to dev.
Comment #7.0
(not verified) commentedCleaning up display.