我正在寻找一种方法,允许用户在结算时为每个产品或整个购物车添加节点引用。我正在制作一个网站,用户可以购买商品,然后在航班上接收它们。产品是固定的,但用户需要告诉他所购买的商品所属的航班。航班是节点,用户已经标记了这些节点,因此制作带有用户标记的航班节点的视图没有问题。如何将其中一个节点与购买相关联?从CCK中进行节点引用可能很酷,但结帐可能不是节点。
对做法的任何建议?
我正在寻找一种方法,允许用户在结算时为每个产品或整个购物车添加节点引用。我正在制作一个网站,用户可以购买商品,然后在航班上接收它们。产品是固定的,但用户需要告诉他所购买的商品所属的航班。航班是节点,用户已经标记了这些节点,因此制作带有用户标记的航班节点的视图没有问题。如何将其中一个节点与购买相关联?从CCK中进行节点引用可能很酷,但结帐可能不是节点。
对做法的任何建议?
Node Checkout模块可能适合您的需求,尽管听起来您可能想同时处理多个产品,但它可能是一个很好的起点。
Yes I agree with Tim. You can associate flight & items in a node. This node will be associated to a product using node checkout.
I have used node checkout in my site for example in send letter online under send information.
Checkout this : 将此翻译为中文: http://drupaleasy.com/blogs/ultimike/2009/03/event-registration-ubercart
http://drupaleasy.com/blogs/ultimike/2009/03/event-registration-ubercart
将此翻译为中文: http://drupaleasy.com/blogs/ultimike/2009/03/event-registration-ubercart http://drupaleasy.com/blogs/ultimike/2009/03/event-registration-ubercart
Although I am using drupal since the D4 series, I only started developing professionally for it with D6, so - despite I did various site upgrades - I was never faced by the task of having to port my ...
I am writing a drupal module that involves a form with many checkboxes. E.g. $form[ myform_checkboxes ] = array( #type => checkboxes , ...) I have made the key for these checkboxes numeric, ...
I m adding additional languages to a Drupal site that I m building. Getting the translation of content working is fairly easy using the Internationalisation module. Yet, simple things such as date ...
Looking through the Drupal contrib modules, and after a few Google searches, it becomes evident that there are any number of choices and combos available to set up a WYSIWYG editor in Drupal. I m ...
I don t know how to change the size of the login username/password boxes on the drupal site that I m trying to build. I m stumbling through the theming, and don t know where to find the file that ...
How does Drupal support a means to update and review a website before it is published? Does it only allow you to preview a page at a time before you publish it or is there a way to create a site ...
I m looking for terminology that describes this behavior: The header of a web-page contains a different image every time you visit it. Update: It is not an advertisement, but images related to the ...
Has anyone checked out a copy of Drupal 7 yet? What do people think? I m pretty excited about the PDO and all of the designers I work with a very excited about the new admin interface/structure. Do ...