Re: E-commerce

2019-01-21 Thread Shrilesh Korgaonkar
i got what ur saying but i already done half config
Business Email , Api User Name , Api Password , Api Signature - i got them
what about ' Api Environment ' what it's value ?
thank you for ur reply

Thanks & Regards

On Mon, Jan 21, 2019 at 12:14 PM Arun Patidar <
arun.pati...@hotwaxsystems.com> wrote:

> Hello Shrilesh,
>
> You will need two accounts on Paypal, one as merchant account and another
> one as buyer account.
>
> Thanks & Regards
> ---
> Arun Patidar
> Director of Information SystemsHotWax Commerce 
>
>
>
> On Sat, Jan 19, 2019 at 3:39 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Hi,
> > I am trying to configure the PayPal dev account with ofbiz. To that
> effect
> > could someone please give me some idea about below please..It is the Api
> > environment property that I am confused about.
> > Is it supposed to be any random string that helps identify which
> > environment the PayPal call is made from.. i.e. my own test environment
> or
> > something that I need find from PayPal side?
> >
> > Accounting -> Payment Gateway Config -> PayPal Config ->
> >
> > Any pointers or links would be highly appreciated.
> > Regards
> > Shrilesh
> >
>


Re: E-commerce

2019-01-20 Thread Arun Patidar
Hello Shrilesh,

You will need two accounts on Paypal, one as merchant account and another
one as buyer account.

Thanks & Regards
---
Arun Patidar
Director of Information SystemsHotWax Commerce 



On Sat, Jan 19, 2019 at 3:39 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

> Hi,
> I am trying to configure the PayPal dev account with ofbiz. To that effect
> could someone please give me some idea about below please..It is the Api
> environment property that I am confused about.
> Is it supposed to be any random string that helps identify which
> environment the PayPal call is made from.. i.e. my own test environment or
> something that I need find from PayPal side?
>
> Accounting -> Payment Gateway Config -> PayPal Config ->
>
> Any pointers or links would be highly appreciated.
> Regards
> Shrilesh
>


Re: E-Commerce

2018-10-10 Thread Jacques Le Roux

Hi Shrilesh,

If you are interested in Solr within OFBiz you might check 
https://issues.apache.org/jira/browse/OFBIZ-5042

And especially the documentation at 
https://issues.apache.org/jira/secure/attachment/12753964/OFBIZ-5042-OriginalDescription.txt

It's no longer easy to spot since Pierre Smits simplified the Jira description while standardising the Solr plugin README.MD. Actually this should 
rather be an internal Asciidoc now (in trunk). I'll work on it and should deploy a wiki page "copied" from it too.


Currently OFBiz trunk relies on Solr 7.3 but we should soon update it to 7.5.

Our stable version (R16) relies on Solr 5.3.1

HTH

Jacques


Le 10/10/2018 à 15:18, Shrilesh Korgaonkar a écrit :

thank for your suggestion
i got ur point u got me great idea

Thanks and Regards

On Tue, Oct 9, 2018 at 9:41 AM Pritam Kute 
wrote:


Hi Shrilesh,

According to the above discussions, I guess you need to implement faceted
search which is nowadays more
popular on the e-commerce sites. [1]

The integration of the Apache Solr in OFBIz is at a very basic level for
now. So, I recommend you to write a custom implementation
for integrating stand-alone Apache Solr and achieving the results you want.
I suggest you
go through the documentation of Apache Solr for digging up more into it.
[2]

Hope this helps you.

[1]:

https://image.slidesharecdn.com/seeleysolrfacetseurocon2011-111021104018-phpapp01/95/the-many-facets-of-apache-solr-yonik-seeley-5-728.jpg?cb=1341583996
[2]: http://lucene.apache.org/solr/resources.html

Thanks and Regards
--
Pritam Kute


On Tue, Oct 9, 2018 at 1:25 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:


the solution u send that file or plugin is not working . it is not

loading

any data as well as in starting ofbiz it is not responding to my request
i understand u but Can u plz ellobrate

On Mon, Oct 8, 2018 at 10:27 AM Pritam Kute <

pritam.k...@hotwaxsystems.com

wrote:


Hi Shrilesh,

Product filtering is not supported OOTB on e-commerce for now. You need

to

customize the solution.
You can use Apache Solr for enhancing the search capabilities. You can

use

stand-alone Apache Solr server for this. Currently, the work is in

progress

to
integrate Apache Solr in embedded mode in Apache OFBiz. [1]

[1]: https://issues.apache.org/jira/browse/OFBIZ-5042

Thanks and Regards
--
Pritam Kute


On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:


Could you please let me know if product filtering is supported ootb

in

case

of ofbiz? E.g. when user searches for something in given category, i

want

to show not only products but also filtering pane on left hand side

using

which one can narrow down what they r looking for





Re: E-Commerce

2018-10-10 Thread Shrilesh Korgaonkar
thank pointing out advance search request in code filter

Thanks and Regards

On Tue, Oct 9, 2018 at 3:20 PM Rishi Solanki 
wrote:

> Dear Shrilesh,
> As mentioned by Pritam you need to do customization to match your
> requirement. And what I have suggested will give you basic idea of (if you
> follow the advance search request in code) what services and code used to
> implement. You can further use the same code to filter the search, just
> need to send ajax request instead of using the form.
>
> --
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
>
> On Tue, Oct 9, 2018 at 2:11 PM Pritam Kute 
> wrote:
>
> > Hi Shrilesh,
> >
> > According to the above discussions, I guess you need to implement faceted
> > search which is nowadays more
> > popular on the e-commerce sites. [1]
> >
> > The integration of the Apache Solr in OFBIz is at a very basic level for
> > now. So, I recommend you to write a custom implementation
> > for integrating stand-alone Apache Solr and achieving the results you
> want.
> > I suggest you
> > go through the documentation of Apache Solr for digging up more into it.
> > [2]
> >
> > Hope this helps you.
> >
> > [1]:
> >
> >
> https://image.slidesharecdn.com/seeleysolrfacetseurocon2011-111021104018-phpapp01/95/the-many-facets-of-apache-solr-yonik-seeley-5-728.jpg?cb=1341583996
> > [2]: http://lucene.apache.org/solr/resources.html
> >
> > Thanks and Regards
> > --
> > Pritam Kute
> >
> >
> > On Tue, Oct 9, 2018 at 1:25 PM Shrilesh Korgaonkar <
> > shrilesh.korgaon...@udyogmandir.in> wrote:
> >
> > > the solution u send that file or plugin is not working . it is not
> > loading
> > > any data as well as in starting ofbiz it is not responding to my
> request
> > > i understand u but Can u plz ellobrate
> > >
> > > On Mon, Oct 8, 2018 at 10:27 AM Pritam Kute <
> > pritam.k...@hotwaxsystems.com
> > > >
> > > wrote:
> > >
> > > > Hi Shrilesh,
> > > >
> > > > Product filtering is not supported OOTB on e-commerce for now. You
> need
> > > to
> > > > customize the solution.
> > > > You can use Apache Solr for enhancing the search capabilities. You
> can
> > > use
> > > > stand-alone Apache Solr server for this. Currently, the work is in
> > > progress
> > > > to
> > > > integrate Apache Solr in embedded mode in Apache OFBiz. [1]
> > > >
> > > > [1]: https://issues.apache.org/jira/browse/OFBIZ-5042
> > > >
> > > > Thanks and Regards
> > > > --
> > > > Pritam Kute
> > > >
> > > >
> > > > On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
> > > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > > >
> > > > > Could you please let me know if product filtering is supported ootb
> > in
> > > > case
> > > > > of ofbiz? E.g. when user searches for something in given category,
> i
> > > want
> > > > > to show not only products but also filtering pane on left hand side
> > > using
> > > > > which one can narrow down what they r looking for
> > > > >
> > > >
> > >
> >
>


