Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
i want to customize a virtual product i.e ecards,For that purpose i created a configurable virtual products where i added config items like fonts,color etc.. now i want that the product should be customized as per options selected (like color and fonts).It is wht we called as e-cards where u select a card and modify as per requirement.
Is there is any utility in ofbiz for above requirement.. G.Rajshekhar |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Hi,
On Wed, 2006-05-10 at 07:21 -0700, rajshekhar wrote: > i want to customize a virtual product i.e ecards,For that purpose i created a > configurable virtual products where i added config items like fonts,color > etc.. now i want that the product should be customized as per options > selected (like color and fonts).It is wht we called as e-cards where u > select a card and modify as per requirement. > Is there is any utility in ofbiz for above > requirement.. There's nothing to do this kind of stuff out of the box, you would have to build something that enabled various features based on the customer's selection. -- Kind Regards Andrew Sykes <[hidden email]> Sykes Development Ltd http://www.sykesdevelopment.com _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
In reply to this post by rajshekhar
What do you mean by "virtual product" and "customize as per options
selected"? What is this product--a greeting card, a gift card, a calling card? rajshekhar wrote: > i want to customize a virtual product i.e ecards,For that purpose i created a > configurable virtual products where i added config items like fonts,color > etc.. now i want that the product should be customized as per options > selected (like color and fonts).It is wht we called as e-cards where u > select a card and modify as per requirement. > Is there is any utility in ofbiz for above > requirement.. > > G.Rajshekhar > -- > View this message in context: http://www.nabble.com/configuring-virtual-product-t1592166.html#a4320521 > Sent from the OFBiz - User forum at Nabble.com. > > > _______________________________________________ > Users mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/users > > > ... [show rest of quote] _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
yes - the virtual products are greeting cards
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Ok. So if you're trying to create a hallmark.com kind of store where
people can buy a card and get it sent, you're actually talking about a digital good. What you would do is create a survey to collect the user's specifications and then write a service to fulfill it by sending it, etc. etc. This would require some customization, but all the infrastructure is in place. In fact, you can look in applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java and see how we do gift card fulfillment--it is very similar. I'll have some documentation for all of this online next week. If you don't figure it out by then, check again. Si rajshekhar wrote: > yes - the virtual products are greeting cards > -- > View this message in context: http://www.nabble.com/configuring-virtual-product-t1592166.html#a4323190 > Sent from the OFBiz - User forum at Nabble.com. > > > _______________________________________________ > Users mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/users > > > _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Free forum by Nabble | Edit this page |