Hi dear,
I am creating a application for medical check-up reporting. visitor upload the patient file for reporting and and have to pay for reporting.
but different-different reporting have different charge.
I am installed the ubercart and node checkout module and i found we can associate one product with one node type.
can we associate one node type to multple product and visitor select the report on node creation and according to selected report we add product in shopping cart.

Best Regards
Md Nezam

Comments

longwave’s picture

Project: Ubercart » UC Node Checkout
Version: 7.x-3.x-dev » 7.x-2.x-dev
Component: Products » Code

Moving to UC Node Checkout queue

peterx’s picture

I had a look at Node Checkout for a similar purpose. The standard product node relationship allows only one product per node type because node type is the primary index. You select a product and that points to one node type.

There is an option to use a view to select the product for the node type. Please try that an report back what happened.

For my current project, life would be easier if the primary index on uc_node_checkout_types included the node id.

spyderpie’s picture

I seem to have the opposite problem .. I have associated a node with a product that asks for additional information, and when I select the product, a list of available content type appears rather than the one I assigned .. I am able to select the one I want and all works mostly well from there (except it makes the node authored by anonymous if an account is not yet created ...)

I thought it would only show the node to add that I associated with the product ...

I am not sure if this is related to this issue .. I certainly don't mean to hijack and issue .... I can create a new issue if that is appropriate ...

Peace,
Julie

spyderpie’s picture

Issue summary: View changes

Plz give me any solution