Re: E-Commerce

2018-10-10 Thread Shrilesh Korgaonkar
thank for your suggestion
i got ur point u got me great idea

Thanks and Regards

On Tue, Oct 9, 2018 at 9:41 AM Pritam Kute 
wrote:

> Hi Shrilesh,
>
> According to the above discussions, I guess you need to implement faceted
> search which is nowadays more
> popular on the e-commerce sites. [1]
>
> The integration of the Apache Solr in OFBIz is at a very basic level for
> now. So, I recommend you to write a custom implementation
> for integrating stand-alone Apache Solr and achieving the results you want.
> I suggest you
> go through the documentation of Apache Solr for digging up more into it.
> [2]
>
> Hope this helps you.
>
> [1]:
>
> https://image.slidesharecdn.com/seeleysolrfacetseurocon2011-111021104018-phpapp01/95/the-many-facets-of-apache-solr-yonik-seeley-5-728.jpg?cb=1341583996
> [2]: http://lucene.apache.org/solr/resources.html
>
> Thanks and Regards
> --
> Pritam Kute
>
>
> On Tue, Oct 9, 2018 at 1:25 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > the solution u send that file or plugin is not working . it is not
> loading
> > any data as well as in starting ofbiz it is not responding to my request
> > i understand u but Can u plz ellobrate
> >
> > On Mon, Oct 8, 2018 at 10:27 AM Pritam Kute <
> pritam.k...@hotwaxsystems.com
> > >
> > wrote:
> >
> > > Hi Shrilesh,
> > >
> > > Product filtering is not supported OOTB on e-commerce for now. You need
> > to
> > > customize the solution.
> > > You can use Apache Solr for enhancing the search capabilities. You can
> > use
> > > stand-alone Apache Solr server for this. Currently, the work is in
> > progress
> > > to
> > > integrate Apache Solr in embedded mode in Apache OFBiz. [1]
> > >
> > > [1]: https://issues.apache.org/jira/browse/OFBIZ-5042
> > >
> > > Thanks and Regards
> > > --
> > > Pritam Kute
> > >
> > >
> > > On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
> > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > >
> > > > Could you please let me know if product filtering is supported ootb
> in
> > > case
> > > > of ofbiz? E.g. when user searches for something in given category, i
> > want
> > > > to show not only products but also filtering pane on left hand side
> > using
> > > > which one can narrow down what they r looking for
> > > >
> > >
> >
>


Re: E-Commerce

2018-10-09 Thread Rishi Solanki
Dear Shrilesh,
As mentioned by Pritam you need to do customization to match your
requirement. And what I have suggested will give you basic idea of (if you
follow the advance search request in code) what services and code used to
implement. You can further use the same code to filter the search, just
need to send ajax request instead of using the form.

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Tue, Oct 9, 2018 at 2:11 PM Pritam Kute 
wrote:

> Hi Shrilesh,
>
> According to the above discussions, I guess you need to implement faceted
> search which is nowadays more
> popular on the e-commerce sites. [1]
>
> The integration of the Apache Solr in OFBIz is at a very basic level for
> now. So, I recommend you to write a custom implementation
> for integrating stand-alone Apache Solr and achieving the results you want.
> I suggest you
> go through the documentation of Apache Solr for digging up more into it.
> [2]
>
> Hope this helps you.
>
> [1]:
>
> https://image.slidesharecdn.com/seeleysolrfacetseurocon2011-111021104018-phpapp01/95/the-many-facets-of-apache-solr-yonik-seeley-5-728.jpg?cb=1341583996
> [2]: http://lucene.apache.org/solr/resources.html
>
> Thanks and Regards
> --
> Pritam Kute
>
>
> On Tue, Oct 9, 2018 at 1:25 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > the solution u send that file or plugin is not working . it is not
> loading
> > any data as well as in starting ofbiz it is not responding to my request
> > i understand u but Can u plz ellobrate
> >
> > On Mon, Oct 8, 2018 at 10:27 AM Pritam Kute <
> pritam.k...@hotwaxsystems.com
> > >
> > wrote:
> >
> > > Hi Shrilesh,
> > >
> > > Product filtering is not supported OOTB on e-commerce for now. You need
> > to
> > > customize the solution.
> > > You can use Apache Solr for enhancing the search capabilities. You can
> > use
> > > stand-alone Apache Solr server for this. Currently, the work is in
> > progress
> > > to
> > > integrate Apache Solr in embedded mode in Apache OFBiz. [1]
> > >
> > > [1]: https://issues.apache.org/jira/browse/OFBIZ-5042
> > >
> > > Thanks and Regards
> > > --
> > > Pritam Kute
> > >
> > >
> > > On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
> > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > >
> > > > Could you please let me know if product filtering is supported ootb
> in
> > > case
> > > > of ofbiz? E.g. when user searches for something in given category, i
> > want
> > > > to show not only products but also filtering pane on left hand side
> > using
> > > > which one can narrow down what they r looking for
> > > >
> > >
> >
>


Re: E-Commerce

2018-10-09 Thread Pritam Kute
Hi Shrilesh,

According to the above discussions, I guess you need to implement faceted
search which is nowadays more
popular on the e-commerce sites. [1]

The integration of the Apache Solr in OFBIz is at a very basic level for
now. So, I recommend you to write a custom implementation
for integrating stand-alone Apache Solr and achieving the results you want.
I suggest you
go through the documentation of Apache Solr for digging up more into it. [2]

Hope this helps you.

[1]:
https://image.slidesharecdn.com/seeleysolrfacetseurocon2011-111021104018-phpapp01/95/the-many-facets-of-apache-solr-yonik-seeley-5-728.jpg?cb=1341583996
[2]: http://lucene.apache.org/solr/resources.html

Thanks and Regards
--
Pritam Kute


On Tue, Oct 9, 2018 at 1:25 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

