Active
Project:
Ubercart Add to Cart CCK Field
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2008 at 11:32 UTC
Updated:
30 Jan 2010 at 08:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
peter panes commentedI also would like this module in drupal 6, I want to use it on a College website only it will say "Read Later" and instead on "shopping cart" it will be called "Reading List".
Users will be able to add a bunch of pages, guides and courses to their reading list and come back and read or apply later.
Good Idea yes!
Comment #2
ferrangil commentedI have several sample photographs of my books products, so it would be nice to be able to add an "Add to cart" when viewing a photo node, instead of just linking (with a CCK node reference right now) to the product page.
Ah, and that would be for Drupal 6 / Ubercart 2, of course. It might be easy by just adding the proper code on the node-photo.tpl.php page, so if anybody can give any hint, I will try to do it and explain it for future reference.
Comment #3
mclin commentedFor those looking for a Drupal 6 version of this, see what you can do with "Cart Links", an Ubercart-extra module that comes with Ubercart.
Comment #4
babbage commentedAttached is a partial port to Drupal 6. I got as far as completing the basic porting tasks covered by Coder. At that point I realised that this module didn't do quite what I thought it did, and it seemed like it might not do what I wanted (expose an "add to cart" button in a view of products)... I therefore haven't taken this any further. However, on the offchance it helps someone, here is the patch.
Note the current partial port does not work. It appears to be crashing on issues to do with Views integration, which is not surprising given the changes in Views from D5 to D6. I did not attempt to fix them so have no idea if it is an easy fix or a hard one.
Also, note I think I may have rolled this patch against the 1.0 release rather than the latest dev.
Comment #5
babbage commentedHmm, I did attach the patch. Well, here it is again.