You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Nick Rosser <nr...@salmonllc.com> on 2012/12/06 19:05:30 UTC

OFBiz / BigFish eCommerce Updates

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.

Of particular note, in this release:

  * Support for Mobile (small devices)
      o a very cool implementation!
      o implemented for the Fashion House demo
        (http://bigfish.salmonllc.com:8082/online/shop/main)
      o whenever the browser screen size gets to 450 pixels or less then
        the "small device CSS" will kick-in (so called "responsive")
      o try resizing your browser down to 450 pixels wide, try from a
        phone, it works!
      o a little rough at the edges, we will be fine tuning this over
        the coming month or so

  * Feeds, Services and Scheduled Jobs
      o a significant amount of work has been done in this area
      o many services and scheduled jobs built around clients who want a
        BigFish eCommerce front-end solution but also need to continue
        using their existing ERP solution for fulfillment
      o scheduled jobs to extract New Customers, New Orders and import
        into the back-end ERP
      o scheduled jobs to accept new files from clients for Product
        Updates, Order Status Updates and Store Locator updates

  * Smart Variant Feature Awareness
      o Ability to understand a primary feature, associate to a specific
        variant and act accordingly
      o examples from the Fashion House demo:
          + search for "pink", if there is a pink colored variant it
            will be shown (try "white", you'll see the same product but
            the white variant will be displayed)
          + facets: click on a "red" facet filter, all products with a
            red variant will show the red version
          + sticky: if the list page is showing a specific variant (blue
            color) then the detail page will show the same
      o all configurable, not just for "color" although this would seem
        the natural usage given that this feature will naturally lead to
        variant specific imagery

  * Help System in Admin Module
      o The beginnings of a BigFish Admin Module help system
      o We have help for the functional pages
      o But our focus will continue to be in the "How To" and "Guides" areas
      o Basically approach is that the Admin screens are pretty self
        explanatory, but how to do something from a business point of
        view is more difficult to understand because several aspects of
        the Admin Module may be involved
      o Check out the first How-To and General-Guides, click on "Help"
        in any Admin Module instance

  * Performance / Scalability
      o Many changes to take advantage of OFBiz caching
      o Everything cached in the eComm implementation, nothing cached in
        the Admin Module
      o We couldn't find any useful documentation for this ... if anyone
        is interested we have a help document available

And many smaller tweaks, fixes and enhancements As always, questions and 
comments are welcome.

Best Regards,

Nick Rosser
nrosser@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


Re: OFBiz / BigFish eCommerce Updates

Posted by Tri Vssic <tr...@vssic.com>.
 It is amazing
 Cheers
 Tri

2013/5/20 Len Shein <ls...@solveda.com>

> Christopher,
> Bigfish v1.11 is compatible with all three versions of Ofbiz (10.04, 11.04
> and 12.04).  We had just recently updated the bug mentioned below with
> version 12.04 and is now available in the latest download and SVN checkout
> of BigFish v1.11, http://bigfish.solveda.com/bfDownload.html
>
> Regards
> Len
>
> -----Original Message-----
> From: Christophe Noel [mailto:christophe@edi7.lu]
> Sent: Friday, May 17, 2013 6:00 AM
> To: user@ofbiz.apache.org
> Subject: Re: OFBiz / BigFish eCommerce Updates
>
> Dear Nick,
>
> Thanks a lot for releasing Bigfish 1.11 and for the public SVN, this is
> great.
>
> Since the download page provide links to Ofbiz 10.04, 11.04 and 12.04, it
> seems to imply that BigFish now runs on each one of these releases,
> although
> not explicitely stated. Could you please clarify what is the official
> status
> of BigFish compatibility ?
>
> I tried compiling BF1.11 on OfBiz 12.04 and here what I got :
>
>   [javac16] Compiling 1 source file to
> /ofbiz120401/hot-deploy/osafe/build/classes
>   [javac16] warning: [options] bootstrap class path not set in conjunction
> with -source 1.6
>   [javac16]
> /ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java:28:
> warning: [deprecation] CommonsHttpSolrServer in
> org.apache.solr.client.solrj.impl has been deprecated
>   [javac16] import org.apache.solr.client.solrj.impl.CommonsHttpSolrServer;
>   [javac16]                                         ^
>   [javac16]
> /ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java:1150:
> error: method expandGeoRegionDeep in class GeoWorker cannot be applied to
> given types;
>   [javac16]             geoIdSet = GeoWorker.expandGeoRegionDeep(geoIdSet,
> delegator);
>   [javac16]                                 ^
>   [javac16]   required: Map<String,String>,Delegator
>   [javac16]   found: Set,Delegator
>   [javac16]   reason: actual argument Set cannot be converted to
> Map<String,String> by method invocation conversion
>   [javac16] Note:
> /ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java uses
> unchecked or unsafe operations.
>   [javac16] Note: Recompile with -Xlint:unchecked for details.
>   [javac16] 1 error
>   [javac16] 2 warnings
>
> As you can see, there is an error related to the
> GeoWorker.expandGeoRegionDeep() function being feed with a Set parameter
> (10.04) instead of a Map (12.04)
>
> Thanks a lot in advance for your input about BF 1.11 and Ofbiz 12.04
> compatibility status
>
> Christophe Noël
>
>
>
> --
> View this message in context:
>
> http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p
> 4641357.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>


-- 

Tri

Chairman

www.vssic.com

Your FREEmium NETWORK

Viet Nam Solution and Service for Information

vCloudPortal(Portal) & vCloudBusiness(ERP)

Sun Certified Enterprise Architect

Ipv6: 2001:ee0:0:8001::20

+84922446668

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 


Re: OFBiz / BigFish eCommerce Updates

Posted by Deepak Agarwal <da...@gmail.com>.
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 Nick Rosser <nr...@solveda.com>.
Great to hear that it's working out for you.

We will have some further updates in this area in the next release 
giving more granular control of a number of items. We should have a new 
release within the next couple of weeks.

Thanks for the update.

Nick

On 6/30/2013 5:13 PM, Integrin wrote:
> Nick/Team,
>
> DIV Sequencing has worked out pretty well for us, Being able to change the
> layout with configuration changes saved a lot of code changes when we
> needed to go back and forth with layout before finalizing it; As far as PDP
> Tabs, we had some trouble with layout using Bigfish Version 1.10, Upgrading
> to 1.11 helped; Thanks much for your contribution.
>
> BTW, http://bigfish.solveda.com/bfSpecs.html -->  Div Sequencer is an
> interesting read.
>
> Regards
>
>
> On Wed, May 29, 2013 at 8:38 AM, Nick Rosser<nr...@solveda.com>  wrote:
>
>> Yes, both are supported.
>>
>> 1. Tabbed PDP:
>> -- see 1800fishoil.com for an example, check out
>> https://www.1800fishoil.com/**online/shop/fish-oil/purity-**
>> products-ultra-pure-omega-3-**fish-oil<https://www.1800fishoil.com/online/shop/fish-oil/purity-products-ultra-pure-omega-3-fish-oil>
>> -- this is done via the "DIV sequencing" (Admin ->  Admin Tools ->  Manage
>> <DIV>  Sequencing)
>> -- basically in the PDP you will need to expose the "tabs" attribute (set
>> the sequence# to non-zero)
>> -- then within the PDPTabs you will further expose attributes for display
>> -- then style with CSS
>>
>> 2. Pagination of PLP (Product Listing Page)
>> -- the number of products on a row is managed by CSS, basically the width
>> of your implementation will decide how the products wrap to the next line
>> -- the number of products in the page is set by the system parameter
>> PLP_NUM_ITEMS_PER_PAGE
>>
>> Let us know how you get on ... others from my team can help out on the
>> specifics.
>>
>> Nick
>>
>>
>> On 5/28/2013 10:45 PM, Integrin wrote:
>>
>>> Hi Len/Nick-
>>>
>>> Does Bigfish 1.11 support?
>>>
>>> - Tabbed Product Details and configuration in OSAFE-ADMIN
>>> - Pagination and configuration including number of listing per page etc in
>>> OSAFE-ADMIN
>>>
>>> Thanks in advance
>>>
>>> Regards
>>> Sakthi
>>>
>>>
>>> On Mon, May 27, 2013 at 6:06 AM, 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<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.**MultipleCompilationErrorsExcep**tion:
>>>>> 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<http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p>
>>>>
>>>>> 4641434.html
>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>> --
>>>> Thanks,
>>>> Deepak Agarwal,
>>>>
>>>> Mobile: +91 9501190044
>>>>
>>>>

Re: OFBiz / BigFish eCommerce Updates

Posted by Integrin <in...@gmail.com>.
Nick/Team,

DIV Sequencing has worked out pretty well for us, Being able to change the
layout with configuration changes saved a lot of code changes when we
needed to go back and forth with layout before finalizing it; As far as PDP
Tabs, we had some trouble with layout using Bigfish Version 1.10, Upgrading
to 1.11 helped; Thanks much for your contribution.

BTW, http://bigfish.solveda.com/bfSpecs.html --> Div Sequencer is an
interesting read.

Regards


On Wed, May 29, 2013 at 8:38 AM, Nick Rosser <nr...@solveda.com> wrote:

> Yes, both are supported.
>
> 1. Tabbed PDP:
> -- see 1800fishoil.com for an example, check out
> https://www.1800fishoil.com/**online/shop/fish-oil/purity-**
> products-ultra-pure-omega-3-**fish-oil<https://www.1800fishoil.com/online/shop/fish-oil/purity-products-ultra-pure-omega-3-fish-oil>
> -- this is done via the "DIV sequencing" (Admin -> Admin Tools -> Manage
> <DIV> Sequencing)
> -- basically in the PDP you will need to expose the "tabs" attribute (set
> the sequence# to non-zero)
> -- then within the PDPTabs you will further expose attributes for display
> -- then style with CSS
>
> 2. Pagination of PLP (Product Listing Page)
> -- the number of products on a row is managed by CSS, basically the width
> of your implementation will decide how the products wrap to the next line
> -- the number of products in the page is set by the system parameter
> PLP_NUM_ITEMS_PER_PAGE
>
> Let us know how you get on ... others from my team can help out on the
> specifics.
>
> Nick
>
>
> On 5/28/2013 10:45 PM, Integrin wrote:
>
>> Hi Len/Nick-
>>
>> Does Bigfish 1.11 support?
>>
>> - Tabbed Product Details and configuration in OSAFE-ADMIN
>> - Pagination and configuration including number of listing per page etc in
>> OSAFE-ADMIN
>>
>> Thanks in advance
>>
>> Regards
>> Sakthi
>>
>>
>> On Mon, May 27, 2013 at 6:06 AM, 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 <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.**MultipleCompilationErrorsExcep**tion:
>>>> 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<http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p>
>>>
>>>> 4641434.html
>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>> --
>>> Thanks,
>>> Deepak Agarwal,
>>>
>>> Mobile: +91 9501190044
>>>
>>>

Re: OFBiz / BigFish eCommerce Updates

Posted by Nick Rosser <nr...@solveda.com>.
Yes, both are supported.

1. Tabbed PDP:
-- see 1800fishoil.com for an example, check out 
https://www.1800fishoil.com/online/shop/fish-oil/purity-products-ultra-pure-omega-3-fish-oil
-- this is done via the "DIV sequencing" (Admin -> Admin Tools -> Manage 
<DIV> Sequencing)
-- basically in the PDP you will need to expose the "tabs" attribute 
(set the sequence# to non-zero)
-- then within the PDPTabs you will further expose attributes for display
-- then style with CSS

2. Pagination of PLP (Product Listing Page)
-- the number of products on a row is managed by CSS, basically the 
width of your implementation will decide how the products wrap to the 
next line
-- the number of products in the page is set by the system parameter 
PLP_NUM_ITEMS_PER_PAGE

Let us know how you get on ... others from my team can help out on the 
specifics.

Nick

On 5/28/2013 10:45 PM, Integrin wrote:
> Hi Len/Nick-
>
> Does Bigfish 1.11 support?
>
> - Tabbed Product Details and configuration in OSAFE-ADMIN
> - Pagination and configuration including number of listing per page etc in
> OSAFE-ADMIN
>
> Thanks in advance
>
> Regards
> Sakthi
>
>
> On Mon, May 27, 2013 at 6:06 AM, 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
>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>
>>>
>>
>> --
>> Thanks,
>> Deepak Agarwal,
>>
>> Mobile: +91 9501190044
>>

Re: OFBiz / BigFish eCommerce Updates

Posted by Integrin <in...@gmail.com>.
Hi Len/Nick-

Does Bigfish 1.11 support?

- Tabbed Product Details and configuration in OSAFE-ADMIN
- Pagination and configuration including number of listing per page etc in
OSAFE-ADMIN

Thanks in advance

Regards
Sakthi


On Mon, May 27, 2013 at 6:06 AM, 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
> > Sent from the OFBiz - User mailing list archive at Nabble.com.
> >
> >
>
>
> --
> Thanks,
> Deepak Agarwal,
>
> Mobile: +91 9501190044
>

Re: OFBiz / BigFish eCommerce Updates

Posted by Deepak Agarwal <da...@gmail.com>.
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
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>


-- 
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044

RE: OFBiz / BigFish eCommerce Updates

Posted by Len Shein <ls...@solveda.com>.
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
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: OFBiz / BigFish eCommerce Updates

Posted by Christophe Noel <ch...@edi7.lu>.
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:123)
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-tp4515765p4641434.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: OFBiz / BigFish eCommerce Updates

Posted by Tri Vssic <tr...@vssic.com>.
  Dear Len
  I checked Bigfish v1.11 and OFBiz 12.04.01, compile no errors, BF BackEnd
runs OK, but there're at least 02 bugs in BigFish FrontEnd:

    ---- stack trace
---------------------------------------------------------------
java.lang.IllegalArgumentException: Error running script at location
[component://osafe/webapp/osafe/WEB-INF/a
ctions/cart/showCartItems.groovy]: javax.script.ScriptException:
org.codehaus.groovy.control.MultipleCompilati
onErrorsException: startup failed:
Script72.groovy: 258: unable to resolve class GenericValue
 @ line 258, column 5.
       for (GenericValue productFeatureType : productFeatureTypesList)
       ^
Script72.groovy: 284: unable to resolve class GenericValue
 @ line 284, column 2.
        for (GenericValue cartAdjustment : adjustments)
    ^
Script72.groovy: 303: unable to resolve class GenericValue
 @ line 303, column 6.
                                        for (GenericValue promoCodeEntered
: promoCodesEntered)
        ^
Script72.groovy: 307: unable to resolve class GenericValue
 @ line 307, column 8.
                                                        for (GenericValue
promoCode : productPromoCode)
          ^
4 errors
org.ofbiz.base.util.ScriptUtil.executeScript(ScriptUtil.java:348)
*AND*

g error: "Error on line 16, column 8 in
component://osafe/webapp/osafe/common/entry/contactUsEntry.ftl\nuserLo
gin.getRelatedOneCache(\"Person\") is undefined.\nIt cannot be assigned to
person"

Error on line 16, column 8 in
component://osafe/webapp/osafe/common/entry/contactUsEntry.ftl
userLogin.getRelatedOneCache("Person") is undefined.
It cannot be assigned to person
The problematic instruction:
----------
==> assignment: person=userLogin.getRelatedOneCache("Person") [on line 16,
column 8 in component://osafe/webap
p/osafe/common/entry/contactUsEntry.ftl]
----------

Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Error on line 16, column 8 in
component://osafe/webapp/osafe/common
/entry/contactUsEntry.ftl
userLogin.getRelatedOneCache("Person") is undefined.
It cannot be assigned to person
        at freemarker.core.Assignment.accept(Assignment.java:111)
        at freemarker.core.Environment.visit(Environment.java:221)
        at freemarker.core.MixedContent.accept(MixedContent.java:92)
        at freemarker.core.Environment.visit(Environment.java:221)
  Regards
  Tri

2013/5/20 Len Shein <ls...@solveda.com>

> Christopher,
> Bigfish v1.11 is compatible with all three versions of Ofbiz (10.04, 11.04
> and 12.04).  We had just recently updated the bug mentioned below with
> version 12.04 and is now available in the latest download and SVN checkout
> of BigFish v1.11, http://bigfish.solveda.com/bfDownload.html
>
> Regards
> Len
>
> -----Original Message-----
> From: Christophe Noel [mailto:christophe@edi7.lu]
> Sent: Friday, May 17, 2013 6:00 AM
> To: user@ofbiz.apache.org
> Subject: Re: OFBiz / BigFish eCommerce Updates
>
> Dear Nick,
>
> Thanks a lot for releasing Bigfish 1.11 and for the public SVN, this is
> great.
>
> Since the download page provide links to Ofbiz 10.04, 11.04 and 12.04, it
> seems to imply that BigFish now runs on each one of these releases,
> although
> not explicitely stated. Could you please clarify what is the official
> status
> of BigFish compatibility ?
>
> I tried compiling BF1.11 on OfBiz 12.04 and here what I got :
>
>   [javac16] Compiling 1 source file to
> /ofbiz120401/hot-deploy/osafe/build/classes
>   [javac16] warning: [options] bootstrap class path not set in conjunction
> with -source 1.6
>   [javac16]
> /ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java:28:
> warning: [deprecation] CommonsHttpSolrServer in
> org.apache.solr.client.solrj.impl has been deprecated
>   [javac16] import org.apache.solr.client.solrj.impl.CommonsHttpSolrServer;
>   [javac16]                                         ^
>   [javac16]
> /ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java:1150:
> error: method expandGeoRegionDeep in class GeoWorker cannot be applied to
> given types;
>   [javac16]             geoIdSet = GeoWorker.expandGeoRegionDeep(geoIdSet,
> delegator);
>   [javac16]                                 ^
>   [javac16]   required: Map<String,String>,Delegator
>   [javac16]   found: Set,Delegator
>   [javac16]   reason: actual argument Set cannot be converted to
> Map<String,String> by method invocation conversion
>   [javac16] Note:
> /ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java uses
> unchecked or unsafe operations.
>   [javac16] Note: Recompile with -Xlint:unchecked for details.
>   [javac16] 1 error
>   [javac16] 2 warnings
>
> As you can see, there is an error related to the
> GeoWorker.expandGeoRegionDeep() function being feed with a Set parameter
> (10.04) instead of a Map (12.04)
>
> Thanks a lot in advance for your input about BF 1.11 and Ofbiz 12.04
> compatibility status
>
> Christophe Noël
>
>
>
> --
> View this message in context:
>
> http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p
> 4641357.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>


-- 

Tri

Chairman

www.vssic.com

Your FREEmium NETWORK

Viet Nam Solution and Service for Information

vCloudPortal(Portal) & vCloudBusiness(ERP)

Sun Certified Enterprise Architect

Ipv6: 2001:ee0:0:8001::20

+84922446668

RE: OFBiz / BigFish eCommerce Updates

Posted by Len Shein <ls...@solveda.com>.
Christopher,
Bigfish v1.11 is compatible with all three versions of Ofbiz (10.04, 11.04
and 12.04).  We had just recently updated the bug mentioned below with
version 12.04 and is now available in the latest download and SVN checkout
of BigFish v1.11, http://bigfish.solveda.com/bfDownload.html

Regards
Len 

-----Original Message-----
From: Christophe Noel [mailto:christophe@edi7.lu] 
Sent: Friday, May 17, 2013 6:00 AM
To: user@ofbiz.apache.org
Subject: Re: OFBiz / BigFish eCommerce Updates

Dear Nick,

Thanks a lot for releasing Bigfish 1.11 and for the public SVN, this is
great.

Since the download page provide links to Ofbiz 10.04, 11.04 and 12.04, it
seems to imply that BigFish now runs on each one of these releases, although
not explicitely stated. Could you please clarify what is the official status
of BigFish compatibility ?

I tried compiling BF1.11 on OfBiz 12.04 and here what I got :

  [javac16] Compiling 1 source file to
/ofbiz120401/hot-deploy/osafe/build/classes
  [javac16] warning: [options] bootstrap class path not set in conjunction
with -source 1.6
  [javac16]
/ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java:28:
warning: [deprecation] CommonsHttpSolrServer in
org.apache.solr.client.solrj.impl has been deprecated
  [javac16] import org.apache.solr.client.solrj.impl.CommonsHttpSolrServer;
  [javac16]                                         ^
  [javac16]
/ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java:1150:
error: method expandGeoRegionDeep in class GeoWorker cannot be applied to
given types;
  [javac16]             geoIdSet = GeoWorker.expandGeoRegionDeep(geoIdSet,
delegator);
  [javac16]                                 ^
  [javac16]   required: Map<String,String>,Delegator
  [javac16]   found: Set,Delegator
  [javac16]   reason: actual argument Set cannot be converted to
Map<String,String> by method invocation conversion
  [javac16] Note:
/ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java uses
unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.
  [javac16] 1 error
  [javac16] 2 warnings

As you can see, there is an error related to the
GeoWorker.expandGeoRegionDeep() function being feed with a Set parameter
(10.04) instead of a Map (12.04)

Thanks a lot in advance for your input about BF 1.11 and Ofbiz 12.04
compatibility status

Christophe Noël



--
View this message in context:
http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p
4641357.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: OFBiz / BigFish eCommerce Updates

Posted by Christophe Noel <ch...@edi7.lu>.
Dear Nick,

Thanks a lot for releasing Bigfish 1.11 and for the public SVN, this is
great.

Since the download page provide links to Ofbiz 10.04, 11.04 and 12.04, it
seems to imply that BigFish now runs on each one of these releases, although
not explicitely stated. Could you please clarify what is the official status
of BigFish compatibility ?

I tried compiling BF1.11 on OfBiz 12.04 and here what I got :

  [javac16] Compiling 1 source file to
/ofbiz120401/hot-deploy/osafe/build/classes
  [javac16] warning: [options] bootstrap class path not set in conjunction
with -source 1.6
  [javac16]
/ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java:28:
warning: [deprecation] CommonsHttpSolrServer in
org.apache.solr.client.solrj.impl has been deprecated
  [javac16] import org.apache.solr.client.solrj.impl.CommonsHttpSolrServer;
  [javac16]                                         ^
  [javac16]
/ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java:1150:
error: method expandGeoRegionDeep in class GeoWorker cannot be applied to
given types;
  [javac16]             geoIdSet = GeoWorker.expandGeoRegionDeep(geoIdSet,
delegator);
  [javac16]                                 ^
  [javac16]   required: Map<String,String>,Delegator
  [javac16]   found: Set,Delegator
  [javac16]   reason: actual argument Set cannot be converted to
Map<String,String> by method invocation conversion
  [javac16] Note:
/ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java uses
unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.
  [javac16] 1 error
  [javac16] 2 warnings

As you can see, there is an error related to the
GeoWorker.expandGeoRegionDeep() function being feed with a Set parameter
(10.04) instead of a Map (12.04)

Thanks a lot in advance for your input about BF 1.11 and Ofbiz 12.04
compatibility status

Christophe Noël



--
View this message in context: http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p4641357.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Names of three databases? / Re: OFBiz / BigFish eCommerce Updates

Posted by Brajesh Patel <br...@gmail.com>.
Hi Mark,

Please look into 3.7, 3.8, and 3.9 section of document that given for
BigFish deployment.

Also look into "osafe_deployment\client-deployment.properties" file that
manage all the properties related to the database.




On Sun, Dec 23, 2012 at 12:20 AM, Mark Schneider
<ms...@it-infrastrukturen.org>wrote:

> Thank you. There is however no such file.
> What database names do you mean?
>
> As far as I can follow they are defined in entityengine.xml (see
> attachment)
> I have noticed however that this file is created from a template (see
> below) every time when I run "ant run-install" or "run-install-seed".
> ./osafe_deployment/ofbiz/framework/entity/config/entityengine.xml.template
>
> MariaDB [bigfish]> show databases;
> +--------------------+
> | Database |
> +--------------------+
> | information_schema |
> | bigfish |
> | bigfishdemo |
> | bigfisholap |
> | bigfishtenant |
> | localmysql |
> | mysql |
> | ofbiz |
> | performance_schema |
> +--------------------+
>
>
> Am 22.12.2012 04:50, schrieb Xing Cheng:
> > Entity.conf
> >
> > 发自我的 iPhone
> >
> > 在 2012-12-22,11:28,Mark Schneider <ms...@it-infrastrukturen.org> 写道:
> >
> >> Thanks a lot. What names should they have? (one of them is ofbiz)
> >>
> >> Am 22.12.2012 04:15, schrieb Xing Cheng:
> >>> you should to create 3 databases in mysql
>
> regards, Mark
>
> --
> ms@it-infrastrukturen.org
>
> http://rsync.it-infrastrukturen.org
>
>


-- 
Thanks
Brajesh Patel
Salmonllc.com
http://bigfish.salmonllc.com/bfDemo.html

skype: brajesh.patel11
Cell:- +91 8750709907

Names of three databases? / Re: OFBiz / BigFish eCommerce Updates

Posted by Mark Schneider <ms...@it-infrastrukturen.org>.
Thank you. There is however no such file.
What database names do you mean?

As far as I can follow they are defined in entityengine.xml (see attachment)
I have noticed however that this file is created from a template (see
below) every time when I run "ant run-install" or "run-install-seed".
./osafe_deployment/ofbiz/framework/entity/config/entityengine.xml.template

MariaDB [bigfish]> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| bigfish |
| bigfishdemo |
| bigfisholap |
| bigfishtenant |
| localmysql |
| mysql |
| ofbiz |
| performance_schema |
+--------------------+


Am 22.12.2012 04:50, schrieb Xing Cheng:
> Entity.conf
>
> 发自我的 iPhone
>
> 在 2012-12-22,11:28,Mark Schneider <ms...@it-infrastrukturen.org> 写道:
>
>> Thanks a lot. What names should they have? (one of them is ofbiz)
>>
>> Am 22.12.2012 04:15, schrieb Xing Cheng:
>>> you should to create 3 databases in mysql

regards, Mark

-- 
ms@it-infrastrukturen.org

http://rsync.it-infrastrukturen.org


Re: OFBiz / BigFish eCommerce Updates

Posted by Xing Cheng <xi...@oracle.com>.
Entity.conf

发自我的 iPhone

在 2012-12-22,11:28,Mark Schneider <ms...@it-infrastrukturen.org> 写道:

> Thanks a lot. What names should they have? (one of them is ofbiz)
> 
> Am 22.12.2012 04:15, schrieb Xing Cheng:
>> you should to create 3 databases in mysql
> 

Re: OFBiz / BigFish eCommerce Updates

Posted by Mark Schneider <ms...@it-infrastrukturen.org>.
Thanks a lot. What names should they have? (one of them is ofbiz)

Am 22.12.2012 04:15, schrieb Xing Cheng:
> you should to create 3 databases in mysql 


Re: OFBiz / BigFish eCommerce Updates

Posted by Xing Cheng <xi...@oracle.com>.
you should to create 3 databases in mysql 

发自我的 iPhone

在 2012-12-22,10:27,Mark Schneider <ms...@it-infrastrukturen.org> 写道:

> For some reason I am getting the following error when I run the command below on wheezy debian linux / JDK7u9 trying to install BigFish 1.08
> 
> After a while:
> ---- cause ---------------------------------------------------------------------
> Exception: java.sql.SQLException
> Message: *Unable to acquire a new connection from the pool*
> ---- cause ---------------------------------------------------------------------
> Exception: java.lang.NullPointerException
> Message: connection is null
> 
> 
> Thank you in advance for any hints.
> 
> regards, Mark
> 
> # ---
> user@wheezy:~/apache-ofbiz-10.04.04$ ant run-install-seed
> .
> .
>     [java] 2012-12-22 01:55:59,928 (main) [EntityDataLoadContainer.java:397:INFO ] 00116 of 122131 from file:/home/ironm/apache-ofbiz-10.04.04/hot-deploy/osafeadmin/data/OsafeAdminSecurityData.xml
>     [java] 2012-12-22 01:55:59,928 (main) [EntityDataLoadContainer.java:397:INFO ] 00065 of 122196 from file:/home/ironm/apache-ofbiz-10.04.04/hot-deploy/osafeadmin/data/OsafeAdminHomePageSeedData.xml
>     [java] 2012-12-22 01:55:59,928 (main) [EntityDataLoadContainer.java:402:INFO ] The following *errors* occured in the data load:
>     [java] 2012-12-22 01:55:59,928 (main) [EntityDataLoadContainer.java:404:INFO ] [install.loadData]: *Error* loading XML Resource "file:/home/ironm/apache-ofbiz-10.04.04/framework/common/data/DimensionTypeData.xml"; *Error* was: A transaction error occurred reading data
>     [java] 2012-12-22 01:55:59,928 (main) [EntityDataLoadContainer.java:404:INFO ] [install.loadData]: *Error* loading XML Resource "file:/home/ironm/apache-ofbiz-10.04.04/applications/product/data/DimensionTypeData.xml"; *Error* was: A transaction error occurred reading data
>     [java] 2012-12-22 01:55:59,928 (main) [EntityDataLoadContainer.java:408:INFO ] =-=-=-=-=-=-= Finished the data load with 122196 rows changed.
>     [java] 2012-12-22 01:55:59,928 (main) [    ContainerLoader.java:113:INFO ] Shutting down containers
> 
> BUILD SUCCESSFUL
> Total time: 1 minute 52 seconds
> 
> 
> 
> Am 20.12.2012 17:02, schrieb Nick Rosser:
>> Thanks for the positive feedback.
>> 
>> In regards to 11.04.01 we wouldn't expect any major issues -- the data model has minimal extensions -- and we hooked into the OFBiz service layer, so assuming a 10->11 upgrade is generally pain free so should running BigFish on V11.
>> 
>> Interested in any feedback you have.
>> 
>> Best Regards,
>> 
>> Nick Rosser
>> nrosser@salmonllc.com
>> O: 516.742.7888 x221
>> C: 516.901.1720
>> 
>> 
>> On 12/20/2012 10:52 AM, Mark Schneider wrote:
>>> Hello Nick
>>> 
>>> Thanks a lot. It is an excellent and very impressive solution!
>>> 
>>> I will try to customize it a bit and try to run it also with OFBiz 11.04.01 (I don't know it it is possible).
>>> 
>>> regards, Mark
>>> 
>>> 
>>> Am 06.12.2012 19:05, schrieb Nick Rosser:
>>>> 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.
>>>> 
>>>> Of particular note, in this release:
>>>> 
>>>> * Support for Mobile (small devices)
>>>>     o a very cool implementation!
>>>>     o implemented for the Fashion House demo
>>>>       (http://bigfish.salmonllc.com:8082/online/shop/main)
>>>>     o whenever the browser screen size gets to 450 pixels or less then
>>>>       the "small device CSS" will kick-in (so called "responsive")
>>>>     o try resizing your browser down to 450 pixels wide, try from a
>>>>       phone, it works!
>>>>     o a little rough at the edges, we will be fine tuning this over
>>>>       the coming month or so
>>>> 
>>>> * Feeds, Services and Scheduled Jobs
>>>>     o a significant amount of work has been done in this area
>>>>     o many services and scheduled jobs built around clients who want a
>>>>       BigFish eCommerce front-end solution but also need to continue
>>>>       using their existing ERP solution for fulfillment
>>>>     o scheduled jobs to extract New Customers, New Orders and import
>>>>       into the back-end ERP
>>>>     o scheduled jobs to accept new files from clients for Product
>>>>       Updates, Order Status Updates and Store Locator updates
>>>> 
>>>> * Smart Variant Feature Awareness
>>>>     o Ability to understand a primary feature, associate to a specific
>>>>       variant and act accordingly
>>>>     o examples from the Fashion House demo:
>>>>         + search for "pink", if there is a pink colored variant it
>>>>           will be shown (try "white", you'll see the same product but
>>>>           the white variant will be displayed)
>>>>         + facets: click on a "red" facet filter, all products with a
>>>>           red variant will show the red version
>>>>         + sticky: if the list page is showing a specific variant (blue
>>>>           color) then the detail page will show the same
>>>>     o all configurable, not just for "color" although this would seem
>>>>       the natural usage given that this feature will naturally lead to
>>>>       variant specific imagery
>>>> 
>>>> * Help System in Admin Module
>>>>     o The beginnings of a BigFish Admin Module help system
>>>>     o We have help for the functional pages
>>>>     o But our focus will continue to be in the "How To" and "Guides" areas
>>>>     o Basically approach is that the Admin screens are pretty self
>>>>       explanatory, but how to do something from a business point of
>>>>       view is more difficult to understand because several aspects of
>>>>       the Admin Module may be involved
>>>>     o Check out the first How-To and General-Guides, click on "Help"
>>>>       in any Admin Module instance
>>>> 
>>>> * Performance / Scalability
>>>>     o Many changes to take advantage of OFBiz caching
>>>>     o Everything cached in the eComm implementation, nothing cached in
>>>>       the Admin Module
>>>>     o We couldn't find any useful documentation for this ... if anyone
>>>>       is interested we have a help document available
>>>> 
>>>> And many smaller tweaks, fixes and enhancements As always, questions and comments are welcome.
> 
> -- 
> ms@it-infrastrukturen.org
> 
> http://rsync.it-infrastrukturen.org
> 

Re: OFBiz / BigFish eCommerce Updates

Posted by Mark Schneider <ms...@it-infrastrukturen.org>.
Am 22.12.2012 03:27, schrieb Mark Schneider:
> For some reason I am getting the following error when I run the 
> command below on wheezy debian linux / JDK7u9 trying to install 
> BigFish 1.08
>
> After a while:
> ---- cause 
> ---------------------------------------------------------------------
> Exception: java.sql.SQLException
> Message: *Unable to acquire a new connection from the pool*
> ---- cause 
> ---------------------------------------------------------------------
> Exception: java.lang.NullPointerException
> Message: connection is null
>
>
> Thank you in advance for any hints.
>
> regards, Mark
>
> # ---
> user@wheezy:~/apache-ofbiz-10.04.04$ ant run-install-seed
> .
> .
>      [java] 2012-12-22 01:55:59,928 (main) 
> [EntityDataLoadContainer.java:397:INFO ] 00116 of 122131 from 
> file:/home/ironm/apache-ofbiz-10.04.04/hot-deploy/osafeadmin/data/OsafeAdminSecurityData.xml
>      [java] 2012-12-22 01:55:59,928 (main) 
> [EntityDataLoadContainer.java:397:INFO ] 00065 of 122196 from 
> file:/home/ironm/apache-ofbiz-10.04.04/hot-deploy/osafeadmin/data/OsafeAdminHomePageSeedData.xml
>      [java] 2012-12-22 01:55:59,928 (main) 
> [EntityDataLoadContainer.java:402:INFO ] The following *errors* 
> occured in the data load:
>      [java] 2012-12-22 01:55:59,928 (main) 
> [EntityDataLoadContainer.java:404:INFO ] [install.loadData]: *Error* 
> loading XML Resource 
> "file:/home/ironm/apache-ofbiz-10.04.04/framework/common/data/DimensionTypeData.xml"; 
> *Error* was: A transaction error occurred reading data
>      [java] 2012-12-22 01:55:59,928 (main) 
> [EntityDataLoadContainer.java:404:INFO ] [install.loadData]: *Error* 
> loading XML Resource 
> "file:/home/ironm/apache-ofbiz-10.04.04/applications/product/data/DimensionTypeData.xml"; 
> *Error* was: A transaction error occurred reading data
>      [java] 2012-12-22 01:55:59,928 (main) 
> [EntityDataLoadContainer.java:408:INFO ] =-=-=-=-=-=-= Finished the 
> data load with 122196 rows changed.
>      [java] 2012-12-22 01:55:59,928 (main) [    
> ContainerLoader.java:113:INFO ] Shutting down containers
>
> BUILD SUCCESSFUL
> Total time: 1 minute 52 seconds
>
>
>
> Am 20.12.2012 17:02, schrieb Nick Rosser:
>> Thanks for the positive feedback.
>>
>> In regards to 11.04.01 we wouldn't expect any major issues -- the 
>> data model has minimal extensions -- and we hooked into the OFBiz 
>> service layer, so assuming a 10->11 upgrade is generally pain free so 
>> should running BigFish on V11.
>>
>> Interested in any feedback you have.
>>
>> Best Regards,
>>
>> Nick Rosser
>> nrosser@salmonllc.com
>> O: 516.742.7888 x221
>> C: 516.901.1720
>>
>>
>> On 12/20/2012 10:52 AM, Mark Schneider wrote:
>>> Hello Nick
>>>
>>> Thanks a lot. It is an excellent and very impressive solution!
>>>
>>> I will try to customize it a bit and try to run it also with OFBiz 
>>> 11.04.01 (I don't know it it is possible).
>>>
>>> regards, Mark
>>>
>>>
>>> Am 06.12.2012 19:05, schrieb Nick Rosser:
>>>> 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.
>>>>
>>>> Of particular note, in this release:
>>>>
>>>>  * Support for Mobile (small devices)
>>>>      o a very cool implementation!
>>>>      o implemented for the Fashion House demo
>>>>        (http://bigfish.salmonllc.com:8082/online/shop/main)
>>>>      o whenever the browser screen size gets to 450 pixels or less 
>>>> then
>>>>        the "small device CSS" will kick-in (so called "responsive")
>>>>      o try resizing your browser down to 450 pixels wide, try from a
>>>>        phone, it works!
>>>>      o a little rough at the edges, we will be fine tuning this over
>>>>        the coming month or so
>>>>
>>>>  * Feeds, Services and Scheduled Jobs
>>>>      o a significant amount of work has been done in this area
>>>>      o many services and scheduled jobs built around clients who 
>>>> want a
>>>>        BigFish eCommerce front-end solution but also need to continue
>>>>        using their existing ERP solution for fulfillment
>>>>      o scheduled jobs to extract New Customers, New Orders and import
>>>>        into the back-end ERP
>>>>      o scheduled jobs to accept new files from clients for Product
>>>>        Updates, Order Status Updates and Store Locator updates
>>>>
>>>>  * Smart Variant Feature Awareness
>>>>      o Ability to understand a primary feature, associate to a 
>>>> specific
>>>>        variant and act accordingly
>>>>      o examples from the Fashion House demo:
>>>>          + search for "pink", if there is a pink colored variant it
>>>>            will be shown (try "white", you'll see the same product but
>>>>            the white variant will be displayed)
>>>>          + facets: click on a "red" facet filter, all products with a
>>>>            red variant will show the red version
>>>>          + sticky: if the list page is showing a specific variant 
>>>> (blue
>>>>            color) then the detail page will show the same
>>>>      o all configurable, not just for "color" although this would seem
>>>>        the natural usage given that this feature will naturally 
>>>> lead to
>>>>        variant specific imagery
>>>>
>>>>  * Help System in Admin Module
>>>>      o The beginnings of a BigFish Admin Module help system
>>>>      o We have help for the functional pages
>>>>      o But our focus will continue to be in the "How To" and 
>>>> "Guides" areas
>>>>      o Basically approach is that the Admin screens are pretty self
>>>>        explanatory, but how to do something from a business point of
>>>>        view is more difficult to understand because several aspects of
>>>>        the Admin Module may be involved
>>>>      o Check out the first How-To and General-Guides, click on "Help"
>>>>        in any Admin Module instance
>>>>
>>>>  * Performance / Scalability
>>>>      o Many changes to take advantage of OFBiz caching
>>>>      o Everything cached in the eComm implementation, nothing 
>>>> cached in
>>>>        the Admin Module
>>>>      o We couldn't find any useful documentation for this ... if 
>>>> anyone
>>>>        is interested we have a help document available
>>>>
>>>> And many smaller tweaks, fixes and enhancements As always, 
>>>> questions and comments are welcome.
>>>>
>


-- 
ms@it-infrastrukturen.org

http://rsync.it-infrastrukturen.org


Re: OFBiz / BigFish eCommerce Updates

Posted by Mark Schneider <ms...@it-infrastrukturen.org>.
For some reason I am getting the following error when I run the command 
below on wheezy debian linux / JDK7u9 trying to install BigFish 1.08

After a while:
---- cause 
---------------------------------------------------------------------
Exception: java.sql.SQLException
Message: *Unable to acquire a new connection from the pool*
---- cause 
---------------------------------------------------------------------
Exception: java.lang.NullPointerException
Message: connection is null


Thank you in advance for any hints.

regards, Mark

# ---
user@wheezy:~/apache-ofbiz-10.04.04$ ant run-install-seed
.
.
      [java] 2012-12-22 01:55:59,928 (main) 
[EntityDataLoadContainer.java:397:INFO ] 00116 of 122131 from 
file:/home/ironm/apache-ofbiz-10.04.04/hot-deploy/osafeadmin/data/OsafeAdminSecurityData.xml
      [java] 2012-12-22 01:55:59,928 (main) 
[EntityDataLoadContainer.java:397:INFO ] 00065 of 122196 from 
file:/home/ironm/apache-ofbiz-10.04.04/hot-deploy/osafeadmin/data/OsafeAdminHomePageSeedData.xml
      [java] 2012-12-22 01:55:59,928 (main) 
[EntityDataLoadContainer.java:402:INFO ] The following *errors* occured 
in the data load:
      [java] 2012-12-22 01:55:59,928 (main) 
[EntityDataLoadContainer.java:404:INFO ] [install.loadData]: *Error* 
loading XML Resource 
"file:/home/ironm/apache-ofbiz-10.04.04/framework/common/data/DimensionTypeData.xml"; 
*Error* was: A transaction error occurred reading data
      [java] 2012-12-22 01:55:59,928 (main) 
[EntityDataLoadContainer.java:404:INFO ] [install.loadData]: *Error* 
loading XML Resource 
"file:/home/ironm/apache-ofbiz-10.04.04/applications/product/data/DimensionTypeData.xml"; 
*Error* was: A transaction error occurred reading data
      [java] 2012-12-22 01:55:59,928 (main) 
[EntityDataLoadContainer.java:408:INFO ] =-=-=-=-=-=-= Finished the data 
load with 122196 rows changed.
      [java] 2012-12-22 01:55:59,928 (main) [    
ContainerLoader.java:113:INFO ] Shutting down containers

BUILD SUCCESSFUL
Total time: 1 minute 52 seconds



Am 20.12.2012 17:02, schrieb Nick Rosser:
> Thanks for the positive feedback.
>
> In regards to 11.04.01 we wouldn't expect any major issues -- the data 
> model has minimal extensions -- and we hooked into the OFBiz service 
> layer, so assuming a 10->11 upgrade is generally pain free so should 
> running BigFish on V11.
>
> Interested in any feedback you have.
>
> Best Regards,
>
> Nick Rosser
> nrosser@salmonllc.com
> O: 516.742.7888 x221
> C: 516.901.1720
>
>
> On 12/20/2012 10:52 AM, Mark Schneider wrote:
>> Hello Nick
>>
>> Thanks a lot. It is an excellent and very impressive solution!
>>
>> I will try to customize it a bit and try to run it also with OFBiz 
>> 11.04.01 (I don't know it it is possible).
>>
>> regards, Mark
>>
>>
>> Am 06.12.2012 19:05, schrieb Nick Rosser:
>>> 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.
>>>
>>> Of particular note, in this release:
>>>
>>>  * Support for Mobile (small devices)
>>>      o a very cool implementation!
>>>      o implemented for the Fashion House demo
>>>        (http://bigfish.salmonllc.com:8082/online/shop/main)
>>>      o whenever the browser screen size gets to 450 pixels or less then
>>>        the "small device CSS" will kick-in (so called "responsive")
>>>      o try resizing your browser down to 450 pixels wide, try from a
>>>        phone, it works!
>>>      o a little rough at the edges, we will be fine tuning this over
>>>        the coming month or so
>>>
>>>  * Feeds, Services and Scheduled Jobs
>>>      o a significant amount of work has been done in this area
>>>      o many services and scheduled jobs built around clients who want a
>>>        BigFish eCommerce front-end solution but also need to continue
>>>        using their existing ERP solution for fulfillment
>>>      o scheduled jobs to extract New Customers, New Orders and import
>>>        into the back-end ERP
>>>      o scheduled jobs to accept new files from clients for Product
>>>        Updates, Order Status Updates and Store Locator updates
>>>
>>>  * Smart Variant Feature Awareness
>>>      o Ability to understand a primary feature, associate to a specific
>>>        variant and act accordingly
>>>      o examples from the Fashion House demo:
>>>          + search for "pink", if there is a pink colored variant it
>>>            will be shown (try "white", you'll see the same product but
>>>            the white variant will be displayed)
>>>          + facets: click on a "red" facet filter, all products with a
>>>            red variant will show the red version
>>>          + sticky: if the list page is showing a specific variant (blue
>>>            color) then the detail page will show the same
>>>      o all configurable, not just for "color" although this would seem
>>>        the natural usage given that this feature will naturally lead to
>>>        variant specific imagery
>>>
>>>  * Help System in Admin Module
>>>      o The beginnings of a BigFish Admin Module help system
>>>      o We have help for the functional pages
>>>      o But our focus will continue to be in the "How To" and 
>>> "Guides" areas
>>>      o Basically approach is that the Admin screens are pretty self
>>>        explanatory, but how to do something from a business point of
>>>        view is more difficult to understand because several aspects of
>>>        the Admin Module may be involved
>>>      o Check out the first How-To and General-Guides, click on "Help"
>>>        in any Admin Module instance
>>>
>>>  * Performance / Scalability
>>>      o Many changes to take advantage of OFBiz caching
>>>      o Everything cached in the eComm implementation, nothing cached in
>>>        the Admin Module
>>>      o We couldn't find any useful documentation for this ... if anyone
>>>        is interested we have a help document available
>>>
>>> And many smaller tweaks, fixes and enhancements As always, questions 
>>> and comments are welcome.
>>>

-- 
ms@it-infrastrukturen.org

http://rsync.it-infrastrukturen.org


Re: OFBiz / BigFish eCommerce Updates

Posted by Nick Rosser <nr...@salmonllc.com>.
Mark,

Thanks for the positive feedback.

In regards to 11.04.01 we wouldn't expect any major issues -- the data 
model has minimal extensions -- and we hooked into the OFBiz service 
layer, so assuming a 10->11 upgrade is generally pain free so should 
running BigFish on V11.

Interested in any feedback you have.

Best Regards,

Nick Rosser
nrosser@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 12/20/2012 10:52 AM, Mark Schneider wrote:
> Hello Nick
>
> Thanks a lot. It is an excellent and very impressive solution!
>
> I will try to customize it a bit and try to run it also with OFBiz 
> 11.04.01 (I don't know it it is possible).
>
> regards, Mark
>
>
> Am 06.12.2012 19:05, schrieb Nick Rosser:
>> 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.
>>
>> Of particular note, in this release:
>>
>>  * Support for Mobile (small devices)
>>      o a very cool implementation!
>>      o implemented for the Fashion House demo
>>        (http://bigfish.salmonllc.com:8082/online/shop/main)
>>      o whenever the browser screen size gets to 450 pixels or less then
>>        the "small device CSS" will kick-in (so called "responsive")
>>      o try resizing your browser down to 450 pixels wide, try from a
>>        phone, it works!
>>      o a little rough at the edges, we will be fine tuning this over
>>        the coming month or so
>>
>>  * Feeds, Services and Scheduled Jobs
>>      o a significant amount of work has been done in this area
>>      o many services and scheduled jobs built around clients who want a
>>        BigFish eCommerce front-end solution but also need to continue
>>        using their existing ERP solution for fulfillment
>>      o scheduled jobs to extract New Customers, New Orders and import
>>        into the back-end ERP
>>      o scheduled jobs to accept new files from clients for Product
>>        Updates, Order Status Updates and Store Locator updates
>>
>>  * Smart Variant Feature Awareness
>>      o Ability to understand a primary feature, associate to a specific
>>        variant and act accordingly
>>      o examples from the Fashion House demo:
>>          + search for "pink", if there is a pink colored variant it
>>            will be shown (try "white", you'll see the same product but
>>            the white variant will be displayed)
>>          + facets: click on a "red" facet filter, all products with a
>>            red variant will show the red version
>>          + sticky: if the list page is showing a specific variant (blue
>>            color) then the detail page will show the same
>>      o all configurable, not just for "color" although this would seem
>>        the natural usage given that this feature will naturally lead to
>>        variant specific imagery
>>
>>  * Help System in Admin Module
>>      o The beginnings of a BigFish Admin Module help system
>>      o We have help for the functional pages
>>      o But our focus will continue to be in the "How To" and "Guides" 
>> areas
>>      o Basically approach is that the Admin screens are pretty self
>>        explanatory, but how to do something from a business point of
>>        view is more difficult to understand because several aspects of
>>        the Admin Module may be involved
>>      o Check out the first How-To and General-Guides, click on "Help"
>>        in any Admin Module instance
>>
>>  * Performance / Scalability
>>      o Many changes to take advantage of OFBiz caching
>>      o Everything cached in the eComm implementation, nothing cached in
>>        the Admin Module
>>      o We couldn't find any useful documentation for this ... if anyone
>>        is interested we have a help document available
>>
>> And many smaller tweaks, fixes and enhancements As always, questions 
>> and comments are welcome.
>>
>> Best Regards,
>>
>> Nick Rosser
>> nrosser@salmonllc.com
>> O: 516.742.7888 x221
>> C: 516.901.1720
>>
>
>

Re: OFBiz / BigFish eCommerce Updates

Posted by Mark Schneider <ms...@it-infrastrukturen.org>.
Hello Nick

Thanks a lot. It is an excellent and very impressive solution!

I will try to customize it a bit and try to run it also with OFBiz 
11.04.01 (I don't know it it is possible).

regards, Mark


Am 06.12.2012 19:05, schrieb Nick Rosser:
> 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.
>
> Of particular note, in this release:
>
>  * Support for Mobile (small devices)
>      o a very cool implementation!
>      o implemented for the Fashion House demo
>        (http://bigfish.salmonllc.com:8082/online/shop/main)
>      o whenever the browser screen size gets to 450 pixels or less then
>        the "small device CSS" will kick-in (so called "responsive")
>      o try resizing your browser down to 450 pixels wide, try from a
>        phone, it works!
>      o a little rough at the edges, we will be fine tuning this over
>        the coming month or so
>
>  * Feeds, Services and Scheduled Jobs
>      o a significant amount of work has been done in this area
>      o many services and scheduled jobs built around clients who want a
>        BigFish eCommerce front-end solution but also need to continue
>        using their existing ERP solution for fulfillment
>      o scheduled jobs to extract New Customers, New Orders and import
>        into the back-end ERP
>      o scheduled jobs to accept new files from clients for Product
>        Updates, Order Status Updates and Store Locator updates
>
>  * Smart Variant Feature Awareness
>      o Ability to understand a primary feature, associate to a specific
>        variant and act accordingly
>      o examples from the Fashion House demo:
>          + search for "pink", if there is a pink colored variant it
>            will be shown (try "white", you'll see the same product but
>            the white variant will be displayed)
>          + facets: click on a "red" facet filter, all products with a
>            red variant will show the red version
>          + sticky: if the list page is showing a specific variant (blue
>            color) then the detail page will show the same
>      o all configurable, not just for "color" although this would seem
>        the natural usage given that this feature will naturally lead to
>        variant specific imagery
>
>  * Help System in Admin Module
>      o The beginnings of a BigFish Admin Module help system
>      o We have help for the functional pages
>      o But our focus will continue to be in the "How To" and "Guides" 
> areas
>      o Basically approach is that the Admin screens are pretty self
>        explanatory, but how to do something from a business point of
>        view is more difficult to understand because several aspects of
>        the Admin Module may be involved
>      o Check out the first How-To and General-Guides, click on "Help"
>        in any Admin Module instance
>
>  * Performance / Scalability
>      o Many changes to take advantage of OFBiz caching
>      o Everything cached in the eComm implementation, nothing cached in
>        the Admin Module
>      o We couldn't find any useful documentation for this ... if anyone
>        is interested we have a help document available
>
> And many smaller tweaks, fixes and enhancements As always, questions 
> and comments are welcome.
>
> Best Regards,
>
> Nick Rosser
> nrosser@salmonllc.com
> O: 516.742.7888 x221
> C: 516.901.1720
>


-- 
ms@it-infrastrukturen.org

http://rsync.it-infrastrukturen.org


Re: OFBiz / BigFish eCommerce Latest Updates

Posted by Nick Rosser <nr...@salmonllc.com>.
Thanks for the update, the team will be very excited about your news, 
and the fact that you've adopted our BigFish platform for your Store.

Please continue to keep us updated, we would be interested in your live 
site, when you get there!

Best Regards,

Nick Rosser
nrosser@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 2/18/2013 8:51 AM, Integrin wrote:
> Hi Nick-
>
> I have been following Bigfish from the inception and very impressed with
> the steady progress made over the course of time. I have had no problems
> running any of your versions be it OSAFE or OSAFE-ADMIN, which demonstrates
> the very high quality of your releases. I have always been impressed by
> Ofbiz features in the backend and eCommerce, however have been missing an
> elegant looking eCommerce Store front and glad that i found Bigfish that
> just works Out of the Box like a charm; Stylish Fashion Demo and Mobile
> Stylesheet on top it shows your expertise in the eCommerce arena; Thanks
> for your commendable efforts and We are glad that we are building our
> Webstore based on Bigfish;
>
> - Regards
>
>
> On Thu, Feb 14, 2013 at 11:10 AM, Duong Nguyen Huu<du...@vietofbiz.com>wrote:
>
>> Very nice Rosser,
>>
>> I am keep tracking.
>>
>> Duong.
>>
>> On Thu, Feb 14, 2013 at 1:24 AM, Nick Rosser<nr...@salmonllc.com>
>> wrote:
>>
>>> 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:
>>>
>>>   * Performance / Scalability:
>>>       o we have continued to fine-tune the number of SQL's made via
>>>         OFBiz services
>>>       o and now completely use OFBiz caching
>>>       o a great example is www.goldmedalhair.com, this has a good amount
>>>         of products and is very efficient
>>>   * More OFBiz features in BF Admin Module
>>>       o the ability to add new customers
>>>       o the ability to add new orders (we use a shopping / cart /
>>>         checkout paradigm)
>>>   * Payments
>>>       o Cash on Delivery
>>>       o Sagepay with tokenization (credit card is not stored in OFBiz,
>>>         the returned unique "token" is stored as the reference)
>>>   * And various fixes and minor enhancements
>>>
>>> We continue to be busy with client implementations and so far both of our
>>> more recent clients are looking to upgrade to the latest version (this
>>> includes www.1800fishoil.com and www.eagansemporium.com). New client
>>> implementations will be announced over the coming months -- of particular
>>> interest is a couple of solutions for Indian retailers (currency in
>> Rupees,
>>> different address formats etc.).
>>>
>>> On our immediate delivery schedule are two major items, now beyond the
>>> research stage, well into proof-of-concept and will be in full
>> development
>>> very shortly:
>>>
>>>   * Extended Sites
>>>       o The ability to have a new Product Store and a completely
>>>         re-purposed "extended site" capability
>>>       o All content can be segregated to a specific store
>>>       o Products can be repurposed, or separated into their own catalog
>>>       o Leveraging a lot of the great work done in OOTB OFBiz
>>>   * Entity Sync (staging ->  production)
>>>       o The ability to have a "staging" implementation that
>>>         "synchronizes" to Production whenever is appropriate
>>>       o So, our clients can prepare new content, promotions, home page
>>>         imagery, products, pricing throughout a certain amount of time
>>>       o and then "synchronize" everything into Production at one time
>>>
>>> Items that may be of interest on our Road Map:
>>>
>>>   * Integration with eBay, Google Shopping and Snapdeal
>>>   * Spell checker, with "did you mean" functionality
>>>   * Auto complete on search box
>>>   * EBS Payment Gateway, for Indian market
>>>
>>> Best Regards,
>>>
>>> Nick Rosser
>>> nrosser@salmonllc.com
>>> O: 516.742.7888 x221
>>> C: 516.901.1720
>>>
>>>
>>>

Re: OFBiz / BigFish eCommerce Latest Updates

Posted by Integrin <in...@gmail.com>.
Hi Nick-

I have been following Bigfish from the inception and very impressed with
the steady progress made over the course of time. I have had no problems
running any of your versions be it OSAFE or OSAFE-ADMIN, which demonstrates
the very high quality of your releases. I have always been impressed by
Ofbiz features in the backend and eCommerce, however have been missing an
elegant looking eCommerce Store front and glad that i found Bigfish that
just works Out of the Box like a charm; Stylish Fashion Demo and Mobile
Stylesheet on top it shows your expertise in the eCommerce arena; Thanks
for your commendable efforts and We are glad that we are building our
Webstore based on Bigfish;

- Regards


On Thu, Feb 14, 2013 at 11:10 AM, Duong Nguyen Huu <du...@vietofbiz.com>wrote:

> Very nice Rosser,
>
> I am keep tracking.
>
> Duong.
>
> On Thu, Feb 14, 2013 at 1:24 AM, Nick Rosser <nr...@salmonllc.com>
> wrote:
>
> > 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:
> >
> >  * Performance / Scalability:
> >      o we have continued to fine-tune the number of SQL's made via
> >        OFBiz services
> >      o and now completely use OFBiz caching
> >      o a great example is www.goldmedalhair.com, this has a good amount
> >        of products and is very efficient
> >  * More OFBiz features in BF Admin Module
> >      o the ability to add new customers
> >      o the ability to add new orders (we use a shopping / cart /
> >        checkout paradigm)
> >  * Payments
> >      o Cash on Delivery
> >      o Sagepay with tokenization (credit card is not stored in OFBiz,
> >        the returned unique "token" is stored as the reference)
> >  * And various fixes and minor enhancements
> >
> > We continue to be busy with client implementations and so far both of our
> > more recent clients are looking to upgrade to the latest version (this
> > includes www.1800fishoil.com and www.eagansemporium.com). New client
> > implementations will be announced over the coming months -- of particular
> > interest is a couple of solutions for Indian retailers (currency in
> Rupees,
> > different address formats etc.).
> >
> > On our immediate delivery schedule are two major items, now beyond the
> > research stage, well into proof-of-concept and will be in full
> development
> > very shortly:
> >
> >  * Extended Sites
> >      o The ability to have a new Product Store and a completely
> >        re-purposed "extended site" capability
> >      o All content can be segregated to a specific store
> >      o Products can be repurposed, or separated into their own catalog
> >      o Leveraging a lot of the great work done in OOTB OFBiz
> >  * Entity Sync (staging -> production)
> >      o The ability to have a "staging" implementation that
> >        "synchronizes" to Production whenever is appropriate
> >      o So, our clients can prepare new content, promotions, home page
> >        imagery, products, pricing throughout a certain amount of time
> >      o and then "synchronize" everything into Production at one time
> >
> > Items that may be of interest on our Road Map:
> >
> >  * Integration with eBay, Google Shopping and Snapdeal
> >  * Spell checker, with "did you mean" functionality
> >  * Auto complete on search box
> >  * EBS Payment Gateway, for Indian market
> >
> > Best Regards,
> >
> > Nick Rosser
> > nrosser@salmonllc.com
> > O: 516.742.7888 x221
> > C: 516.901.1720
> >
> >
> >
>

Re: OFBiz / BigFish eCommerce Latest Updates

Posted by Duong Nguyen Huu <du...@vietofbiz.com>.
Very nice Rosser,

I am keep tracking.

Duong.

On Thu, Feb 14, 2013 at 1:24 AM, Nick Rosser <nr...@salmonllc.com> wrote:

> 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:
>
>  * Performance / Scalability:
>      o we have continued to fine-tune the number of SQL's made via
>        OFBiz services
>      o and now completely use OFBiz caching
>      o a great example is www.goldmedalhair.com, this has a good amount
>        of products and is very efficient
>  * More OFBiz features in BF Admin Module
>      o the ability to add new customers
>      o the ability to add new orders (we use a shopping / cart /
>        checkout paradigm)
>  * Payments
>      o Cash on Delivery
>      o Sagepay with tokenization (credit card is not stored in OFBiz,
>        the returned unique "token" is stored as the reference)
>  * And various fixes and minor enhancements
>
> We continue to be busy with client implementations and so far both of our
> more recent clients are looking to upgrade to the latest version (this
> includes www.1800fishoil.com and www.eagansemporium.com). New client
> implementations will be announced over the coming months -- of particular
> interest is a couple of solutions for Indian retailers (currency in Rupees,
> different address formats etc.).
>
> On our immediate delivery schedule are two major items, now beyond the
> research stage, well into proof-of-concept and will be in full development
> very shortly:
>
>  * Extended Sites
>      o The ability to have a new Product Store and a completely
>        re-purposed "extended site" capability
>      o All content can be segregated to a specific store
>      o Products can be repurposed, or separated into their own catalog
>      o Leveraging a lot of the great work done in OOTB OFBiz
>  * Entity Sync (staging -> production)
>      o The ability to have a "staging" implementation that
>        "synchronizes" to Production whenever is appropriate
>      o So, our clients can prepare new content, promotions, home page
>        imagery, products, pricing throughout a certain amount of time
>      o and then "synchronize" everything into Production at one time
>
> Items that may be of interest on our Road Map:
>
>  * Integration with eBay, Google Shopping and Snapdeal
>  * Spell checker, with "did you mean" functionality
>  * Auto complete on search box
>  * EBS Payment Gateway, for Indian market
>
> Best Regards,
>
> Nick Rosser
> nrosser@salmonllc.com
> O: 516.742.7888 x221
> C: 516.901.1720
>
>
>

OFBiz / BigFish eCommerce Latest Updates

Posted by Nick Rosser <nr...@solveda.com>.
All,

The latest version 1.11 has been available for a couple of weeks.

Check out our dedicated site at http://bigfish.solveda.com.

A quick refresher on what BigFish is:

  * it does not compete with OFBiz in anyway, it's an add-on, focused on
    the business of eCommerce
  * in a nutshell I would describe BigFish as
      o a business extension, focused on providing business users (in
        our case that is our clients) with tools to build a scalable,
        feature-rich eCommerce online presence
      o as well as back-end tooling to allow business users to maintain
        all aspects of the eCommerce site such as content, products and
        configuration options
  * we have carefully tried to completely use the OFBiz data model and
    service layer
      o and have extended the data model only very slightly to
        accommodate specific eCommerce functionality
      o and re-used the service layer almost exclusively
      o so, for example, an Order placed via a BigFish eCommerce "front
        end" can be viewed, modified, fulfilled using all the great
        features of out-of-the-box OFBiz (always the ultimate test for
        us as we expose more back-end features into the BigFish Admin
        Module)

What's new:

  * now available for download via SVN
    (http://bigfish.solveda.com/bfDownload.html)
  * TXT messaging integration using clickatell.com
  * custom attributes for Customer Registration
      o many retailers need specific prompts during registration
      o for attributes such as "shoe size", "birth date", "wedding date"
        or "whatever" so they can personalize subsequent email campaigns
      o we built a "custom party attribute" solution to handle such
        requirements
  * search auto-complete and spell-check
      o go to our demo http://bigfish.solveda.com:8082/online/control/main
      o type "blouse" in the search box, see drop-down of suggestions
      o type "blose" in the search box, click search, spell-check will
        return for "blouse"
  * and for anyone interested in Indian implementations:
      o BlueDart shipping integration
      o EBS payment gateway integration
      o check out www.fashionmyday.com, one of our first Indian clients
        (beta release)
  * and many smaller fixes and enhancements for both eCommerce and the
    Admin Module

Questions and comments always welcome.

Nick


OFBiz / BigFish eCommerce Latest Updates

Posted by Nick Rosser <nr...@salmonllc.com>.
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:

  * Performance / Scalability:
      o we have continued to fine-tune the number of SQL's made via
        OFBiz services
      o and now completely use OFBiz caching
      o a great example is www.goldmedalhair.com, this has a good amount
        of products and is very efficient
  * More OFBiz features in BF Admin Module
      o the ability to add new customers
      o the ability to add new orders (we use a shopping / cart /
        checkout paradigm)
  * Payments
      o Cash on Delivery
      o Sagepay with tokenization (credit card is not stored in OFBiz,
        the returned unique "token" is stored as the reference)
  * And various fixes and minor enhancements

We continue to be busy with client implementations and so far both of 
our more recent clients are looking to upgrade to the latest version 
(this includes www.1800fishoil.com and www.eagansemporium.com). New 
client implementations will be announced over the coming months -- of 
particular interest is a couple of solutions for Indian retailers 
(currency in Rupees, different address formats etc.).

On our immediate delivery schedule are two major items, now beyond the 
research stage, well into proof-of-concept and will be in full 
development very shortly:

  * Extended Sites
      o The ability to have a new Product Store and a completely
        re-purposed "extended site" capability
      o All content can be segregated to a specific store
      o Products can be repurposed, or separated into their own catalog
      o Leveraging a lot of the great work done in OOTB OFBiz
  * Entity Sync (staging -> production)
      o The ability to have a "staging" implementation that
        "synchronizes" to Production whenever is appropriate
      o So, our clients can prepare new content, promotions, home page
        imagery, products, pricing throughout a certain amount of time
      o and then "synchronize" everything into Production at one time

Items that may be of interest on our Road Map:

  * Integration with eBay, Google Shopping and Snapdeal
  * Spell checker, with "did you mean" functionality
  * Auto complete on search box
  * EBS Payment Gateway, for Indian market

Best Regards,

Nick Rosser
nrosser@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720



Re: OFBiz / BigFish eCommerce Updates

Posted by Dương Nguyễn Hữu <du...@vssic.com>.
Thank you, Nick, with your fast response.

Duong.

2012/12/11 Nick Rosser <nr...@salmonllc.com>

> Duong,
>
> The "small device" solution is not automatically configured from the
> download. It's very easy to configure ... and you can use assets from the
> demo site (like the bigFishSmallDevice.css).
>
> We do have a guide for setting up for small device in our help system:
>
> http://bigfish.salmonllc.com/**help/howSetupMobile.htm<http://bigfish.salmonllc.com/help/howSetupMobile.htm>
>
>
> Best Regards,
>
> Nick Rosser
> nrosser@salmonllc.com
> O: 516.742.7888 x221
> C: 516.901.1720
>
>
> On 12/11/2012 9:19 AM, Duong Nguyen Huu wrote:
>
>> Hi Nick,
>>
>> The Ofbiz/BigFish is run well in your server for mobile device browser. I
>> want to test for myself with latest version 1.08, but it did not work with
>> small device.
>>
>> Please advise.
>>
>> Duong.
>>
>> On Mon, Dec 10, 2012 at 10:23 PM, Nick Rosser<nr...@salmonllc.com>
>>  wrote:
>>
>>  Duong,
>>>
>>> What are you trying to do? If you go to the demo site directly it should
>>> work on both a browser and a small device.
>>>
>>> http://http://bigfish.**salmon**llc.com:8082/online/**shop/**main<http://salmonllc.com:8082/online/**shop/main>
>>> <http://bigfish.salmonllc.**com:8082/online/shop/main<http://bigfish.salmonllc.com:8082/online/shop/main>
>>> >
>>>
>>>
>>> Best Regards,
>>>
>>> Nick Rosser
>>> nrosser@salmonllc.com
>>> O: 516.742.7888 x221
>>> C: 516.901.1720
>>>
>>>
>>> On 12/9/2012 10:25 AM, Duong Nguyen Huu wrote:
>>>
>>>  Hello Nick
>>>>
>>>> Bigfish project is very interesting, I have try but it does not work for
>>>> my
>>>> phone device with version 1.08. How can I config for mobile browser?
>>>>
>>>> Thank you,
>>>>
>>>> Duong.
>>>>
>>>> On Fri, Dec 7, 2012 at 8:52 PM, Nick Rosser<nr...@salmonllc.com>
>>>>   wrote:
>>>>
>>>>   Mike,
>>>>
>>>>> Thanks for the encouragement! We'll be looking to do more regular
>>>>> updates
>>>>> on progress from this point forward ... targeting every month or two.
>>>>>
>>>>> We're particularly excited about the mobile solution -- really a
>>>>> solution
>>>>> for "small device" in general. The first iteration is pretty
>>>>> impressive,
>>>>> needs a few tweaks to really polish up the solution.
>>>>>
>>>>>
>>>>> Best Regards,
>>>>>
>>>>> Nick Rosser
>>>>> nrosser@salmonllc.com
>>>>> O: 516.742.7888 x221
>>>>> C: 516.901.1720
>>>>>
>>>>>
>>>>> On 12/7/2012 12:01 AM, Mike wrote:
>>>>>
>>>>>   Awesome work Nick.  The BigFish project is an amazing product.
>>>>>
>>>>>> On Thu, Dec 6, 2012 at 10:05 AM, Nick Rosser<nr...@salmonllc.com>
>>>>>>    wrote:
>>>>>>
>>>>>>    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.
>>>>>>>
>>>>>>> Of particular note, in this release:
>>>>>>>
>>>>>>>     * Support for Mobile (small devices)
>>>>>>>         o a very cool implementation!
>>>>>>>         o implemented for the Fashion House demo
>>>>>>>           (http://bigfish.salmonllc.com:**
>>>>>>> ******8082/online/shop/main<**
>>>>>>> http:/**
>>>>>>> /bigfish.salmonllc.com:8082/******online/shop/main<http://bigfish.salmonllc.com:8082/****online/shop/main>
>>>>>>> <http://**bigfish.salmonllc.com:8082/****online/shop/main<http://bigfish.salmonllc.com:8082/**online/shop/main>
>>>>>>> >
>>>>>>> <http://**bigfish.salmonllc.**com:8082/**online/shop/main<http://bigfish.salmonllc.com:8082/**online/shop/main>
>>>>>>> <ht**tp://bigfish.salmonllc.com:**8082/online/shop/main<http://bigfish.salmonllc.com:8082/online/shop/main>
>>>>>>> >
>>>>>>> )
>>>>>>>         o whenever the browser screen size gets to 450 pixels or less
>>>>>>> then
>>>>>>>           the "small device CSS" will kick-in (so called
>>>>>>> "responsive")
>>>>>>>         o try resizing your browser down to 450 pixels wide, try
>>>>>>> from a
>>>>>>>           phone, it works!
>>>>>>>         o a little rough at the edges, we will be fine tuning this
>>>>>>> over
>>>>>>>           the coming month or so
>>>>>>>
>>>>>>>     * Feeds, Services and Scheduled Jobs
>>>>>>>         o a significant amount of work has been done in this area
>>>>>>>         o many services and scheduled jobs built around clients who
>>>>>>> want a
>>>>>>>           BigFish eCommerce front-end solution but also need to
>>>>>>> continue
>>>>>>>           using their existing ERP solution for fulfillment
>>>>>>>         o scheduled jobs to extract New Customers, New Orders and
>>>>>>> import
>>>>>>>           into the back-end ERP
>>>>>>>         o scheduled jobs to accept new files from clients for Product
>>>>>>>           Updates, Order Status Updates and Store Locator updates
>>>>>>>
>>>>>>>     * Smart Variant Feature Awareness
>>>>>>>         o Ability to understand a primary feature, associate to a
>>>>>>> specific
>>>>>>>           variant and act accordingly
>>>>>>>         o examples from the Fashion House demo:
>>>>>>>             + search for "pink", if there is a pink colored variant
>>>>>>> it
>>>>>>>               will be shown (try "white", you'll see the same product
>>>>>>> but
>>>>>>>               the white variant will be displayed)
>>>>>>>             + facets: click on a "red" facet filter, all products
>>>>>>> with a
>>>>>>>               red variant will show the red version
>>>>>>>             + sticky: if the list page is showing a specific variant
>>>>>>> (blue
>>>>>>>               color) then the detail page will show the same
>>>>>>>         o all configurable, not just for "color" although this would
>>>>>>> seem
>>>>>>>           the natural usage given that this feature will naturally
>>>>>>> lead
>>>>>>> to
>>>>>>>           variant specific imagery
>>>>>>>
>>>>>>>     * Help System in Admin Module
>>>>>>>         o The beginnings of a BigFish Admin Module help system
>>>>>>>         o We have help for the functional pages
>>>>>>>         o But our focus will continue to be in the "How To" and
>>>>>>> "Guides"
>>>>>>> areas
>>>>>>>         o Basically approach is that the Admin screens are pretty
>>>>>>> self
>>>>>>>           explanatory, but how to do something from a business point
>>>>>>> of
>>>>>>>           view is more difficult to understand because several
>>>>>>> aspects
>>>>>>> of
>>>>>>>           the Admin Module may be involved
>>>>>>>         o Check out the first How-To and General-Guides, click on
>>>>>>> "Help"
>>>>>>>           in any Admin Module instance
>>>>>>>
>>>>>>>     * Performance / Scalability
>>>>>>>         o Many changes to take advantage of OFBiz caching
>>>>>>>         o Everything cached in the eComm implementation, nothing
>>>>>>> cached
>>>>>>> in
>>>>>>>           the Admin Module
>>>>>>>         o We couldn't find any useful documentation for this ... if
>>>>>>> anyone
>>>>>>>           is interested we have a help document available
>>>>>>>
>>>>>>> And many smaller tweaks, fixes and enhancements As always, questions
>>>>>>> and
>>>>>>> comments are welcome.
>>>>>>>
>>>>>>>
>>>>>>> Best Regards,
>>>>>>>
>>>>>>> Nick Rosser
>>>>>>> nrosser@salmonllc.com
>>>>>>> O: 516.742.7888 x221
>>>>>>> C: 516.901.1720
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>

Re: OFBiz / BigFish eCommerce Updates

Posted by Nick Rosser <nr...@salmonllc.com>.
Duong,

The "small device" solution is not automatically configured from the 
download. It's very easy to configure ... and you can use assets from 
the demo site (like the bigFishSmallDevice.css).

We do have a guide for setting up for small device in our help system:

http://bigfish.salmonllc.com/help/howSetupMobile.htm

Best Regards,

Nick Rosser
nrosser@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 12/11/2012 9:19 AM, Duong Nguyen Huu wrote:
> Hi Nick,
>
> The Ofbiz/BigFish is run well in your server for mobile device browser. I
> want to test for myself with latest version 1.08, but it did not work with
> small device.
>
> Please advise.
>
> Duong.
>
> On Mon, Dec 10, 2012 at 10:23 PM, Nick Rosser<nr...@salmonllc.com>  wrote:
>
>> Duong,
>>
>> What are you trying to do? If you go to the demo site directly it should
>> work on both a browser and a small device.
>>
>> http://http://bigfish.**salmonllc.com:8082/online/**shop/main<http://bigfish.salmonllc.com:8082/online/shop/main>
>>
>>
>> Best Regards,
>>
>> Nick Rosser
>> nrosser@salmonllc.com
>> O: 516.742.7888 x221
>> C: 516.901.1720
>>
>>
>> On 12/9/2012 10:25 AM, Duong Nguyen Huu wrote:
>>
>>> Hello Nick
>>>
>>> Bigfish project is very interesting, I have try but it does not work for
>>> my
>>> phone device with version 1.08. How can I config for mobile browser?
>>>
>>> Thank you,
>>>
>>> Duong.
>>>
>>> On Fri, Dec 7, 2012 at 8:52 PM, Nick Rosser<nr...@salmonllc.com>
>>>   wrote:
>>>
>>>   Mike,
>>>> Thanks for the encouragement! We'll be looking to do more regular updates
>>>> on progress from this point forward ... targeting every month or two.
>>>>
>>>> We're particularly excited about the mobile solution -- really a solution
>>>> for "small device" in general. The first iteration is pretty impressive,
>>>> needs a few tweaks to really polish up the solution.
>>>>
>>>>
>>>> Best Regards,
>>>>
>>>> Nick Rosser
>>>> nrosser@salmonllc.com
>>>> O: 516.742.7888 x221
>>>> C: 516.901.1720
>>>>
>>>>
>>>> On 12/7/2012 12:01 AM, Mike wrote:
>>>>
>>>>   Awesome work Nick.  The BigFish project is an amazing product.
>>>>> On Thu, Dec 6, 2012 at 10:05 AM, Nick Rosser<nr...@salmonllc.com>
>>>>>    wrote:
>>>>>
>>>>>    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.
>>>>>>
>>>>>> Of particular note, in this release:
>>>>>>
>>>>>>     * Support for Mobile (small devices)
>>>>>>         o a very cool implementation!
>>>>>>         o implemented for the Fashion House demo
>>>>>>           (http://bigfish.salmonllc.com:******8082/online/shop/main<**
>>>>>> http:/**
>>>>>> /bigfish.salmonllc.com:8082/****online/shop/main<http://bigfish.salmonllc.com:8082/**online/shop/main>
>>>>>> <http://**bigfish.salmonllc.com:8082/**online/shop/main<http://bigfish.salmonllc.com:8082/online/shop/main>
>>>>>> )
>>>>>>         o whenever the browser screen size gets to 450 pixels or less
>>>>>> then
>>>>>>           the "small device CSS" will kick-in (so called "responsive")
>>>>>>         o try resizing your browser down to 450 pixels wide, try from a
>>>>>>           phone, it works!
>>>>>>         o a little rough at the edges, we will be fine tuning this over
>>>>>>           the coming month or so
>>>>>>
>>>>>>     * Feeds, Services and Scheduled Jobs
>>>>>>         o a significant amount of work has been done in this area
>>>>>>         o many services and scheduled jobs built around clients who
>>>>>> want a
>>>>>>           BigFish eCommerce front-end solution but also need to continue
>>>>>>           using their existing ERP solution for fulfillment
>>>>>>         o scheduled jobs to extract New Customers, New Orders and import
>>>>>>           into the back-end ERP
>>>>>>         o scheduled jobs to accept new files from clients for Product
>>>>>>           Updates, Order Status Updates and Store Locator updates
>>>>>>
>>>>>>     * Smart Variant Feature Awareness
>>>>>>         o Ability to understand a primary feature, associate to a
>>>>>> specific
>>>>>>           variant and act accordingly
>>>>>>         o examples from the Fashion House demo:
>>>>>>             + search for "pink", if there is a pink colored variant it
>>>>>>               will be shown (try "white", you'll see the same product
>>>>>> but
>>>>>>               the white variant will be displayed)
>>>>>>             + facets: click on a "red" facet filter, all products with a
>>>>>>               red variant will show the red version
>>>>>>             + sticky: if the list page is showing a specific variant
>>>>>> (blue
>>>>>>               color) then the detail page will show the same
>>>>>>         o all configurable, not just for "color" although this would
>>>>>> seem
>>>>>>           the natural usage given that this feature will naturally lead
>>>>>> to
>>>>>>           variant specific imagery
>>>>>>
>>>>>>     * Help System in Admin Module
>>>>>>         o The beginnings of a BigFish Admin Module help system
>>>>>>         o We have help for the functional pages
>>>>>>         o But our focus will continue to be in the "How To" and "Guides"
>>>>>> areas
>>>>>>         o Basically approach is that the Admin screens are pretty self
>>>>>>           explanatory, but how to do something from a business point of
>>>>>>           view is more difficult to understand because several aspects
>>>>>> of
>>>>>>           the Admin Module may be involved
>>>>>>         o Check out the first How-To and General-Guides, click on "Help"
>>>>>>           in any Admin Module instance
>>>>>>
>>>>>>     * Performance / Scalability
>>>>>>         o Many changes to take advantage of OFBiz caching
>>>>>>         o Everything cached in the eComm implementation, nothing cached
>>>>>> in
>>>>>>           the Admin Module
>>>>>>         o We couldn't find any useful documentation for this ... if
>>>>>> anyone
>>>>>>           is interested we have a help document available
>>>>>>
>>>>>> And many smaller tweaks, fixes and enhancements As always, questions
>>>>>> and
>>>>>> comments are welcome.
>>>>>>
>>>>>>
>>>>>> Best Regards,
>>>>>>
>>>>>> Nick Rosser
>>>>>> nrosser@salmonllc.com
>>>>>> O: 516.742.7888 x221
>>>>>> C: 516.901.1720
>>>>>>
>>>>>>
>>>>>>
>>>>>>

Re: OFBiz / BigFish eCommerce Updates

Posted by Duong Nguyen Huu <du...@vietofbiz.com>.
Hi Nick,

The Ofbiz/BigFish is run well in your server for mobile device browser. I
want to test for myself with latest version 1.08, but it did not work with
small device.

Please advise.

Duong.

On Mon, Dec 10, 2012 at 10:23 PM, Nick Rosser <nr...@salmonllc.com> wrote:

> Duong,
>
> What are you trying to do? If you go to the demo site directly it should
> work on both a browser and a small device.
>
> http://http://bigfish.**salmonllc.com:8082/online/**shop/main<http://bigfish.salmonllc.com:8082/online/shop/main>
>
>
> Best Regards,
>
> Nick Rosser
> nrosser@salmonllc.com
> O: 516.742.7888 x221
> C: 516.901.1720
>
>
> On 12/9/2012 10:25 AM, Duong Nguyen Huu wrote:
>
>> Hello Nick
>>
>> Bigfish project is very interesting, I have try but it does not work for
>> my
>> phone device with version 1.08. How can I config for mobile browser?
>>
>> Thank you,
>>
>> Duong.
>>
>> On Fri, Dec 7, 2012 at 8:52 PM, Nick Rosser<nr...@salmonllc.com>
>>  wrote:
>>
>>  Mike,
>>>
>>> Thanks for the encouragement! We'll be looking to do more regular updates
>>> on progress from this point forward ... targeting every month or two.
>>>
>>> We're particularly excited about the mobile solution -- really a solution
>>> for "small device" in general. The first iteration is pretty impressive,
>>> needs a few tweaks to really polish up the solution.
>>>
>>>
>>> Best Regards,
>>>
>>> Nick Rosser
>>> nrosser@salmonllc.com
>>> O: 516.742.7888 x221
>>> C: 516.901.1720
>>>
>>>
>>> On 12/7/2012 12:01 AM, Mike wrote:
>>>
>>>  Awesome work Nick.  The BigFish project is an amazing product.
>>>>
>>>> On Thu, Dec 6, 2012 at 10:05 AM, Nick Rosser<nr...@salmonllc.com>
>>>>   wrote:
>>>>
>>>>   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.
>>>>>
>>>>> Of particular note, in this release:
>>>>>
>>>>>    * Support for Mobile (small devices)
>>>>>        o a very cool implementation!
>>>>>        o implemented for the Fashion House demo
>>>>>          (http://bigfish.salmonllc.com:******8082/online/shop/main<**
>>>>> http:/**
>>>>> /bigfish.salmonllc.com:8082/****online/shop/main<http://bigfish.salmonllc.com:8082/**online/shop/main>
>>>>> <http://**bigfish.salmonllc.com:8082/**online/shop/main<http://bigfish.salmonllc.com:8082/online/shop/main>
>>>>> >
>>>>>
>>>>> )
>>>>>        o whenever the browser screen size gets to 450 pixels or less
>>>>> then
>>>>>          the "small device CSS" will kick-in (so called "responsive")
>>>>>        o try resizing your browser down to 450 pixels wide, try from a
>>>>>          phone, it works!
>>>>>        o a little rough at the edges, we will be fine tuning this over
>>>>>          the coming month or so
>>>>>
>>>>>    * Feeds, Services and Scheduled Jobs
>>>>>        o a significant amount of work has been done in this area
>>>>>        o many services and scheduled jobs built around clients who
>>>>> want a
>>>>>          BigFish eCommerce front-end solution but also need to continue
>>>>>          using their existing ERP solution for fulfillment
>>>>>        o scheduled jobs to extract New Customers, New Orders and import
>>>>>          into the back-end ERP
>>>>>        o scheduled jobs to accept new files from clients for Product
>>>>>          Updates, Order Status Updates and Store Locator updates
>>>>>
>>>>>    * Smart Variant Feature Awareness
>>>>>        o Ability to understand a primary feature, associate to a
>>>>> specific
>>>>>          variant and act accordingly
>>>>>        o examples from the Fashion House demo:
>>>>>            + search for "pink", if there is a pink colored variant it
>>>>>              will be shown (try "white", you'll see the same product
>>>>> but
>>>>>              the white variant will be displayed)
>>>>>            + facets: click on a "red" facet filter, all products with a
>>>>>              red variant will show the red version
>>>>>            + sticky: if the list page is showing a specific variant
>>>>> (blue
>>>>>              color) then the detail page will show the same
>>>>>        o all configurable, not just for "color" although this would
>>>>> seem
>>>>>          the natural usage given that this feature will naturally lead
>>>>> to
>>>>>          variant specific imagery
>>>>>
>>>>>    * Help System in Admin Module
>>>>>        o The beginnings of a BigFish Admin Module help system
>>>>>        o We have help for the functional pages
>>>>>        o But our focus will continue to be in the "How To" and "Guides"
>>>>> areas
>>>>>        o Basically approach is that the Admin screens are pretty self
>>>>>          explanatory, but how to do something from a business point of
>>>>>          view is more difficult to understand because several aspects
>>>>> of
>>>>>          the Admin Module may be involved
>>>>>        o Check out the first How-To and General-Guides, click on "Help"
>>>>>          in any Admin Module instance
>>>>>
>>>>>    * Performance / Scalability
>>>>>        o Many changes to take advantage of OFBiz caching
>>>>>        o Everything cached in the eComm implementation, nothing cached
>>>>> in
>>>>>          the Admin Module
>>>>>        o We couldn't find any useful documentation for this ... if
>>>>> anyone
>>>>>          is interested we have a help document available
>>>>>
>>>>> And many smaller tweaks, fixes and enhancements As always, questions
>>>>> and
>>>>> comments are welcome.
>>>>>
>>>>>
>>>>> Best Regards,
>>>>>
>>>>> Nick Rosser
>>>>> nrosser@salmonllc.com
>>>>> O: 516.742.7888 x221
>>>>> C: 516.901.1720
>>>>>
>>>>>
>>>>>
>>>>>

Re: OFBiz / BigFish eCommerce Updates

Posted by Nick Rosser <nr...@salmonllc.com>.
Duong,

What are you trying to do? If you go to the demo site directly it should 
work on both a browser and a small device.

http://http://bigfish.salmonllc.com:8082/online/shop/main

Best Regards,

Nick Rosser
nrosser@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 12/9/2012 10:25 AM, Duong Nguyen Huu wrote:
> Hello Nick
>
> Bigfish project is very interesting, I have try but it does not work for my
> phone device with version 1.08. How can I config for mobile browser?
>
> Thank you,
>
> Duong.
>
> On Fri, Dec 7, 2012 at 8:52 PM, Nick Rosser<nr...@salmonllc.com>  wrote:
>
>> Mike,
>>
>> Thanks for the encouragement! We'll be looking to do more regular updates
>> on progress from this point forward ... targeting every month or two.
>>
>> We're particularly excited about the mobile solution -- really a solution
>> for "small device" in general. The first iteration is pretty impressive,
>> needs a few tweaks to really polish up the solution.
>>
>>
>> Best Regards,
>>
>> Nick Rosser
>> nrosser@salmonllc.com
>> O: 516.742.7888 x221
>> C: 516.901.1720
>>
>>
>> On 12/7/2012 12:01 AM, Mike wrote:
>>
>>> Awesome work Nick.  The BigFish project is an amazing product.
>>>
>>> On Thu, Dec 6, 2012 at 10:05 AM, Nick Rosser<nr...@salmonllc.com>
>>>   wrote:
>>>
>>>   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.
>>>>
>>>> Of particular note, in this release:
>>>>
>>>>    * Support for Mobile (small devices)
>>>>        o a very cool implementation!
>>>>        o implemented for the Fashion House demo
>>>>          (http://bigfish.salmonllc.com:****8082/online/shop/main<http:/**
>>>> /bigfish.salmonllc.com:8082/**online/shop/main<http://bigfish.salmonllc.com:8082/online/shop/main>
>>>> )
>>>>        o whenever the browser screen size gets to 450 pixels or less then
>>>>          the "small device CSS" will kick-in (so called "responsive")
>>>>        o try resizing your browser down to 450 pixels wide, try from a
>>>>          phone, it works!
>>>>        o a little rough at the edges, we will be fine tuning this over
>>>>          the coming month or so
>>>>
>>>>    * Feeds, Services and Scheduled Jobs
>>>>        o a significant amount of work has been done in this area
>>>>        o many services and scheduled jobs built around clients who want a
>>>>          BigFish eCommerce front-end solution but also need to continue
>>>>          using their existing ERP solution for fulfillment
>>>>        o scheduled jobs to extract New Customers, New Orders and import
>>>>          into the back-end ERP
>>>>        o scheduled jobs to accept new files from clients for Product
>>>>          Updates, Order Status Updates and Store Locator updates
>>>>
>>>>    * Smart Variant Feature Awareness
>>>>        o Ability to understand a primary feature, associate to a specific
>>>>          variant and act accordingly
>>>>        o examples from the Fashion House demo:
>>>>            + search for "pink", if there is a pink colored variant it
>>>>              will be shown (try "white", you'll see the same product but
>>>>              the white variant will be displayed)
>>>>            + facets: click on a "red" facet filter, all products with a
>>>>              red variant will show the red version
>>>>            + sticky: if the list page is showing a specific variant (blue
>>>>              color) then the detail page will show the same
>>>>        o all configurable, not just for "color" although this would seem
>>>>          the natural usage given that this feature will naturally lead to
>>>>          variant specific imagery
>>>>
>>>>    * Help System in Admin Module
>>>>        o The beginnings of a BigFish Admin Module help system
>>>>        o We have help for the functional pages
>>>>        o But our focus will continue to be in the "How To" and "Guides"
>>>> areas
>>>>        o Basically approach is that the Admin screens are pretty self
>>>>          explanatory, but how to do something from a business point of
>>>>          view is more difficult to understand because several aspects of
>>>>          the Admin Module may be involved
>>>>        o Check out the first How-To and General-Guides, click on "Help"
>>>>          in any Admin Module instance
>>>>
>>>>    * Performance / Scalability
>>>>        o Many changes to take advantage of OFBiz caching
>>>>        o Everything cached in the eComm implementation, nothing cached in
>>>>          the Admin Module
>>>>        o We couldn't find any useful documentation for this ... if anyone
>>>>          is interested we have a help document available
>>>>
>>>> And many smaller tweaks, fixes and enhancements As always, questions and
>>>> comments are welcome.
>>>>
>>>>
>>>> Best Regards,
>>>>
>>>> Nick Rosser
>>>> nrosser@salmonllc.com
>>>> O: 516.742.7888 x221
>>>> C: 516.901.1720
>>>>
>>>>
>>>>

Re: OFBiz / BigFish eCommerce Updates

Posted by Duong Nguyen Huu <du...@vietofbiz.com>.
Hello Nick

Bigfish project is very interesting, I have try but it does not work for my
phone device with version 1.08. How can I config for mobile browser?

Thank you,

Duong.

On Fri, Dec 7, 2012 at 8:52 PM, Nick Rosser <nr...@salmonllc.com> wrote:

> Mike,
>
> Thanks for the encouragement! We'll be looking to do more regular updates
> on progress from this point forward ... targeting every month or two.
>
> We're particularly excited about the mobile solution -- really a solution
> for "small device" in general. The first iteration is pretty impressive,
> needs a few tweaks to really polish up the solution.
>
>
> Best Regards,
>
> Nick Rosser
> nrosser@salmonllc.com
> O: 516.742.7888 x221
> C: 516.901.1720
>
>
> On 12/7/2012 12:01 AM, Mike wrote:
>
>> Awesome work Nick.  The BigFish project is an amazing product.
>>
>> On Thu, Dec 6, 2012 at 10:05 AM, Nick Rosser<nr...@salmonllc.com>
>>  wrote:
>>
>>  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.
>>>
>>> Of particular note, in this release:
>>>
>>>   * Support for Mobile (small devices)
>>>       o a very cool implementation!
>>>       o implemented for the Fashion House demo
>>>         (http://bigfish.salmonllc.com:****8082/online/shop/main<http:/**
>>> /bigfish.salmonllc.com:8082/**online/shop/main<http://bigfish.salmonllc.com:8082/online/shop/main>
>>> >
>>> )
>>>       o whenever the browser screen size gets to 450 pixels or less then
>>>         the "small device CSS" will kick-in (so called "responsive")
>>>       o try resizing your browser down to 450 pixels wide, try from a
>>>         phone, it works!
>>>       o a little rough at the edges, we will be fine tuning this over
>>>         the coming month or so
>>>
>>>   * Feeds, Services and Scheduled Jobs
>>>       o a significant amount of work has been done in this area
>>>       o many services and scheduled jobs built around clients who want a
>>>         BigFish eCommerce front-end solution but also need to continue
>>>         using their existing ERP solution for fulfillment
>>>       o scheduled jobs to extract New Customers, New Orders and import
>>>         into the back-end ERP
>>>       o scheduled jobs to accept new files from clients for Product
>>>         Updates, Order Status Updates and Store Locator updates
>>>
>>>   * Smart Variant Feature Awareness
>>>       o Ability to understand a primary feature, associate to a specific
>>>         variant and act accordingly
>>>       o examples from the Fashion House demo:
>>>           + search for "pink", if there is a pink colored variant it
>>>             will be shown (try "white", you'll see the same product but
>>>             the white variant will be displayed)
>>>           + facets: click on a "red" facet filter, all products with a
>>>             red variant will show the red version
>>>           + sticky: if the list page is showing a specific variant (blue
>>>             color) then the detail page will show the same
>>>       o all configurable, not just for "color" although this would seem
>>>         the natural usage given that this feature will naturally lead to
>>>         variant specific imagery
>>>
>>>   * Help System in Admin Module
>>>       o The beginnings of a BigFish Admin Module help system
>>>       o We have help for the functional pages
>>>       o But our focus will continue to be in the "How To" and "Guides"
>>> areas
>>>       o Basically approach is that the Admin screens are pretty self
>>>         explanatory, but how to do something from a business point of
>>>         view is more difficult to understand because several aspects of
>>>         the Admin Module may be involved
>>>       o Check out the first How-To and General-Guides, click on "Help"
>>>         in any Admin Module instance
>>>
>>>   * Performance / Scalability
>>>       o Many changes to take advantage of OFBiz caching
>>>       o Everything cached in the eComm implementation, nothing cached in
>>>         the Admin Module
>>>       o We couldn't find any useful documentation for this ... if anyone
>>>         is interested we have a help document available
>>>
>>> And many smaller tweaks, fixes and enhancements As always, questions and
>>> comments are welcome.
>>>
>>>
>>> Best Regards,
>>>
>>> Nick Rosser
>>> nrosser@salmonllc.com
>>> O: 516.742.7888 x221
>>> C: 516.901.1720
>>>
>>>
>>>

Re: OFBiz / BigFish eCommerce Updates

Posted by Nick Rosser <nr...@salmonllc.com>.
Mike,

Thanks for the encouragement! We'll be looking to do more regular 
updates on progress from this point forward ... targeting every month or 
two.

We're particularly excited about the mobile solution -- really a 
solution for "small device" in general. The first iteration is pretty 
impressive, needs a few tweaks to really polish up the solution.

Best Regards,

Nick Rosser
nrosser@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 12/7/2012 12:01 AM, Mike wrote:
> Awesome work Nick.  The BigFish project is an amazing product.
>
> On Thu, Dec 6, 2012 at 10:05 AM, Nick Rosser<nr...@salmonllc.com>  wrote:
>
>> 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.
>>
>> Of particular note, in this release:
>>
>>   * Support for Mobile (small devices)
>>       o a very cool implementation!
>>       o implemented for the Fashion House demo
>>         (http://bigfish.salmonllc.com:**8082/online/shop/main<http://bigfish.salmonllc.com:8082/online/shop/main>
>> )
>>       o whenever the browser screen size gets to 450 pixels or less then
>>         the "small device CSS" will kick-in (so called "responsive")
>>       o try resizing your browser down to 450 pixels wide, try from a
>>         phone, it works!
>>       o a little rough at the edges, we will be fine tuning this over
>>         the coming month or so
>>
>>   * Feeds, Services and Scheduled Jobs
>>       o a significant amount of work has been done in this area
>>       o many services and scheduled jobs built around clients who want a
>>         BigFish eCommerce front-end solution but also need to continue
>>         using their existing ERP solution for fulfillment
>>       o scheduled jobs to extract New Customers, New Orders and import
>>         into the back-end ERP
>>       o scheduled jobs to accept new files from clients for Product
>>         Updates, Order Status Updates and Store Locator updates
>>
>>   * Smart Variant Feature Awareness
>>       o Ability to understand a primary feature, associate to a specific
>>         variant and act accordingly
>>       o examples from the Fashion House demo:
>>           + search for "pink", if there is a pink colored variant it
>>             will be shown (try "white", you'll see the same product but
>>             the white variant will be displayed)
>>           + facets: click on a "red" facet filter, all products with a
>>             red variant will show the red version
>>           + sticky: if the list page is showing a specific variant (blue
>>             color) then the detail page will show the same
>>       o all configurable, not just for "color" although this would seem
>>         the natural usage given that this feature will naturally lead to
>>         variant specific imagery
>>
>>   * Help System in Admin Module
>>       o The beginnings of a BigFish Admin Module help system
>>       o We have help for the functional pages
>>       o But our focus will continue to be in the "How To" and "Guides" areas
>>       o Basically approach is that the Admin screens are pretty self
>>         explanatory, but how to do something from a business point of
>>         view is more difficult to understand because several aspects of
>>         the Admin Module may be involved
>>       o Check out the first How-To and General-Guides, click on "Help"
>>         in any Admin Module instance
>>
>>   * Performance / Scalability
>>       o Many changes to take advantage of OFBiz caching
>>       o Everything cached in the eComm implementation, nothing cached in
>>         the Admin Module
>>       o We couldn't find any useful documentation for this ... if anyone
>>         is interested we have a help document available
>>
>> And many smaller tweaks, fixes and enhancements As always, questions and
>> comments are welcome.
>>
>>
>> Best Regards,
>>
>> Nick Rosser
>> nrosser@salmonllc.com
>> O: 516.742.7888 x221
>> C: 516.901.1720
>>
>>

Re: OFBiz / BigFish eCommerce Updates

Posted by Mike <mz...@gmail.com>.
Awesome work Nick.  The BigFish project is an amazing product.

On Thu, Dec 6, 2012 at 10:05 AM, Nick Rosser <nr...@salmonllc.com> wrote:

> 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.
>
> Of particular note, in this release:
>
>  * Support for Mobile (small devices)
>      o a very cool implementation!
>      o implemented for the Fashion House demo
>        (http://bigfish.salmonllc.com:**8082/online/shop/main<http://bigfish.salmonllc.com:8082/online/shop/main>
> )
>      o whenever the browser screen size gets to 450 pixels or less then
>        the "small device CSS" will kick-in (so called "responsive")
>      o try resizing your browser down to 450 pixels wide, try from a
>        phone, it works!
>      o a little rough at the edges, we will be fine tuning this over
>        the coming month or so
>
>  * Feeds, Services and Scheduled Jobs
>      o a significant amount of work has been done in this area
>      o many services and scheduled jobs built around clients who want a
>        BigFish eCommerce front-end solution but also need to continue
>        using their existing ERP solution for fulfillment
>      o scheduled jobs to extract New Customers, New Orders and import
>        into the back-end ERP
>      o scheduled jobs to accept new files from clients for Product
>        Updates, Order Status Updates and Store Locator updates
>
>  * Smart Variant Feature Awareness
>      o Ability to understand a primary feature, associate to a specific
>        variant and act accordingly
>      o examples from the Fashion House demo:
>          + search for "pink", if there is a pink colored variant it
>            will be shown (try "white", you'll see the same product but
>            the white variant will be displayed)
>          + facets: click on a "red" facet filter, all products with a
>            red variant will show the red version
>          + sticky: if the list page is showing a specific variant (blue
>            color) then the detail page will show the same
>      o all configurable, not just for "color" although this would seem
>        the natural usage given that this feature will naturally lead to
>        variant specific imagery
>
>  * Help System in Admin Module
>      o The beginnings of a BigFish Admin Module help system
>      o We have help for the functional pages
>      o But our focus will continue to be in the "How To" and "Guides" areas
>      o Basically approach is that the Admin screens are pretty self
>        explanatory, but how to do something from a business point of
>        view is more difficult to understand because several aspects of
>        the Admin Module may be involved
>      o Check out the first How-To and General-Guides, click on "Help"
>        in any Admin Module instance
>
>  * Performance / Scalability
>      o Many changes to take advantage of OFBiz caching
>      o Everything cached in the eComm implementation, nothing cached in
>        the Admin Module
>      o We couldn't find any useful documentation for this ... if anyone
>        is interested we have a help document available
>
> And many smaller tweaks, fixes and enhancements As always, questions and
> comments are welcome.
>
>
> Best Regards,
>
> Nick Rosser
> nrosser@salmonllc.com
> O: 516.742.7888 x221
> C: 516.901.1720
>
>