> the solution u send that file or plugin is not working . it is not loading
> any data as well as in starting ofbiz it is not responding to my request
> i understand u but Can u plz ellobrate
>
> On Mon, Oct 8, 2018 at 10:27 AM Pritam Kute  >
> wrote:
>
> > Hi Shrilesh,
> >
> > Product filtering is not supported OOTB on e-commerce for now. You need
> to
> > customize the solution.
> > You can use Apache Solr for enhancing the search capabilities. You can
> use
> > stand-alone Apache Solr server for this. Currently, the work is in
> progress
> > to
> > integrate Apache Solr in embedded mode in Apache OFBiz. [1]
> >
> > [1]: https://issues.apache.org/jira/browse/OFBIZ-5042
> >
> > Thanks and Regards
> > --
> > Pritam Kute
> >
> >
> > On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
> > shrilesh.korgaon...@udyogmandir.in> wrote:
> >
> > > Could you please let me know if product filtering is supported ootb in
> > case
> > > of ofbiz? E.g. when user searches for something in given category, i
> want
> > > to show not only products but also filtering pane on left hand side
> using
> > > which one can narrow down what they r looking for
> > >
> >
>


Re: E-Commerce

2018-10-09 Thread Shrilesh Korgaonkar
the solution u send that file or plugin is not working . it is not loading
any data as well as in starting ofbiz it is not responding to my request
i understand u but Can u plz ellobrate

On Mon, Oct 8, 2018 at 10:27 AM Pritam Kute 
wrote:

> Hi Shrilesh,
>
> Product filtering is not supported OOTB on e-commerce for now. You need to
> customize the solution.
> You can use Apache Solr for enhancing the search capabilities. You can use
> stand-alone Apache Solr server for this. Currently, the work is in progress
> to
> integrate Apache Solr in embedded mode in Apache OFBiz. [1]
>
> [1]: https://issues.apache.org/jira/browse/OFBIZ-5042
>
> Thanks and Regards
> --
> Pritam Kute
>
>
> On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Could you please let me know if product filtering is supported ootb in
> case
> > of ofbiz? E.g. when user searches for something in given category, i want
> > to show not only products but also filtering pane on left hand side using
> > which one can narrow down what they r looking for
> >
>


Re: E-Commerce

2018-10-09 Thread Shrilesh Korgaonkar
i got that but it in the form of request and custom response , i don't want
that
i need a runtime filter on the page just like the product on e-commerce
websites

Thanks & Regards

On Mon, Oct 8, 2018 at 2:22 PM Rishi Solanki 
wrote:

> Shrilesh,
> Please refer
> https://demo-trunk.ofbiz.apache.org/ecommerce/control/advancedsearch
>
> It will have all basic filters added with basic form. You may need to alter
> this as per your requirements.
>
>
> Regards,
> --
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
>
> On Mon, Oct 8, 2018 at 6:09 PM Shi Jinghai  wrote:
>
> > " E.g. when user searches for something in given category ", I guess it's
> > a frontend javascript filter, right?
> >
> >
> > -邮件原件-
> > 发件人: Pritam Kute [mailto:pritam.k...@hotwaxsystems.com]
> > 发送时间: 2018年10月8日 17:27
> > 收件人: user@ofbiz.apache.org
> > 主题: Re: E-Commerce
> >
> > Hi Shrilesh,
> >
> > Product filtering is not supported OOTB on e-commerce for now. You need
> to
> > customize the solution.
> > You can use Apache Solr for enhancing the search capabilities. You can
> use
> > stand-alone Apache Solr server for this. Currently, the work is in
> progress
> > to
> > integrate Apache Solr in embedded mode in Apache OFBiz. [1]
> >
> > [1]: https://issues.apache.org/jira/browse/OFBIZ-5042
> >
> > Thanks and Regards
> > --
> > Pritam Kute
> >
> >
> > On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
> > shrilesh.korgaon...@udyogmandir.in> wrote:
> >
> > > Could you please let me know if product filtering is supported ootb in
> > case
> > > of ofbiz? E.g. when user searches for something in given category, i
> want
> > > to show not only products but also filtering pane on left hand side
> using
> > > which one can narrow down what they r looking for
> > >
> >
>


Re: E-Commerce

2018-10-08 Thread Rishi Solanki
Shrilesh,
Please refer 
https://demo-trunk.ofbiz.apache.org/ecommerce/control/advancedsearch

It will have all basic filters added with basic form. You may need to alter
this as per your requirements.


Regards,
--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Mon, Oct 8, 2018 at 6:09 PM Shi Jinghai  wrote:

> " E.g. when user searches for something in given category ", I guess it's
> a frontend javascript filter, right?
>
>
> -邮件原件-
> 发件人: Pritam Kute [mailto:pritam.k...@hotwaxsystems.com]
> 发送时间: 2018年10月8日 17:27
> 收件人: user@ofbiz.apache.org
> 主题: Re: E-Commerce
>
> Hi Shrilesh,
>
> Product filtering is not supported OOTB on e-commerce for now. You need to
> customize the solution.
> You can use Apache Solr for enhancing the search capabilities. You can use
> stand-alone Apache Solr server for this. Currently, the work is in progress
> to
> integrate Apache Solr in embedded mode in Apache OFBiz. [1]
>
> [1]: https://issues.apache.org/jira/browse/OFBIZ-5042
>
> Thanks and Regards
> --
> Pritam Kute
>
>
> On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Could you please let me know if product filtering is supported ootb in
> case
> > of ofbiz? E.g. when user searches for something in given category, i want
> > to show not only products but also filtering pane on left hand side using
> > which one can narrow down what they r looking for
> >
>


Re: E-Commerce

2018-10-08 Thread Shi Jinghai
" E.g. when user searches for something in given category ", I guess it's a 
frontend javascript filter, right?


-邮件原件-
发件人: Pritam Kute [mailto:pritam.k...@hotwaxsystems.com] 
发送时间: 2018年10月8日 17:27
收件人: user@ofbiz.apache.org
主题: Re: E-Commerce

Hi Shrilesh,

Product filtering is not supported OOTB on e-commerce for now. You need to
customize the solution.
You can use Apache Solr for enhancing the search capabilities. You can use
stand-alone Apache Solr server for this. Currently, the work is in progress
to
integrate Apache Solr in embedded mode in Apache OFBiz. [1]

[1]: https://issues.apache.org/jira/browse/OFBIZ-5042

Thanks and Regards
--
Pritam Kute


On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

> Could you please let me know if product filtering is supported ootb in case
> of ofbiz? E.g. when user searches for something in given category, i want
> to show not only products but also filtering pane on left hand side using
> which one can narrow down what they r looking for
>


Re: E-Commerce

2018-10-08 Thread Pritam Kute
Hi Shrilesh,

