You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Deepak Agarwal <da...@gmail.com> on 2013/06/10 11:47:58 UTC

Re: OFBiz / BigFish eCommerce Updates

Probably we will need to switch back to original ofbiz and implement this
ourselves.

On Mon, May 27, 2013 at 3:36 PM, Deepak Agarwal <da...@gmail.com>wrote:

> Hello Len,
>
> I tried bigfish EBS banking option but I feel it is not working as
> expected. For us it should show following at front end:
>
> 1) Netbanking option with banks it supports
> 2) Cash card options
>
> I couldn't find a way as in where to keep the information that my EBS
> contract support these many banks. Each bank has a specialized
> payment_option which should be sent through the request url.
>
> Could you please tell us if this is something which is not yet implemented
> or we are missing a point..
>
> On Thu, May 23, 2013 at 6:54 PM, Len Shein <ls...@solveda.com> wrote:
>
>> All,
>> Bigfish version 1.11 has been 'patched' and is now compatible with Ofbiz
>> 12.
>> Download the latest software http://bigfish.solveda.com/bfDownload.html
>>
>> Regards
>> Len
>>
>> -----Original Message-----
>> From: Christophe Noel [mailto:christophe@edi7.lu]
>> Sent: Tuesday, May 21, 2013 11:13 AM
>> To: user@ofbiz.apache.org
>> Subject: Re: OFBiz / BigFish eCommerce Updates
>>
>> Dear Len,
>>
>> Yes, I'm having something similar as Tri Vssic.
>>
>> I started with a clean install : OOTB OFbiz 12.04.01, Bigfish 1.11 zip and
>> Fashion demo just downloaded, empty database.
>>
>>
>> 1/ When I click on Apparel > Active, I can't see the PLP and have the
>> following groovy errors :
>>
>> Error running script at location
>>
>> [component://osafe/webapp/osafe/WEB-INF/actions/cart/showCartItems.groovy]:
>> javax.script.ScriptException:
>> org.codehaus.groovy.control.MultipleCompilationErrorsException: startup
>> failed:
>> Script194.groovy: 258: unable to resolve class GenericValue
>>  @ line 258, column 5.
>>        for (GenericValue productFeatureType : productFeatureTypesList)
>>        ^
>> etc.
>>
>> If I click a second time on Apparel > Active, then I get the PLP.
>>
>>
>> 2/ If I then try to go into a PDP, I either have another groovy error
>> preventing the PDP from displaying :
>>
>> 2013-05-21 17:10:52,454 (http-bio-0.0.0.0-8080-exec-32) [
>> GroovyEventHandler.java:113:WARN ]
>> ---- exception report
>> ----------------------------------------------------------
>> Error running event :
>> Exception: org.ofbiz.base.util.GeneralException
>> Message: Error loading Groovy script at []:  (Script not found at location
>> [])
>> ---- cause
>> ---------------------------------------------------------------------
>> Exception: org.ofbiz.base.util.GeneralException
>> Message: Script not found at location []
>> ---- stack trace
>> ---------------------------------------------------------------
>> org.ofbiz.base.util.GeneralException: Script not found at location []
>>
>> org.ofbiz.base.util.GroovyUtil.getScriptClassFromLocation(GroovyUtil.java:12
>> 3)
>>
>> org.ofbiz.webapp.event.GroovyEventHandler.invoke(GroovyEventHandler.java:103
>> )
>> org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:660)
>> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:406)
>> ...
>>
>> Or, the same error appears into the PDP in a red box :
>>
>> Error loading Groovy script at []: (Script not found at location [])
>>
>>
>> Hope that helps. Thanks a lot for the hard work on this great product.
>>
>> Christophe
>>
>>
>>
>> --
>> View this message in context:
>>
>> http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p
>> 4641434.html<http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p4641434.html>
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>>
>
>
> --
> Thanks,
> Deepak Agarwal,
>
> Mobile: +91 9501190044
>



-- 
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044

Re: OFBiz / BigFish eCommerce Updates

Posted by Ritu Raj Lakhera <rr...@solveda.com>.
Hi Deepak, 

I work with Len. We used the below urls for EBS integration in BigFish 
https://support.ebs.in/app/index.php?/default_import/Knowledgebase/Article/View/394/0/jsp-ebs-integration-kit-ver25 
https://support.ebs.in/app/index.php?/default_import/Knowledgebase/Article/View/456/8/ebs-transaction-api-v11-manual 

You can check the 'http://bigfishdev.salmonllc.com:8087/online/control/main' for EBS payment gateway. 
Currently it is configured with EBS's test account and only credit card payment option is enabled by default. 
Net banking and cash card payment options depends on EBS's merchant account what merchant enables at EBS portal(https://secure.ebs.in/). 

