Re: CSS stylesheets link order

2013-02-13 Thread Adrian Crum
Add your style sheets to the theme data in the database - via Web Tools or the Entity Engine data loader: resourceTypeEnumId="VT_STYLESHEET" resourceValue="/path/to/my/custom/stylesheet.css " sequenceId="99"/> -Adrian On 2/12/2013 11:50 PM, James Piechota wrote: Thanks, Adrian. You mean add

Re: Missing:Refunds are possible without a return for prepaid orders

2013-02-13 Thread Deepak Agarwal
Thanks for the info Raj. Could you please guide me in setting up a payment method type. "It is for cc and netbanking with xyz bank. We simply redirects the users to the bank page (we do not take any information at our side, no cc details also). As of now we have configured that as External Paymen

Re: Missing:Refunds are possible without a return for prepaid orders

2013-02-13 Thread Rajbir Saini
Hello Deepak, I am not sure how it can be implemented for the External payment methods. I think you can look into the Paypal Express which implements the refund, void etc. You will also need to talk to your payment processor to find if they have API for refund. Thank, Raj On Wednesday 13 F

Re: Missing:Refunds are possible without a return for prepaid orders

2013-02-13 Thread Deepak Agarwal
Thanks Raj, Payment processor doesn't have refund api. My requirement is a normal refund where GL is modified and refund payment is created. I will check the services you mentioned. Thanks a lot. On Wed, Feb 13, 2013 at 2:18 PM, Rajbir Saini wrote: > Hello Deepak, > > I am not sure how it can

Re: Tomcat Virtual Host in OFBiz

2013-02-13 Thread Hans Bakker
enter 'virtual host apache ofbiz' in google.. :-( On 02/13/2013 01:15 PM, Winster Jose wrote: Hello, Is it possible to have a virtual host in OFBiz? I don't want to see context name of ecommerce in browser url. Is there any way to accomplish this? Thanks Winster T Jose Director - Technolog

Re: Tomcat Virtual Host in OFBiz

2013-02-13 Thread Hans Bakker
no, you need to have different (sub) domain names for ecommerce and backend On 02/13/2013 02:01 PM, Winster Jose wrote: I found the answer. We can have a " " entry in webapp section of ofbiz-component.xml. But this gives my another issue. All my admin applications are al so getting forwarde

Re: Catalog Parties functionalities

2013-02-13 Thread Vikas Mayur
The feature is very basic like adding, removing or updating the party role on catalogs, categories etc. I don't think OOTB there is any service implementation that you could use. Regards Vikas On Feb 12, 2013, at 7:59 PM, twosolution wrote: > Hi, > > I had gone trough the archive mailing lis

Re: Missing:Refunds are possible without a return for prepaid orders

2013-02-13 Thread Vikas Mayur
Not sure if this may help but I guess you can manually refund through online portal offered by your payment gateway and implement something in OFBiz such that when you create refund payment in OFBiz it also modify GL entries. Regards Vikas On Feb 13, 2013, at 2:27 PM, Deepak Agarwal wrote: > T

Re: Missing:Refunds are possible without a return for prepaid orders

2013-02-13 Thread Deepak Agarwal
You are right. I think what I should do, is to create a billing account for every customer and record all the payments there and a refund should create a credit note there. Now, I have to check if while registering a customer or creating a order customer is assigned a billing account (Not sure if t

OFBiz / BigFish eCommerce Latest Updates

2013-02-13 Thread Nick Rosser
All, The latest release of our OFBiz / BigFish eCommerce platform is available. For more details please visit http://bigfish.salmonllc.com, the "Demo" section will provide a good overview of both an eCommerce implementation and the BigFish Admin Module. Points of interest for this release:

Re: CSS stylesheets link order

2013-02-13 Thread James Piechota
Perfect, thanks! On Wed, Feb 13, 2013 at 12:18 AM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: > Add your style sheets to the theme data in the database - via Web Tools or > the Entity Engine data loader: > > resourceTypeEnumId="VT_**STYLESHEET" > resourceValue="/path/to/my/**custo