Product filtering is not supported OOTB on e-commerce for now. You need to
customize the solution.
You can use Apache Solr for enhancing the search capabilities. You can use
stand-alone Apache Solr server for this. Currently, the work is in progress
to
integrate Apache Solr in embedded mode in Apache OFBiz. [1]

[1]: https://issues.apache.org/jira/browse/OFBIZ-5042

Thanks and Regards
--
Pritam Kute


On Mon, Oct 8, 2018 at 1:24 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

> Could you please let me know if product filtering is supported ootb in case
> of ofbiz? E.g. when user searches for something in given category, i want
> to show not only products but also filtering pane on left hand side using
> which one can narrow down what they r looking for
>


Re: E-commerce

2018-08-27 Thread Nicolas Malin

hi,

If you component is loaded and you have the widget/Theme.xml file, OFBiz 
load it to use it as potential Theme.


But follow 
https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/themes/README.md 
to enable it.


Nicolas

On 25/08/2018 16:57, Girish Vasmatkar wrote:

Not sure if I am following you but I will give it a try.

Did you mean how Theme.xml file is loaded?

Look at OFBIZ_HOME/framework/base/config/component-load.xml and see below
line




It scans all folders under themes folder assuming they are themes.

And then look at org.apache.ofbiz.widget.model.ThemeFactory.java

Code looks for Theme.xml file to load your theme's definitions.

Thanks and Best Regards,
Girish Vasmatkar

On Sat, Aug 25, 2018 at 3:02 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:


Plugins – e-commerce

How does plugins\ecommerce\widget\Theme.xml

Where it is defined as the theme file

Or it automatically loader with others files which are there in the widget
folder





Re: E-commerce

2018-08-27 Thread Shrilesh Korgaonkar
 hai all please ignore this message...

On Mon, Aug 27, 2018 at 3:36 PM, Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

> ofbiz ecommerce out-of-the-box pdf
>
> if anybody has that book send plz
>


Re: E-commerce

2018-08-27 Thread Michael Brohl

This is a commercial book you have to pay for.

Please don't ask for sharing in our mailing lists.

Thanks,

Michael


Am 27.08.18 um 12:06 schrieb Shrilesh Korgaonkar:

ofbiz ecommerce out-of-the-box pdf

if anybody has that book send plz






smime.p7s
Description: S/MIME Cryptographic Signature


Re: e-commerce

2018-08-27 Thread Deepak Dixit
Hi Shrilesh Korgaonkar,

What you wan to know about this code?
This is freemarker template that generates HTML
https://freemarker.apache.org/

Thanks & Regards
--
Deepak Dixit


On Mon, Aug 27, 2018 at 4:35 PM, Deepak Dixit 
wrote:

> Hi Shrilesh Korgaonkar,
>
> Your email has been moderated, Please subscribe to the mailing list
> http://ofbiz.apache.org/mailing-lists.html
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Mon, Aug 27, 2018 at 3:28 PM, Shrilesh Korgaonkar  udyogmandir.in> wrote:
>
>> came anyone explains this code
>>
>> 
>>
>>   <#list productCategoryList as childCategoryList>
>>
>> <#assign cateCount = 0/>
>>
>> <#list childCategoryList as productCategory>
>>   
>> <#if (cateCount > 2)>
>> <#assign cateCount = 0/>
>> 
>> <#assign productCategoryId = productCategory.productCategor
>> yId/>
>> <#assign categoryImageUrl = "/images/defaultImage.jpg"/>
>> <#assign productCategoryMembers = delegator
>> .findByAnd("ProductCategoryAndMember",
>> Static["org.apache.ofbiz.base.util.UtilMisc"]
>> .toMap("productCategoryId", productCategoryId),
>>
>> Static["org.apache.ofbiz.base.util.UtilMisc"].toList("-quantity"),
>> false)/>
>> <#if productCategory.categoryImageUrl?has_content>
>>   <#assign categoryImageUrl = productCategory.categoryImageU
>> rl/>
>>   <#elseif productCategoryMembers?has_content>
>> <#assign productCategoryMember =
>>
>> Static["org.apache.ofbiz.entity.util.EntityUtil"].getFirst(p
>> roductCategoryMembers)/>
>> <#assign product = delegator.findOne("Product",
>> Static["org.apache.ofbiz.base.util.UtilMisc"]
>> .toMap("productId",
>> productCategoryMember.productId), false)/>
>> <#if product.smallImageUrl?has_content>
>>   <#assign categoryImageUrl = product.smallImageUrl/>
>> 
>> 
>>
>>
>>
>>   
>> 
>>   > alt="Card image cap"/>
>> 
>> 
>>   
>> 
>>   ${productCategory.categoryName!productCategoryId}
>> 
>>   
>>   
>> 
>>   <#if productCategoryMembers??>
>> <#assign i = 0/>
>> <#list productCategoryMembers as
>> productCategoryMember>
>>   <#if (i > 2)>
>> <#if productCategoryMembers[i]?has_content>
>>   > href="<@ofbizCatalogAltUrl productCategoryId=productCategoryId/>">
>> More...
>>   
>> 
>> <#break>
>>   
>>   <#if productCategoryMember?has_content>
>> <#assign product =
>> delegator.findOne("Product",
>>
>> Static["org.apache.ofbiz.base.util.UtilMisc"].toMap("productId",
>> productCategoryMember.productId),
>> false)>
>>   
>> >href="<@ofbizCatalogAltUrl
>> productCategoryId="PROMOTIONS"
>> productId="${product.productId}"/>">
>> ${product.productName!product.productId}
>> 
>>   
>>   
>>   <#assign i = i+1/>
>> 
>>   
>> 
>>   
>> 
>>   
>> <#assign cateCount = cateCount + 1/>
>>   
>>   
>>   
>> 
>>
>
>


Re: e-commerce

2018-08-27 Thread Deepak Dixit
Hi Shrilesh Korgaonkar,

Your email has been moderated, Please subscribe to the mailing list
http://ofbiz.apache.org/mailing-lists.html

Thanks & Regards
--
Deepak Dixit


On Mon, Aug 27, 2018 at 3:28 PM, Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