If you have any opinion on this please let us know. 

Regards 

Ritu Raj Lakhera 

Solveda Indi a 
(formerly known as Salmon India) 
Phone. +91-9560087139 
Email. rrlakhera@solveda.com 
Skype. lakhera.rituraj 


----- Original Message -----

From: "Deepak Agarwal" <da...@gmail.com> 
To: user@ofbiz.apache.org 
Sent: Monday, June 10, 2013 3:17:58 PM 
Subject: Re: OFBiz / BigFish eCommerce Updates 

Probably we will need to switch back to original ofbiz and implement this 
ourselves. 

On Mon, May 27, 2013 at 3:36 PM, Deepak Agarwal <da...@gmail.com>wrote: 

> Hello Len, 
> 
> I tried bigfish EBS banking option but I feel it is not working as 
> expected. For us it should show following at front end: 
> 
> 1) Netbanking option with banks it supports 
> 2) Cash card options 
> 
> I couldn't find a way as in where to keep the information that my EBS 
> contract support these many banks. Each bank has a specialized 
> payment_option which should be sent through the request url. 
> 
> Could you please tell us if this is something which is not yet implemented 
> or we are missing a point.. 
> 
> On Thu, May 23, 2013 at 6:54 PM, Len Shein <ls...@solveda.com> wrote: 
> 
>> All, 
>> Bigfish version 1.11 has been 'patched' and is now compatible with Ofbiz 
>> 12. 
>> Download the latest software http://bigfish.solveda.com/bfDownload.html 
>> 
>> Regards 
>> Len 
>> 
>> -----Original Message----- 
>> From: Christophe Noel [mailto:christophe@edi7.lu] 
>> Sent: Tuesday, May 21, 2013 11:13 AM 
>> To: user@ofbiz.apache.org 
>> Subject: Re: OFBiz / BigFish eCommerce Updates 
>> 
>> Dear Len, 
>> 
>> Yes, I'm having something similar as Tri Vssic. 
>> 
>> I started with a clean install : OOTB OFbiz 12.04.01, Bigfish 1.11 zip and 
>> Fashion demo just downloaded, empty database. 
>> 
>> 
>> 1/ When I click on Apparel > Active, I can't see the PLP and have the 
>> following groovy errors : 
>> 
>> Error running script at location 
>> 
>> [component://osafe/webapp/osafe/WEB-INF/actions/cart/showCartItems.groovy]: 
>> javax.script.ScriptException: 
>> org.codehaus.groovy.control.MultipleCompilationErrorsException: startup 
>> failed: 
>> Script194.groovy: 258: unable to resolve class GenericValue 
>> @ line 258, column 5. 
>> for (GenericValue productFeatureType : productFeatureTypesList) 
>> ^ 
>> etc. 
>> 
>> If I click a second time on Apparel > Active, then I get the PLP. 
>> 
>> 
>> 2/ If I then try to go into a PDP, I either have another groovy error 
>> preventing the PDP from displaying : 
>> 
>> 2013-05-21 17:10:52,454 (http-bio-0.0.0.0-8080-exec-32) [ 
>> GroovyEventHandler.java:113:WARN ] 
>> ---- exception report 
>> ---------------------------------------------------------- 
>> Error running event : 
>> Exception: org.ofbiz.base.util.GeneralException 
>> Message: Error loading Groovy script at []: (Script not found at location 
>> []) 
>> ---- cause 
>> --------------------------------------------------------------------- 
>> Exception: org.ofbiz.base.util.GeneralException 
>> Message: Script not found at location [] 
>> ---- stack trace 
>> --------------------------------------------------------------- 
>> org.ofbiz.base.util.GeneralException: Script not found at location [] 
>> 
>> org.ofbiz.base.util.GroovyUtil.getScriptClassFromLocation(GroovyUtil.java:12 
>> 3) 
>> 
>> org.ofbiz.webapp.event.GroovyEventHandler.invoke(GroovyEventHandler.java:103 
>> ) 
>> org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:660) 
>> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:406) 
>> ... 
>> 
>> Or, the same error appears into the PDP in a red box : 
>> 
>> Error loading Groovy script at []: (Script not found at location []) 
>> 
>> 
>> Hope that helps. Thanks a lot for the hard work on this great product. 
>> 
>> Christophe 
>> 
>> 
>> 
>> -- 
>> View this message in context: 
>> 
>> http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p 
>> 4641434.html<http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p4641434.html> 
>> Sent from the OFBiz - User mailing list archive at Nabble.com. 
>> 
>> 
> 
> 
> -- 
> Thanks, 
> Deepak Agarwal, 
> 
> Mobile: +91 9501190044 
> 



-- 
Thanks, 
Deepak Agarwal, 

Mobile: +91 9501190044