> came anyone explains this code
>
> 
>
>   <#list productCategoryList as childCategoryList>
>
> <#assign cateCount = 0/>
>
> <#list childCategoryList as productCategory>
>   
> <#if (cateCount > 2)>
> <#assign cateCount = 0/>
> 
> <#assign productCategoryId = productCategory.
> productCategoryId/>
> <#assign categoryImageUrl = "/images/defaultImage.jpg"/>
> <#assign productCategoryMembers = delegator
> .findByAnd("ProductCategoryAndMember",
> Static["org.apache.ofbiz.base.util.UtilMisc"]
> .toMap("productCategoryId", productCategoryId),
>
> Static["org.apache.ofbiz.base.util.UtilMisc"].toList("-quantity"),
> false)/>
> <#if productCategory.categoryImageUrl?has_content>
>   <#assign categoryImageUrl = productCategory.
> categoryImageUrl/>
>   <#elseif productCategoryMembers?has_content>
> <#assign productCategoryMember =
>
> Static["org.apache.ofbiz.entity.util.EntityUtil"].getFirst(
> productCategoryMembers)/>
> <#assign product = delegator.findOne("Product",
> Static["org.apache.ofbiz.base.util.UtilMisc"]
> .toMap("productId",
> productCategoryMember.productId), false)/>
> <#if product.smallImageUrl?has_content>
>   <#assign categoryImageUrl = product.smallImageUrl/>
> 
> 
>
>
>
>   
> 
>alt="Card image cap"/>
> 
> 
>   
> 
>   ${productCategory.categoryName!productCategoryId}
> 
>   
>   
> 
>   <#if productCategoryMembers??>
> <#assign i = 0/>
> <#list productCategoryMembers as
> productCategoryMember>
>   <#if (i > 2)>
> <#if productCategoryMembers[i]?has_content>
>href="<@ofbizCatalogAltUrl productCategoryId=productCategoryId/>">
> More...
>   
> 
> <#break>
>   
>   <#if productCategoryMember?has_content>
> <#assign product = delegator.findOne("Product",
>
> Static["org.apache.ofbiz.base.util.UtilMisc"].toMap("productId",
> productCategoryMember.productId),
> false)>
>   
> href="<@ofbizCatalogAltUrl
> productCategoryId="PROMOTIONS"
> productId="${product.productId}"/>">
> ${product.productName!product.productId}
> 
>   
>   
>   <#assign i = i+1/>
> 
>   
> 
>   
> 
>   
> <#assign cateCount = cateCount + 1/>
>   
>   
>   
> 
>


Re: E-commerce

2018-08-25 Thread Girish Vasmatkar
Not sure if I am following you but I will give it a try.

Did you mean how Theme.xml file is loaded?

Look at OFBIZ_HOME/framework/base/config/component-load.xml and see below
line




It scans all folders under themes folder assuming they are themes.

And then look at org.apache.ofbiz.widget.model.ThemeFactory.java

Code looks for Theme.xml file to load your theme's definitions.

Thanks and Best Regards,
Girish Vasmatkar

On Sat, Aug 25, 2018 at 3:02 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

> Plugins – e-commerce
>
> How does plugins\ecommerce\widget\Theme.xml
>
> Where it is defined as the theme file
>
> Or it automatically loader with others files which are there in the widget
> folder
>


Re: E-Commerce

2017-09-25 Thread Rishi Solanki
Some quick references;

- https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Features
- https://cwiki.apache.org/confluence/display/OFBIZ/E-commerce+16.11
-
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide




Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Mon, Sep 25, 2017 at 3:16 PM, Saverio Scavelli <
saverio.scave...@gmail.com> wrote:

> Hi everyone,
>
> I'm new to ofbiz and I'm mainly interested in E commerce. I would like to
> build a platform
> similar to amazon (to give the idea). I'm primarily a java and  front-end
> developer.
>
> I've had and overview of ofbiz creating some selling product and catalogs
> and payments, but
> I'm not really sure of what I'm doing. What I'm ´missing is a step by step
> tutorials/HOWTOS
> Especially in E-commerce and what can I achieve using out of the box
> functionality.
>
> Could someone give me some advice and point me to the right resources to
> achieve my goal?
>
> Many Thks.
>
> Xaver
>


Re: e-commerce affiliate programs

2010-04-12 Thread Jacques Le Roux

Yes, it's possible but not OOTB, you would have to assemble existing pieces. I 
let you track them, should not be too hard.

Jacques
From: Varun Bhansaly vbhans...@gmail.com

Hi,

I am evaluating a variety of ecommerce engines like magento, spree,
oscommerce  of cource ofbiz e-commerce.
There would be variety of promotions as well as affiliate programs, for eg.
”
Refer a friend. An email will be sent to the friend(s) and offer them a YY
discount voucher off their first order.
If they place an order, referrer account will be credited with £XX to use on
next order.
”

Please let me know if its possible to implement such scenario, if yes then
please let me know as to how to configure the same in ofbiz e-commerce OR
the amount of customization required, so that i can evaluate the user
friendliness  ease of configuration.

Thanks,
--
View this message in context: 
http://n4.nabble.com/e-commerce-affiliate-programs-tp1836600p1836600.html
Sent from the OFBiz - User mailing list archive at Nabble.com.






Re: e-commerce affiliate programs

2010-04-12 Thread Varun Bhansaly

Hi Jacques,
Would be of great help if you could give some pointers on the existing pieces.
BTW forgot to mention an important condition -
Discount vouchers may not be used in conjunction with any other offers.

Thanks,

On Mon, Apr 12, 2010 at 6:39 PM, Jacques Le Roux [via OFBiz]
ml-node+1837094-721227204-187...@n4.nabble.com wrote:
 Yes, it's possible but not OOTB, you would have to assemble existing pieces.
 I let you track them, should not be too hard.

 Jacques
 From: Varun Bhansaly [hidden email]
 Hi,

 I am evaluating a variety of ecommerce engines like magento, spree,
 oscommerce  of cource ofbiz e-commerce.
 There would be variety of promotions as well as affiliate programs, for
 eg.
 ”
 Refer a friend. An email will be sent to the friend(s) and offer them a YY
 discount voucher off their first order.
 If they place an order, referrer account will be credited with £XX to use
 on
 next order.
 ”

 Please let me know if its possible to implement such scenario, if yes then
 please let me know as to how to configure the same in ofbiz e-commerce OR
 the amount of customization required, so that i can evaluate the user
 friendliness  ease of configuration.

 Thanks,
 --
 View this message in context:
 http://n4.nabble.com/e-commerce-affiliate-programs-tp1836600p1836600.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.




 
 View message @
 http://n4.nabble.com/e-commerce-affiliate-programs-tp1836600p1837094.html
 To unsubscribe from e-commerce affiliate programs, click here.




-- 
Regards,
Varun Bhansaly

-- 
View this message in context: 
http://n4.nabble.com/e-commerce-affiliate-programs-tp1836600p1837371.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: e-commerce affiliate programs

2010-04-12 Thread Ruth Hoffman

Hello Varun:

Good introduction to promotions in my books. There are no pointers to 
code as these books are intended for end-users. However, you can get a 
really good feel for how things work and if OFBiz compares favorably to 
your other candidates. Both books discuss out-of-the-box support for 
promotions. The Catalog Manager talks about how to set up some simple 
promotional scenarios.


Books available at http://www.myofbiz.com
Regards,
Ruth

Help support the effort to document OFBiz, buy my books!
ruth.hoff...@myofbiz.com

Varun Bhansaly wrote:

Hi Jacques,
Would be of great help if you could give some pointers on the existing pieces.
BTW forgot to mention an important condition -
Discount vouchers may not be used in conjunction with any other offers.

Thanks,

On Mon, Apr 12, 2010 at 6:39 PM, Jacques Le Roux [via OFBiz]
ml-node+1837094-721227204-187...@n4.nabble.com wrote:
  

Yes, it's possible but not OOTB, you would have to assemble existing pieces.
I let you track them, should not be too hard.

Jacques
From: Varun Bhansaly [hidden email]


Hi,

I am evaluating a variety of ecommerce engines like magento, spree,
oscommerce  of cource ofbiz e-commerce.
There would be variety of promotions as well as affiliate programs, for
eg.
�
Refer a friend. An email will be sent to the friend(s) and offer them a YY
discount voucher off their first order.
If they place an order, referrer account will be credited with £XX to use
on
next order.
�

Please let me know if its possible to implement such scenario, if yes then
please let me know as to how to configure the same in ofbiz e-commerce OR
the amount of customization required, so that i can evaluate the user
friendliness  ease of configuration.

Thanks,
--
View this message in context:
http://n4.nabble.com/e-commerce-affiliate-programs-tp1836600p1836600.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

  



View message @
http://n4.nabble.com/e-commerce-affiliate-programs-tp1836600p1837094.html
To unsubscribe from e-commerce affiliate programs, click here.






  


Re: E-commerce home page without products

2009-03-30 Thread lahmar

Hi all,

I did what you request but i had no result. i am redirecting in the home
page (noramally i will be redirected to the login page).

Thks  best regards.
Lahmar.
-- 
View this message in context: 
http://www.nabble.com/E-commerce-home-page-without-products-tp22508111p22786461.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: E commerce setup Contact Us

2009-03-24 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

partymgr-communication

Jacek Wagner sent the following on 3/24/2009 2:16 PM:
 All,
 
 Where contact us  suppose to be mail to?
 
 Jacek
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJyU9IrP3NbaWWqE4RAtGJAJ9l0IWqMj1xlZSn0ws/PCE0d5MpJQCg0reX
tAsE7G69SLlhWbcOJTHDCMA=
=rkmJ
-END PGP SIGNATURE-


Re: E commerce setup Contact Us

2009-03-24 Thread Jacek Wagner

It works.

Very much impressed Jacek

BJ Freeman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

partymgr-communication

Jacek Wagner sent the following on 3/24/2009 2:16 PM:
  

All,

Where contact us  suppose to be mail to?

Jacek




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJyU9IrP3NbaWWqE4RAtGJAJ9l0IWqMj1xlZSn0ws/PCE0d5MpJQCg0reX
tAsE7G69SLlhWbcOJTHDCMA=
=rkmJ
-END PGP SIGNATURE-
  




Re: E commerce setup Contact Us

2009-03-24 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

same with requests


Jacek Wagner sent the following on 3/24/2009 2:59 PM:
 It works.
 
 Very much impressed Jacek
 
 BJ Freeman wrote:
 partymgr-communication
 
 Jacek Wagner sent the following on 3/24/2009 2:16 PM:
  
 All,

 Where contact us  suppose to be mail to?

 Jacek


 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJyVk6rP3NbaWWqE4RAoviAJ4pX+GfGiFo+iHBjXdZzsXRTbt0HACfVEgu
AzuhGJsMPfrjOFf7SE1+vDM=
=c1jY
-END PGP SIGNATURE-


Re: e commerce payment

2009-03-23 Thread Jacek Wagner

I shall do. -- Jacek
BJ Freeman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

the only OOTB solution is paypal.
you will have to find a payment processor that does the cc capture and
processing then return you a transaction code, like paypal does.
then write the code as an external payment processor.
good luck in finding one.
if you do
Please share the provider in the FAQ's


Jacek Wagner sent the following on 3/16/2009 8:14 AM:
  

BJ Freeman wrote:
Hansen:
 paymentoptions.ftl has if statements so if the option is not in the
productstore payments they will not show.
look in paymentoptions.groovy where the data for paymentoptions.ftl
is built.


Hansen Wang sent the following on 3/13/2009 5:23 PM:
 


The three payment methods (CC, EFT, GC) was hardcoded in the
paymentoptions.ftl. It seems that you need to change the code to use
billing
account for the customer, or other offline payment methods to pass the
payment method step.

Hansen

On Fri, Mar 13, 2009 at 5:13 PM, BJ Freeman bjf...@free-man.net wrote:

without CC info, cc# and expire date minimum, you can not use
cybersource.
you only hope is to use paypal.
you would send the order to paypal, they would process the CC and order
then return a transaction number to you.


Jacek Wagner sent the following on 3/13/2009 5:00 PM:
   
  

All,

I setup a store that accepts only Cyber Source payment(s), but when I
buy a merchandise I am forced to use either credit card, gift
certificate or provide EFT Account.
In my business I am not allowed to collect credit card
information, EFT
account info or any financial information for that matter.
What has to be done to let customer complete financial part of the
transaction thru the Cyber Source.
I read Apache OFBiz Business Setup Guide over and over and did not
find
any clue.
Did I miss something?

Jacek


  



  

Thank you everyone who responded. I  am quite comfortable with changing
ofbiz code in various areas. I was just hoping for an easy, out of the
box, solution to my e commerce payment problem.



  

Jacek





-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJvqKsrP3NbaWWqE4RArynAJ9PrR3qObKO/Y5tvWRj9fOtVKtXMACcDip7
kKoY3hgWgs48C6IFLJ0kJIQ=
=5a54
-END PGP SIGNATURE-
  




Re: e commerce payment

2009-03-16 Thread Jacek Wagner

BJ Freeman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hansen:
 paymentoptions.ftl has if statements so if the option is not in the
productstore payments they will not show.
look in paymentoptions.groovy where the data for paymentoptions.ftl
is built.


Hansen Wang sent the following on 3/13/2009 5:23 PM:
  

The three payment methods (CC, EFT, GC) was hardcoded in the
paymentoptions.ftl. It seems that you need to change the code to use billing
account for the customer, or other offline payment methods to pass the
payment method step.

Hansen

On Fri, Mar 13, 2009 at 5:13 PM, BJ Freeman bjf...@free-man.net wrote:

without CC info, cc# and expire date minimum, you can not use cybersource.
you only hope is to use paypal.
you would send the order to paypal, they would process the CC and order
then return a transaction number to you.


Jacek Wagner sent the following on 3/13/2009 5:00 PM:


All,

I setup a store that accepts only Cyber Source payment(s), but when I
buy a merchandise I am forced to use either credit card, gift
certificate or provide EFT Account.
In my business I am not allowed to collect credit card information, EFT
account info or any financial information for that matter.
What has to be done to let customer complete financial part of the
transaction thru the Cyber Source.
I read Apache OFBiz Business Setup Guide over and over and did not find
any clue.
Did I miss something?

Jacek


  


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJuv15rP3NbaWWqE4RAh3wAJ9HF5Jc5cqEI7bbuP6b3g/xxhMHuQCgt0qx
kktFQeiMA3Ojg9vfUuZ78h4=
=hNs6
-END PGP SIGNATURE-
  
Thank you everyone who responded. I  am quite comfortable with changing 
ofbiz code in various areas. I was just hoping for an easy, out of the 
box, solution to my e commerce payment problem.


Jacek



Re: e commerce payment

2009-03-16 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

the only OOTB solution is paypal.
you will have to find a payment processor that does the cc capture and
processing then return you a transaction code, like paypal does.
then write the code as an external payment processor.
good luck in finding one.
if you do
Please share the provider in the FAQ's


Jacek Wagner sent the following on 3/16/2009 8:14 AM:
 BJ Freeman wrote:
 Hansen:
  paymentoptions.ftl has if statements so if the option is not in the
 productstore payments they will not show.
 look in paymentoptions.groovy where the data for paymentoptions.ftl
 is built.
 
 
 Hansen Wang sent the following on 3/13/2009 5:23 PM:
  
 The three payment methods (CC, EFT, GC) was hardcoded in the
 paymentoptions.ftl. It seems that you need to change the code to use
 billing
 account for the customer, or other offline payment methods to pass the
 payment method step.

 Hansen

 On Fri, Mar 13, 2009 at 5:13 PM, BJ Freeman bjf...@free-man.net wrote:

 without CC info, cc# and expire date minimum, you can not use
 cybersource.
 you only hope is to use paypal.
 you would send the order to paypal, they would process the CC and order
 then return a transaction number to you.


 Jacek Wagner sent the following on 3/13/2009 5:00 PM:

 All,

 I setup a store that accepts only Cyber Source payment(s), but when I
 buy a merchandise I am forced to use either credit card, gift
 certificate or provide EFT Account.
 In my business I am not allowed to collect credit card
 information, EFT
 account info or any financial information for that matter.
 What has to be done to let customer complete financial part of the
 transaction thru the Cyber Source.
 I read Apache OFBiz Business Setup Guide over and over and did not
 find
 any clue.
 Did I miss something?

 Jacek


   
 

 Thank you everyone who responded. I  am quite comfortable with changing
 ofbiz code in various areas. I was just hoping for an easy, out of the
 box, solution to my e commerce payment problem.

 Jacek



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJvqKsrP3NbaWWqE4RArynAJ9PrR3qObKO/Y5tvWRj9fOtVKtXMACcDip7
kKoY3hgWgs48C6IFLJ0kJIQ=
=5a54
-END PGP SIGNATURE-


Re: E-commerce home page without products

2009-03-14 Thread Mansour Al Akeel
Hansen:
Thank you. That's what I wanted. I will try it and report the results. 




On Fri Mar 13,2009 06:43 pm, Hansen Wang wrote:
 Or if you just want to protect the initial page for authenticated users
 only, you can just then set auth to true in the request-map definition of
 the main servlet. This is defined in controller.xml. If you do that, users
 will be redirected to the login page when they access the home page.
 
 On Fri, Mar 13, 2009 at 6:38 PM, Hansen Wang han...@gemmall.com wrote:
 
  The initial page to display for the ecommerce  webapp's root is defined in
  the following two files:
 
  ecommerce/webapp/ecommerce/WEB-INF/web.xml defines index.jsp as the webcome
  file and include it in the allowedPaths
 
  ecommerce/webapp/ecommerce/index.jsp forwards to the main servlet
 
  So you can change these files for your purpose.
 
  Hansen
 
 
 
 
  On Fri, Mar 13, 2009 at 6:17 PM, Mansour Al Akeel 
  mansour.alak...@gmail.com wrote:
 
  Hello all:
  I am not sure if someone have done this before, but I need to change the
  home page for the e-commerce, and put a page without showing or
  diplaying the products, then on one of the links, it takes the user, to
  the page that shows the product normally.
 
  If someone have done this, please let me know the simplest way to do it.
 
  Thank you.
 
 
 
 


Re: e commerce payment

2009-03-13 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

without CC info, cc# and expire date minimum, you can not use cybersource.
you only hope is to use paypal.
you would send the order to paypal, they would process the CC and order
then return a transaction number to you.


Jacek Wagner sent the following on 3/13/2009 5:00 PM:
 All,
 
 I setup a store that accepts only Cyber Source payment(s), but when I
 buy a merchandise I am forced to use either credit card, gift
 certificate or provide EFT Account.
 In my business I am not allowed to collect credit card information, EFT
 account info or any financial information for that matter.
 What has to be done to let customer complete financial part of the
 transaction thru the Cyber Source.
 I read Apache OFBiz Business Setup Guide over and over and did not find
 any clue.
 Did I miss something?
 
 Jacek
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJuvatrP3NbaWWqE4RAlkxAJ9bvll1aGQNyQIlWU7FCL1vuImPVQCgg9Gh
EAGpcaNNev4PxpLlRk2eQz0=
=05IJ
-END PGP SIGNATURE-


Re: e commerce payment

2009-03-13 Thread Hansen Wang
The three payment methods (CC, EFT, GC) was hardcoded in the
paymentoptions.ftl. It seems that you need to change the code to use billing
account for the customer, or other offline payment methods to pass the
payment method step.

Hansen

On Fri, Mar 13, 2009 at 5:13 PM, BJ Freeman bjf...@free-man.net wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 without CC info, cc# and expire date minimum, you can not use cybersource.
 you only hope is to use paypal.
 you would send the order to paypal, they would process the CC and order
 then return a transaction number to you.


 Jacek Wagner sent the following on 3/13/2009 5:00 PM:
  All,
 
  I setup a store that accepts only Cyber Source payment(s), but when I
  buy a merchandise I am forced to use either credit card, gift
  certificate or provide EFT Account.
  In my business I am not allowed to collect credit card information, EFT
  account info or any financial information for that matter.
  What has to be done to let customer complete financial part of the
  transaction thru the Cyber Source.
  I read Apache OFBiz Business Setup Guide over and over and did not find
  any clue.
  Did I miss something?
 
  Jacek
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFJuvatrP3NbaWWqE4RAlkxAJ9bvll1aGQNyQIlWU7FCL1vuImPVQCgg9Gh
 EAGpcaNNev4PxpLlRk2eQz0=
 =05IJ
 -END PGP SIGNATURE-



Re: e commerce payment

2009-03-13 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hansen:
 paymentoptions.ftl has if statements so if the option is not in the
productstore payments they will not show.
look in paymentoptions.groovy where the data for paymentoptions.ftl
is built.


Hansen Wang sent the following on 3/13/2009 5:23 PM:
 The three payment methods (CC, EFT, GC) was hardcoded in the
 paymentoptions.ftl. It seems that you need to change the code to use billing
 account for the customer, or other offline payment methods to pass the
 payment method step.
 
 Hansen
 
 On Fri, Mar 13, 2009 at 5:13 PM, BJ Freeman bjf...@free-man.net wrote:
 
 without CC info, cc# and expire date minimum, you can not use cybersource.
 you only hope is to use paypal.
 you would send the order to paypal, they would process the CC and order
 then return a transaction number to you.
 
 
 Jacek Wagner sent the following on 3/13/2009 5:00 PM:
 All,

 I setup a store that accepts only Cyber Source payment(s), but when I
 buy a merchandise I am forced to use either credit card, gift
 certificate or provide EFT Account.
 In my business I am not allowed to collect credit card information, EFT
 account info or any financial information for that matter.
 What has to be done to let customer complete financial part of the
 transaction thru the Cyber Source.
 I read Apache OFBiz Business Setup Guide over and over and did not find
 any clue.
 Did I miss something?

 Jacek




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJuv15rP3NbaWWqE4RAh3wAJ9HF5Jc5cqEI7bbuP6b3g/xxhMHuQCgt0qx
kktFQeiMA3Ojg9vfUuZ78h4=
=hNs6
-END PGP SIGNATURE-


Re: E-commerce home page without products

2009-03-13 Thread Hansen Wang
The initial page to display for the ecommerce  webapp's root is defined in
the following two files:

ecommerce/webapp/ecommerce/WEB-INF/web.xml defines index.jsp as the webcome
file and include it in the allowedPaths

ecommerce/webapp/ecommerce/index.jsp forwards to the main servlet

So you can change these files for your purpose.

Hansen



On Fri, Mar 13, 2009 at 6:17 PM, Mansour Al Akeel mansour.alak...@gmail.com
 wrote:

 Hello all:
 I am not sure if someone have done this before, but I need to change the
 home page for the e-commerce, and put a page without showing or
 diplaying the products, then on one of the links, it takes the user, to
 the page that shows the product normally.

 If someone have done this, please let me know the simplest way to do it.

 Thank you.





Re: E-commerce home page without products

2009-03-13 Thread Hansen Wang
Or if you just want to protect the initial page for authenticated users
only, you can just then set auth to true in the request-map definition of
the main servlet. This is defined in controller.xml. If you do that, users
will be redirected to the login page when they access the home page.

On Fri, Mar 13, 2009 at 6:38 PM, Hansen Wang han...@gemmall.com wrote:

 The initial page to display for the ecommerce  webapp's root is defined in
 the following two files:

 ecommerce/webapp/ecommerce/WEB-INF/web.xml defines index.jsp as the webcome
 file and include it in the allowedPaths

 ecommerce/webapp/ecommerce/index.jsp forwards to the main servlet

 So you can change these files for your purpose.

 Hansen




 On Fri, Mar 13, 2009 at 6:17 PM, Mansour Al Akeel 
 mansour.alak...@gmail.com wrote:

 Hello all:
 I am not sure if someone have done this before, but I need to change the
 home page for the e-commerce, and put a page without showing or
 diplaying the products, then on one of the links, it takes the user, to
 the page that shows the product normally.

 If someone have done this, please let me know the simplest way to do it.

 Thank you.






Re: e-commerce/catalog question

2007-05-17 Thread Janine Sisk
Thanks to you and Phani - now that I know it's possible, I will spend  
more time reading the docs.


janine

On May 16, 2007, at 6:03 PM, [EMAIL PROTECTED]  
[EMAIL PROTECTED] wrote:



Hi Janine,

Its is absolutely possible with ofbiz. Please check the catalog,  
ctagories and product setup.


Regards,
Vikrant

-Original Message-
From: Janine Sisk [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 17, 2007 7:17 AM
To: user@ofbiz.apache.org
Subject: e-commerce/catalog question

Hi,

I just discovered OFBiz today. I'm looking for an ecommerce package
which will allow us to set up three separate domains which share part
of a common catalog.  In other words:

Site A sells book1, book2 and book3
Site B sells book2 and book4
Site C sells book2 and fancy pen1

The goal is to only have one record in the database for book2, but be
able to sell it through all three sites.  The sites are all owned by
the same company so there should not be any permission/access
issues;  anyone who has backend access to one site can have it to all
three.

I've looked at the feature list and the wiki but I haven't found
anything that tells me for sure whether this is possible with OFBiz.
Can anyone tell me?

thanks,

janine


No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.467 / Virus Database: 269.7.1/807 - Release Date:  
5/16/2007 6:05 PM



No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.467 / Virus Database: 269.7.1/807 - Release Date:  
5/16/2007 6:05 PM







RE: e-commerce/catalog question

2007-05-16 Thread Vikrant.Rathore
Hi Janine,

Its is absolutely possible with ofbiz. Please check the catalog, ctagories and 
product setup.

Regards,
Vikrant

-Original Message-
From: Janine Sisk [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 17, 2007 7:17 AM
To: user@ofbiz.apache.org
Subject: e-commerce/catalog question

Hi,

I just discovered OFBiz today. I'm looking for an ecommerce package  
which will allow us to set up three separate domains which share part  
of a common catalog.  In other words:

Site A sells book1, book2 and book3
Site B sells book2 and book4
Site C sells book2 and fancy pen1

The goal is to only have one record in the database for book2, but be  
able to sell it through all three sites.  The sites are all owned by  
the same company so there should not be any permission/access  
issues;  anyone who has backend access to one site can have it to all  
three.

I've looked at the feature list and the wiki but I haven't found  
anything that tells me for sure whether this is possible with OFBiz.   
Can anyone tell me?

thanks,

janine


No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.467 / Virus Database: 269.7.1/807 - Release Date: 5/16/2007 6:05 PM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.467 / Virus Database: 269.7.1/807 - Release Date: 5/16/2007 6:05 PM
 


Re: e-commerce/catalog question

2007-05-16 Thread G.Venkata Phanindra

Hi
This is one of the basic features of OFBiz and for more information please
go through the following link

http://docs.ofbiz.org/display/OFBIZ/OFBiz+Documentation+Index

Regards
Phani

On 5/17/07, Janine Sisk  [EMAIL PROTECTED] wrote:


Hi,

I just discovered OFBiz today. I'm looking for an ecommerce package
which will allow us to set up three separate domains which share part
of a common catalog.  In other words:

Site A sells book1, book2 and book3
Site B sells book2 and book4
Site C sells book2 and fancy pen1

The goal is to only have one record in the database for book2, but be
able to sell it through all three sites.  The sites are all owned by
the same company so there should not be any permission/access
issues;  anyone who has backend access to one site can have it to all
three.

I've looked at the feature list and the wiki but I haven't found
anything that tells me for sure whether this is possible with OFBiz.
Can anyone tell me?

thanks,

janine





--
G.Venkata Phanindra
Mob:: 9849852989