Re: Not able to upload party content using trunk ecommerce

2021-04-16 Thread Shrilesh Korgaonkar
Hi Jacques,

Thank You for the patch, it's working now

Regards,
Shrilesh K.

On Thu, Apr 15, 2021 at 10:34 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Shrilesh,
>
> I found the issue. I have attached a patch at
> https://issues.apache.org/jira/browse/OFBIZ-12080
>
> Please test on your side after applying the patch and confirm it's OK with
> you
>
> TIA
>
> Jacques
>
> Le 15/04/2021 à 17:48, Jacques Le Roux a écrit :
> > Hi,
> >
> > This was not my question. I wanted to know if you set a value to
> content.upload.path.prefix, if yes which one, maybe an URL (should not be
> used in
> > content.upload.path.prefix as the comment in content properties says).
> >
> > This mailing list does not accept attachments, but anyway if your file
> name is "JPJ1.JPEG,JPJ1.png" (not 2 files JPJ1.JPEG or
> > JPJ1.png) then it can't work as the message says:
> >
> >   << For security reason only valid files of supported image formats
> (GIF, JPEG, PNG, TIFF), SVG, PDF, and ZIP or text files with safe names
> (only
> >   Alpha-Numeric characters, hyphen, underscore and spaces, only 1 dot,
> name and extension not empty) and contents are accepted.>>
> >
> > This said, I have tried locally and it works for JPJ1.JPEG but
> weirdly not on trunk demo indeed. I guess it's because I use Windows and
> the
> > trunk trunk demo is on Ubuntu.
> >
> > I'll check that and will get back to you
> >
> > Thanks for reporting
> >
> > Jacques
> >
> > Le 15/04/2021 à 14:47, Shrilesh Korgaonkar a écrit :
> >> Hi Guys,
> >> Just say.. please use this URL
> https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
> >> <https://demo-trunk.ofbiz.apache.org/ecommerce/control/main>, using
> profile page of DemoCustomer user try to upload attached file
> >> (JPJ1.JPEG,JPJ1.png) or any
> >>
> >> Step 1: go-to the e-commerce website login as DemoCustomer
> >> Step 2: go-to profile page find party content uploaded / File Manager
> >> step 3: add/browse a file
> >> step 4: Select Purpose - Internal Content/User Defined Content and
> click to upload
> >>
> >>
> >> On Thu, Apr 15, 2021 at 4:08 PM Jacques Le Roux <
> jacques.le.r...@les7arts.com <mailto:jacques.le.r...@les7arts.com>> wrote:
> >>
> >> For instance, do you use an URL?
> >>
> >> Le 15/04/2021 à 11:20, Jacques Le Roux a écrit :
> >> > Hi Shrilesh,
> >> >
> >> > It works for me with files named GCS_009.jpg and GCS_004.jpeg
> >> >
> >> > You mentioned content.upload.path.prefix. Did you set a value
> there and if yes which one?
> >> >
> >> > Jacques
> >> >
> >> > Le 15/04/2021 à 10:07, Shrilesh Korgaonkar a écrit :
> >> >> Hi Jacques,
> >> >>
> >> >> Step 1: go-to the e-commerce website login as DemoCustomer
> >> >> Step 2: go-to profile page find party content uploaded / File
> Manager
> >> >> step 3: add/browse a file
> >> >> step 4: Select Purpose - Internal Content/User Defined Content
> and click to upload
> >> >>
> >> >> you will get the same error
> >> >> the file is getting uploaded but at the end of
> >> >> *DataServices.groovy
> >> >> ---> def attachUploadToDataResource()
> >> >> ---> return
> saveLocalFileDataResource(parameters.dataResourceTypeId)
> >> >> ---> result = run service: "createAnonFile", with: fileCtx
> >> >> ---> createFileNoPerm
> >> >> ---> createFileMethod(dctx, context);
> >> >> ---> if
> (!org.apache.ofbiz.security.SecuredUpload.isValidFile(file.getAbsolutePath(),
> "Text", delegator))
> >> >> ---> return ServiceUtil.returnError(errorMessage);*
> >> >> Due to the issue I talked above
> >>     >>
> >> >> I also uploaded that file which I'm using to upload on party
> content uploaded
> >> >> name of the file which I'm uploading (JPJ1.JPEG,JPJ1.png)
> >> >> And ScreenShots of the demo website and I also tried locally
> >> >>
> >> >> Regards,
> >> >> Shrilesh K.
> >> >>
> >> >> On Wed, Apr 14, 2021 at 11:06 PM Jacques 

Re: Not able to upload party content using trunk ecommerce

2021-04-15 Thread Shrilesh Korgaonkar
Hi Guys,
Just say.. please use this URL
https://demo-trunk.ofbiz.apache.org/ecommerce/control/main, using profile
page of DemoCustomer user try to upload attached file
(JPJ1.JPEG,JPJ1.png) or any

Step 1: go-to the e-commerce website login as DemoCustomer
Step 2: go-to profile page find party content uploaded / File Manager
step 3: add/browse a file
step 4: Select Purpose - Internal Content/User Defined Content and click to
upload


On Thu, Apr 15, 2021 at 4:08 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> For instance, do you use an URL?
>
> Le 15/04/2021 à 11:20, Jacques Le Roux a écrit :
> > Hi Shrilesh,
> >
> > It works for me with files named GCS_009.jpg and GCS_004.jpeg
> >
> > You mentioned content.upload.path.prefix. Did you set a value there and
> if yes which one?
> >
> > Jacques
> >
> > Le 15/04/2021 à 10:07, Shrilesh Korgaonkar a écrit :
> >> Hi Jacques,
> >>
> >> Step 1: go-to the e-commerce website login as DemoCustomer
> >> Step 2: go-to profile page find party content uploaded / File Manager
> >> step 3: add/browse a file
> >> step 4: Select Purpose - Internal Content/User Defined Content and
> click to upload
> >>
> >> you will get the same error
> >> the file is getting uploaded but at the end of
> >> *DataServices.groovy
> >> ---> def attachUploadToDataResource()
> >> ---> return saveLocalFileDataResource(parameters.dataResourceTypeId)
> >> ---> result = run service: "createAnonFile", with: fileCtx
> >> ---> createFileNoPerm
> >> ---> createFileMethod(dctx, context);
> >> ---> if
> (!org.apache.ofbiz.security.SecuredUpload.isValidFile(file.getAbsolutePath(),
> "Text", delegator))
> >> ---> return ServiceUtil.returnError(errorMessage);*
> >> Due to the issue I talked above
> >>
> >> I also uploaded that file which I'm using to upload on party content
> uploaded
> >> name of the file which I'm uploading (JPJ1.JPEG,JPJ1.png)
> >> And ScreenShots of the demo website and I also tried locally
> >>
> >> Regards,
> >> Shrilesh K.
> >>
> >> On Wed, Apr 14, 2021 at 11:06 PM Jacques Le Roux <
> jacques.le.r...@les7arts.com <mailto:jacques.le.r...@les7arts.com>> wrote:
> >>
> >> Hi Shrilesh,
> >>
> >> In which cases exactly the file names are rejected (length, name,
> etc.) ? We can also consider the content.upload.path.prefix indeed...
> >>
> >> Jacques
> >>
> >> Le 14/04/2021 à 17:24, Shrilesh Korgaonkar a écrit :
> >> > Hi Guys,
> >> >
> >> > While performing testing of
> >> > https://issues.apache.org/jira/browse/OFBIZ-10746 <
> https://issues.apache.org/jira/browse/OFBIZ-10746> issue reported a while
> >> > back, I have noticed that if I try uploading a file it now fails
> for
> >> > different reasons as the file name is being considered invalid
> >> >
> >> > At first glance, it looks like due to fixes introduced recently
> due to
> >> > below issues
> >> > 1. Secure the uploads (OFBIZ-12080)
> >> > 2. addImageForProduct fails (OFBIZ-12211)
> >> >
> >> > Of course, it could be bypassed for now by setting property
> >> > *allowAllUploads=true
> >> > *security.properties.
> >> >
> >> > However, was wondering if the below code block from class
> >> > *SecuredUpload.java* should have allowed URLs that also contain
> >> > *content.upload.path.prefix* value? same as what is being done
> for product
> >> > image URLs.
> >> >
> >> >
> >> >
> >> > if (fileToCheck.length() > 4096) {
> >> >  Debug.logError("Uploaded file name too long",
> MODULE);
> >> >  return false;
> >> >  *} else if (p.toString().contains(imageServerUrl)) {*
> >> >  if (file.matches("[a-zA-Z0-9-_
> ()]{1,4086}.[a-zA-Z0-9-_
> >> > ]{1,10}")) { // "(" and ")" for duplicates files
> >> >  wrongFile = false;
> >> >  } else if (!file.matches("[a-zA-Z0-9-_
> >> > ]{1,4086}.[a-zA-Z0-9-_ ]{1,10}")) {
> >> >  wrongFile = false;
> >> >  }
> >> >  }
> >> >
> >> > Let me know what the thoughts are and if need be happy to raise
> an issue so
> >> > that it could be tracked
> >> >
> >> >
> >> > Regards,
> >> > Shrilesh K.
> >>
>


Re: Not able to upload party content using trunk ecommerce

2021-04-15 Thread Shrilesh Korgaonkar
Hi Jacques,

Step 1: go-to the e-commerce website login as DemoCustomer
Step 2: go-to profile page find party content uploaded / File Manager
step 3: add/browse a file
step 4: Select Purpose - Internal Content/User Defined Content and click to
upload

you will get the same error
the file is getting uploaded but at the end of







*DataServices.groovy---> def attachUploadToDataResource() ---> return
saveLocalFileDataResource(parameters.dataResourceTypeId)---> result = run
service: "createAnonFile", with: fileCtx---> createFileNoPerm--->
createFileMethod(dctx, context);---> if
(!org.apache.ofbiz.security.SecuredUpload.isValidFile(file.getAbsolutePath(),
"Text", delegator))---> return ServiceUtil.returnError(errorMessage);*
Due to the issue I talked above

I also uploaded that file which I'm using to upload on party content
uploaded
name of the file which I'm uploading (JPJ1.JPEG,JPJ1.png)
And ScreenShots of the demo website and I also tried locally

Regards,
Shrilesh K.

On Wed, Apr 14, 2021 at 11:06 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Shrilesh,
>
> In which cases exactly the file names are rejected (length, name, etc.) ?
> We can also consider the content.upload.path.prefix indeed...
>
> Jacques
>
> Le 14/04/2021 à 17:24, Shrilesh Korgaonkar a écrit :
> > Hi Guys,
> >
> > While performing testing of
> > https://issues.apache.org/jira/browse/OFBIZ-10746 issue reported a while
> > back, I have noticed that if I try uploading a file it now fails for
> > different reasons as the file name is being considered invalid
> >
> > At first glance, it looks like due to fixes introduced recently due to
> > below issues
> > 1. Secure the uploads (OFBIZ-12080)
> > 2. addImageForProduct fails (OFBIZ-12211)
> >
> > Of course, it could be bypassed for now by setting property
> > *allowAllUploads=true
> > *security.properties.
> >
> > However, was wondering if the below code block from class
> > *SecuredUpload.java* should have allowed URLs that also contain
> > *content.upload.path.prefix* value? same as what is being done for
> product
> > image URLs.
> >
> >
> >
> > if (fileToCheck.length() > 4096) {
> >  Debug.logError("Uploaded file name too long", MODULE);
> >  return false;
> >  *} else if (p.toString().contains(imageServerUrl)) {*
> >  if (file.matches("[a-zA-Z0-9-_ ()]{1,4086}.[a-zA-Z0-9-_
> > ]{1,10}")) { // "(" and ")" for duplicates files
> >  wrongFile = false;
> >  } else if (!file.matches("[a-zA-Z0-9-_
> > ]{1,4086}.[a-zA-Z0-9-_ ]{1,10}")) {
> >  wrongFile = false;
> >  }
> >  }
> >
> > Let me know what the thoughts are and if need be happy to raise an issue
> so
> > that it could be tracked
> >
> >
> > Regards,
> > Shrilesh K.
>
>


Not able to upload party content using trunk ecommerce

2021-04-14 Thread Shrilesh Korgaonkar
Hi Guys,

While performing testing of
https://issues.apache.org/jira/browse/OFBIZ-10746 issue reported a while
back, I have noticed that if I try uploading a file it now fails for
different reasons as the file name is being considered invalid

At first glance, it looks like due to fixes introduced recently due to
below issues
1. Secure the uploads (OFBIZ-12080)
2. addImageForProduct fails (OFBIZ-12211)

Of course, it could be bypassed for now by setting property
*allowAllUploads=true
*security.properties.

However, was wondering if the below code block from class
*SecuredUpload.java* should have allowed URLs that also contain
*content.upload.path.prefix* value? same as what is being done for product
image URLs.



if (fileToCheck.length() > 4096) {
Debug.logError("Uploaded file name too long", MODULE);
return false;
*} else if (p.toString().contains(imageServerUrl)) {*
if (file.matches("[a-zA-Z0-9-_ ()]{1,4086}.[a-zA-Z0-9-_
]{1,10}")) { // "(" and ")" for duplicates files
wrongFile = false;
} else if (!file.matches("[a-zA-Z0-9-_
]{1,4086}.[a-zA-Z0-9-_ ]{1,10}")) {
wrongFile = false;
}
}

Let me know what the thoughts are and if need be happy to raise an issue so
that it could be tracked


Regards,
Shrilesh K.


Error while uploading file in Ecommerce Profile's File Manager

2021-03-31 Thread Shrilesh Korgaonkar
 
Hi Guys,


According to Jira https://issues.apache.org/jira/browse/OFBIZ-10746
is the same patch will be useful for release 17.12, not trunk version
if not then is there any Jira or patch supporting that


Regards,
Shrilesh K.


Re: Order Return

2020-09-29 Thread Shrilesh Korgaonkar
Hi Nameet Jain,

thank replying back

Thanks & Regards
Shrilesh K.


On Sat 26 Sep, 2020, 9:01 AM Nameet Jain, 
wrote:

> Hi Shrilesh K.,
>
> You will need to return a completed order. When you return the Subscription
> order, then subscription gets expired.
>
> I was able to locate a wiki doc on Subscription. Hope you find something
> from this.
> https://cwiki.apache.org/confluence/display/OFBIZ/Subscription
>
>
> --
> Nameet Jain
>
> On Tue, Sep 22, 2020 at 3:59 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Hi Guys,
> >
> > when user wants to cancel the subscription, if we trigger order refund
> flow
> > for the corresponding order which would be in status order complete as
> > payment would have already been received, will ofbiz automatically
> trigger
> > subscription cancellation?
> >
> > Regards,
> > Shrilesh K.
> >
>


Order Return

2020-09-22 Thread Shrilesh Korgaonkar
Hi Guys,

when user wants to cancel the subscription, if we trigger order refund flow
for the corresponding order which would be in status order complete as
payment would have already been received, will ofbiz automatically trigger
subscription cancellation?

Regards,
Shrilesh K.


Re: Edit Order

2020-08-28 Thread Shrilesh Korgaonkar
Hi Guys,

I tried an example if a customer order's an item's of price total of 226.56
and payment is Received with ext_gateway.
After the order is placed successfully by the user, he/she needs to edit
the same order by adding few more items and the new total will be 488.52
now I want the user to pay the remaining amount with his choice of payment
option.

2nd example

if a customer order's an item's of price total of 488.52 and payment
is Received
with ext_gateway.
After the order is placed successfully by the user, he/she needs to edit
the same order by removing a few items and the new total will be 226.56 now
I want I to refund the remaining amount to the user with his choice of
payment option.

Is both example is possible with default ofBiz services

if an OrderPaymentPreference status record of that order is not Received
than after editing the order it changes the grand total
in OrderPaymentPreference

and if OrderPaymentPreference status record of that order is Received than
after editing the order it does not affect the last total
in OrderPaymentPreference because of that I want to create a new status
record of that order is not Received with the remaining amount


OrderServices.processOrderPayments this service will only use grand total
of an order, not the remaining amount
updateOrderItems or appendOrderItem this service are helpful to thanks


Regards,
Shrilesh K.

On Thu, Aug 27, 2020 at 6:37 PM Pritam Kute 
wrote:

> Hello Shrilesh,
>
> When I had last checked this workflow, it cancels the current
> OrderPaymentPreference and then creates new with updated order total. Also,
> it invokes the payment service to recapture the payment. The service which
> gets invoked to process payments is OrderServices.processOrderPayments. You
> can refer to this service to get more understanding of the overall payment
> workflow. Mostly the services which run in edit order workflow are
> updateOrderItems or appendOrderItem. You can refer to those services too.
> This workflow works well with the default payment processors in OFBiz.
>
> One question really bothers me when I see this workflow is how we can
> reAuth the payment on customer's cards without CVV or customer's consent? I
> had faced the same problem in the reAuth process when I was working on
> integration with the First Data payment gateway. They are now allowing
> users to reAuth payment until and unless the user has CVV. Storing the
> cards sensitive information like CVV is against the PCI DSS compliance. So
> I would also be interested in more thoughts on this from the community
> about how they handle the payment related situations in order edit
> functionality.
>
> Kind Regards,
> --
> Pritam Kute
>
>
> On Thu, Aug 27, 2020 at 4:57 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Hi Guys,
> > Thanks for getting back to me. I looked into it in more details and
> > struggling to understand what does back-office application does around
> > payment adjustments on back of order edit. E.g. if a back-office user is
> > reducing the quantity of some order line or increasing the order line
> then
> > does ofbiz trigger payment refund or parent request automatically?
> > If it does please give me some pointers around services involved with
> this
> > workflow around triggering payment adjustment
> >
> >
> > Regards,
> > Shrilesh K.
> >
> >
> > On Wed, Aug 19, 2020 at 7:16 PM Suraj Khurana 
> > wrote:
> >
> > > Hi Shrilesh,
> > >
> > > Adding to all provided infos, there are some services available OOTB,
> > which
> > > might be useful to your needs:
> > > loadCartFromOrder, loadCartForUpdateWithReqInvRes, loadCartForUpdate
> etc.
> > >
> > > HTH.
> > > --
> > > Best Regards,
> > > Suraj Khurana
> > > Senior Technical Consultant
> > >
> > >
> > > On Wed, Aug 19, 2020 at 6:55 PM Shrilesh Korgaonkar <
> > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > >
> > > > Hi Guys,
> > > >
> > > > I'm not talking about OFBIZ as a whole framework or Order Plugin
> > > providing
> > > > edit order but only eCommerce plugin
> > > > E.G.--
> > > > if a user creates an order using this eCommerce - ShoppingCart
> process
> > > >
> > > > submit -> select address -> select shipment method -> select payment
> > > method
> > > > -> final review page -> gateway with total value
> > > >
> > > > and after a few hours, he wants to edit order using same shoppingCart
> > > > process
> > > >
> > &

Re: Edit Order

2020-08-27 Thread Shrilesh Korgaonkar
Hi Guys,
Thanks for getting back to me. I looked into it in more details and
struggling to understand what does back-office application does around
payment adjustments on back of order edit. E.g. if a back-office user is
reducing the quantity of some order line or increasing the order line then
does ofbiz trigger payment refund or parent request automatically?
If it does please give me some pointers around services involved with this
workflow around triggering payment adjustment


Regards,
Shrilesh K.


On Wed, Aug 19, 2020 at 7:16 PM Suraj Khurana 
wrote:

> Hi Shrilesh,
>
> Adding to all provided infos, there are some services available OOTB, which
> might be useful to your needs:
> loadCartFromOrder, loadCartForUpdateWithReqInvRes, loadCartForUpdate etc.
>
> HTH.
> --
> Best Regards,
> Suraj Khurana
> Senior Technical Consultant
>
>
> On Wed, Aug 19, 2020 at 6:55 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Hi Guys,
> >
> > I'm not talking about OFBIZ as a whole framework or Order Plugin
> providing
> > edit order but only eCommerce plugin
> > E.G.--
> > if a user creates an order using this eCommerce - ShoppingCart process
> >
> > submit -> select address -> select shipment method -> select payment
> method
> > -> final review page -> gateway with total value
> >
> > and after a few hours, he wants to edit order using same shoppingCart
> > process
> >
> > edit items AND / OR new items submit to order -> edit address -> edit
> > shipment method -> select payment method -> final review page ->
> > gateway with edited total value
> >
> >
> >
> > Regards,
> > Shrilesh K.
> >
> > On Wed, Aug 19, 2020 at 1:40 PM Jacques Le Roux <
> > jacques.le.r...@les7arts.com> wrote:
> >
> > > Hi Shrilesh,
> > >
> > > As said Pradeep, as long as you have not shipped, all that is
> available.
> > > You can also make a refund, etc.
> > >
> > > Jacques
> > >
> > > Le 19/08/2020 à 07:22, S K Pradeep Kumar a écrit :
> > > > Hi Sameer,
> > > >
> > > > Yes, OFBiz provides
> > > > Order Edit  : - Add or Remove the items from the order. Also, update
> > > > adjustments.
> > > > Cancel Order : Is already there.
> > > >
> > > > With regards,
> > > > S K Pradeep Kumar,
> > > > 9035009495
> > > >
> > > >
> > > > On Tue, Aug 18, 2020 at 3:54 PM Shrilesh Korgaonkar <
> > > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > > >
> > > >> Dear friends,
> > > >>
> > > >> I wish to know if Ofbiz eCommerce shop offers the order edit and
> order
> > > >> cancel functionality after the order is successfully paid and
> > submitted
> > > by
> > > >> the customer.
> > > >>
> > > >> Example: customer successfully places the order and subsequently
> > wishes
> > > to
> > > >> edit the ordered items / cancel the order.
> > > >>
> > > >> Regards,
> > > >> Shrilesh K.
> > > >>
> > >
> >
>


Re: Edit Order

2020-08-19 Thread Shrilesh Korgaonkar
Hi Guys,

I'm not talking about OFBIZ as a whole framework or Order Plugin providing
edit order but only eCommerce plugin
E.G.--
if a user creates an order using this eCommerce - ShoppingCart process

submit -> select address -> select shipment method -> select payment method
-> final review page -> gateway with total value

and after a few hours, he wants to edit order using same shoppingCart
process

edit items AND / OR new items submit to order -> edit address -> edit
shipment method -> select payment method -> final review page ->
gateway with edited total value



Regards,
Shrilesh K.

On Wed, Aug 19, 2020 at 1:40 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Shrilesh,
>
> As said Pradeep, as long as you have not shipped, all that is available.
> You can also make a refund, etc.
>
> Jacques
>
> Le 19/08/2020 à 07:22, S K Pradeep Kumar a écrit :
> > Hi Sameer,
> >
> > Yes, OFBiz provides
> > Order Edit  : - Add or Remove the items from the order. Also, update
> > adjustments.
> > Cancel Order : Is already there.
> >
> > With regards,
> > S K Pradeep Kumar,
> > 9035009495
> >
> >
> > On Tue, Aug 18, 2020 at 3:54 PM Shrilesh Korgaonkar <
> > shrilesh.korgaon...@udyogmandir.in> wrote:
> >
> >> Dear friends,
> >>
> >> I wish to know if Ofbiz eCommerce shop offers the order edit and order
> >> cancel functionality after the order is successfully paid and submitted
> by
> >> the customer.
> >>
> >> Example: customer successfully places the order and subsequently wishes
> to
> >> edit the ordered items / cancel the order.
> >>
> >> Regards,
> >> Shrilesh K.
> >>
>


Edit Order

2020-08-18 Thread Shrilesh Korgaonkar
Dear friends,

I wish to know if Ofbiz eCommerce shop offers the order edit and order
cancel functionality after the order is successfully paid and submitted by
the customer.

Example: customer successfully places the order and subsequently wishes to
edit the ordered items / cancel the order.

Regards,
Shrilesh K.


Error in trunk E-commerce

2019-12-15 Thread Shrilesh Korgaonkar
Hi Guys,
https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
I was trying use e-commerce trunk demo to use document upload in profile

I'm getting this is a type of error
The Following Errors Occurred:
No uploaded content found in context


Regards,
Shrilesh K.


Re: how to setup a giftCard system in Product Store

2019-12-10 Thread Shrilesh Korgaonkar
Hi Guys,

thank Rishi Solanki
the product store was missing ProductStorePaymentSetting data of type
GIFT_CARD
Thank once again


Regards,
Shrilesh K.

On Tue, Dec 10, 2019 at 8:43 PM Rishi Solanki 
wrote:

> Shrilesh,
> Please note that to get the payment method as gift card (or any other) you
> need to add ProductStorePaymentSetting data of type GIFT_CARD. Then page
> will show the option to pay from Gift Card.
> Please check if gift card code is supported on final review page or not.
> And what are the methods of authorizing and releasing payment gift card
> have been setup for your store.
>
> Hope it helps, for further diagnose the issue share the store payment setup
> data.
>
> Best Regards,
> --
> Rishi Solanki
> *CTO, Mindpath Technology*
> Intelligent Solutions
> cell: +91-98932-87847
> http://www.mindpathtech.com
>
>
> On Tue, Dec 10, 2019 at 11:30 AM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Hi Guys,
> > I set up a custom gift card with a fixed price
> > I can able to buy and added a gift card
> > and it's also showing on a payment selection page
> > but After selecting one of the gift cards
> > it also redirecting me on the payment selection page
> > I try selecting a payment method and a gift card
> > on the final review page
> > im able to see the payment method but not the gift card in selected
> > it's not showing on the final review page
> >
> > Regards,
> > Shrilesh K.
> >
>


how to setup a giftCard system in Product Store

2019-12-09 Thread Shrilesh Korgaonkar
Hi Guys,
I set up a custom gift card with a fixed price
I can able to buy and added a gift card
and it's also showing on a payment selection page
but After selecting one of the gift cards
it also redirecting me on the payment selection page
I try selecting a payment method and a gift card
on the final review page
im able to see the payment method but not the gift card in selected
it's not showing on the final review page

Regards,
Shrilesh K.


Re: Blob files

2019-09-27 Thread Shrilesh Korgaonkar
*Hi Guys,Thank you all, the problem I was facing is solved*

*Thanks and Regards*
*Shrilesh K*

On Thu, Sep 26, 2019 at 4:21 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

>
> *Hi Guys,*
>
>
> *Akash Jain ThankYou it was truly helpfulOne final question is there any
> service to save party contents as a blob*
> *e.g. Just like uploadPartyContentFile, it saves a file *
> *but I want for blob or OtherDataResource to save data*
>
>
> *Thanks and Regards*
> *Shrilesh K*
>
> On Wed, Sep 25, 2019 at 6:47 PM Akash Jain 
> wrote:
>
>> Hello Shrilesh,
>>
>> You can store blob into dataResourceContent field of OtherDataResource
>> table and store party for particular content/blob into PartyContent table.
>> Please refer 'DataResource', 'OtherDataResource', 'Content' and
>> 'PartyContent' tables.
>>
>> HTH
>>
>> Thanks and Regards
>> --
>> Akash Jain
>>
>> On Wed, Sep 25, 2019 at 3:02 PM Shrilesh Korgaonkar <
>> shrilesh.korgaon...@udyogmandir.in> wrote:
>>
>> > Hi Guys,
>> >
>> > We are working on storing different versions of documents
>> > ..Is there anything out of the box that we can use it for storing party
>> > content and storing it as a blob
>> >
>> > Regards
>> > Shrilesh K
>> >
>> > On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar <
>> > shrilesh.korgaon...@udyogmandir.in> wrote:
>> >
>> > > Hi Ankush Upadhyay,
>> > >
>> > > THANK YOU it was helpful
>> > >
>> > > Regards
>> > > Shrilesh K
>> > >
>> > >
>> > > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
>> > > ankush.upadh...@hotwaxsystems.com> wrote:
>> > >
>> > >> Hello Shrilesh,
>> > >>
>> > >> Please check implementation to store labelImage in
>> > >> *ShipmentPackageRouteSeg*. This field is used to save label image in
>> > BLOB
>> > >> byte format.
>> > >>
>> > >> Kind Regards,
>> > >> Ankush Upadhyay
>> > >> Senior Technical Consultant
>> > >>
>> > >> *HotWax Systems*
>> > >> *Enterprise open source experts*
>> > >> cell: +91-8109201285
>> > >> office: 0731-409-3684
>> > >> http://www.hotwaxsystems.com
>> > >>
>> > >>
>> > >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
>> > >> shrilesh.korgaon...@udyogmandir.in> wrote:
>> > >>
>> > >> > Hi Guys,
>> > >> >
>> > >> > Now ofbiz is saving documents in a plain file in the disk
>> > >> > I requirement is to store files in the database as a Blob
>> > >> > So my question is there any Service or Setting to change the saving
>> > >> pattern
>> > >> >
>> > >> >
>> > >> > Regards
>> > >> > Shrilesh K
>> > >> >
>> > >>
>> > >
>> >
>>
>


Re: Blob files

2019-09-26 Thread Shrilesh Korgaonkar
*Hi Guys,*


*Akash Jain ThankYou it was truly helpfulOne final question is there any
service to save party contents as a blob*
*e.g. Just like uploadPartyContentFile, it saves a file *
*but I want for blob or OtherDataResource to save data*


*Thanks and Regards*
*Shrilesh K*

On Wed, Sep 25, 2019 at 6:47 PM Akash Jain 
wrote:

> Hello Shrilesh,
>
> You can store blob into dataResourceContent field of OtherDataResource
> table and store party for particular content/blob into PartyContent table.
> Please refer 'DataResource', 'OtherDataResource', 'Content' and
> 'PartyContent' tables.
>
> HTH
>
> Thanks and Regards
> --
> Akash Jain
>
> On Wed, Sep 25, 2019 at 3:02 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Hi Guys,
> >
> > We are working on storing different versions of documents
> > ..Is there anything out of the box that we can use it for storing party
> > content and storing it as a blob
> >
> > Regards
> > Shrilesh K
> >
> > On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar <
> > shrilesh.korgaon...@udyogmandir.in> wrote:
> >
> > > Hi Ankush Upadhyay,
> > >
> > > THANK YOU it was helpful
> > >
> > > Regards
> > > Shrilesh K
> > >
> > >
> > > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
> > > ankush.upadh...@hotwaxsystems.com> wrote:
> > >
> > >> Hello Shrilesh,
> > >>
> > >> Please check implementation to store labelImage in
> > >> *ShipmentPackageRouteSeg*. This field is used to save label image in
> > BLOB
> > >> byte format.
> > >>
> > >> Kind Regards,
> > >> Ankush Upadhyay
> > >> Senior Technical Consultant
> > >>
> > >> *HotWax Systems*
> > >> *Enterprise open source experts*
> > >> cell: +91-8109201285
> > >> office: 0731-409-3684
> > >> http://www.hotwaxsystems.com
> > >>
> > >>
> > >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
> > >> shrilesh.korgaon...@udyogmandir.in> wrote:
> > >>
> > >> > Hi Guys,
> > >> >
> > >> > Now ofbiz is saving documents in a plain file in the disk
> > >> > I requirement is to store files in the database as a Blob
> > >> > So my question is there any Service or Setting to change the saving
> > >> pattern
> > >> >
> > >> >
> > >> > Regards
> > >> > Shrilesh K
> > >> >
> > >>
> > >
> >
>


Re: Blob files

2019-09-25 Thread Shrilesh Korgaonkar
Hi Guys,

We are working on storing different versions of documents
..Is there anything out of the box that we can use it for storing party
content and storing it as a blob

Regards
Shrilesh K

On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

> Hi Ankush Upadhyay,
>
> THANK YOU it was helpful
>
> Regards
> Shrilesh K
>
>
> On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
> ankush.upadh...@hotwaxsystems.com> wrote:
>
>> Hello Shrilesh,
>>
>> Please check implementation to store labelImage in
>> *ShipmentPackageRouteSeg*. This field is used to save label image in BLOB
>> byte format.
>>
>> Kind Regards,
>> Ankush Upadhyay
>> Senior Technical Consultant
>>
>> *HotWax Systems*
>> *Enterprise open source experts*
>> cell: +91-8109201285
>> office: 0731-409-3684
>> http://www.hotwaxsystems.com
>>
>>
>> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
>> shrilesh.korgaon...@udyogmandir.in> wrote:
>>
>> > Hi Guys,
>> >
>> > Now ofbiz is saving documents in a plain file in the disk
>> > I requirement is to store files in the database as a Blob
>> > So my question is there any Service or Setting to change the saving
>> pattern
>> >
>> >
>> > Regards
>> > Shrilesh K
>> >
>>
>


Re: Blob files

2019-09-24 Thread Shrilesh Korgaonkar
Hi Ankush Upadhyay,

THANK YOU it was helpful

Regards
Shrilesh K


On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
ankush.upadh...@hotwaxsystems.com> wrote:

> Hello Shrilesh,
>
> Please check implementation to store labelImage in
> *ShipmentPackageRouteSeg*. This field is used to save label image in BLOB
> byte format.
>
> Kind Regards,
> Ankush Upadhyay
> Senior Technical Consultant
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-8109201285
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>
>
> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Hi Guys,
> >
> > Now ofbiz is saving documents in a plain file in the disk
> > I requirement is to store files in the database as a Blob
> > So my question is there any Service or Setting to change the saving
> pattern
> >
> >
> > Regards
> > Shrilesh K
> >
>


Blob files

2019-09-23 Thread Shrilesh Korgaonkar
Hi Guys,

Now ofbiz is saving documents in a plain file in the disk
I requirement is to store files in the database as a Blob
So my question is there any Service or Setting to change the saving pattern


Regards
Shrilesh K


Re: Apply Tax to digital Product

2019-08-01 Thread Shrilesh Korgaonkar
*Hi Paul,*

thank you for ur reply Paul I got few ideas around what ur saying
shipping address for the order is not required for a digital product (
DIGITAL_GOOD)

so in that case when a person set shipping address in checkoutoptions page,
it pickups tax manager(as I mean the javascript  ) and then it shows in
final review page under sales taxes part
is this correct?

When I say physical product it means the type FINISHED_GOOD, FINDIG_GOOD

u said "From what you've said, it seems you can configure a tax rule and it
all
seems fine, but that rule is not being applied to an order for the
downloadable or subscription product. Is that right?" - - Yes

Once again thank for ur reply

*Regards,*
*Shrilesh K.*

On Thu, Aug 1, 2019 at 1:36 PM Paul Foxworthy 
wrote:

> Hi Shrilesh,
>
> Are you entering a shipping address for the order? Even if it's a download,
> tax calculations need a location for the customer. Many tax rules apply to
> customers in the same jurisdiction as the seller, but do not apply to
> exports. OFBiz can only make a decision about what tax to apply once it
> knows the location of the customer. Check your logs - there may be a
> warning that calculating tax is impossible.
>
> When you say "it is only available to the physical product", I'm not sure
> what you mean.
>
> On the demo site, I can create a new product category called "Download",
> and I can create a TaxAuthorityCategory and a TaxAuthorityRateProduct entry
> for that category. I can create products that belong to that category. When
> you enter an order, I don't see how a product that belongs to that category
> is fundamentally different to any other.
>
> From what you've said, it seems you can configure a tax rule and it all
> seems fine, but that rule is not being applied to an order for the
> downloadable or subscription product. Is that right?
>
> Cheers
>
> Paul Foxworthy
>
>
> On Mon, 29 Jul 2019 at 17:48, Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Hi Paul Foxworthy,
> >
> > Thank you for your Reply
> > Answer to ur questions I added TaxAuthorityRateProduct but it is only
> > available to the physical product, not to digital products
> > More detail I created TaxAuthorityRateProduct country IND and state IN-MH
> > it is working fine.
> > Coming back to my question *How can we apply tax for **Digital** Product
> > **\
> > Digital **Subscription** Product?*
> >
> > *Regards,*
> > *Shrilesh K.*
> >
> > On Sat, Jul 27, 2019 at 6:55 PM Paul Foxworthy
>  > >
> > wrote:
> >
> > > Hi Shrilesh,
> > >
> > > Have you added a TaxAuthorityRateProduct for these products? On the
> demo
> > > site, look at
> > >
> > >
> >
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditTaxAuthorityRateProducts?taxAuthPartyId=AUT_BMF=AUT
> > > .
> > > Of course you would substitute your tax authority and geo.
> > >
> > > Cheers
> > >
> > > Paul Foxworthy
> > >
> > > On Sat, 27 Jul 2019 at 15:28, Shrilesh Korgaonkar <
> > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > >
> > > > *Hi Guys,*
> > > >
> > > > *I created tax using TaxAuthority, But it's not applying for
> **Digital*
> > > > * Subscription **Product.*
> > > > *How can we apply tax for Digital **Subscription** Product?*
> > > >
> > > > *Regards,*
> > > > *Shrilesh K.*
> > > >
> > >
> > >
> > > --
> > > Coherent Software Australia Pty Ltd
> > > PO Box 2773
> > > Cheltenham Vic 3192
> > > Australia
> > >
> > > Phone: +61 3 9585 6788
> > > Web: http://www.coherentsoftware.com.au/
> > > Email: i...@coherentsoftware.com.au
> > >
> >
>
>
> --
> Coherent Software Australia Pty Ltd
> PO Box 2773
> Cheltenham Vic 3192
> Australia
>
> Phone: +61 3 9585 6788
> Web: http://www.coherentsoftware.com.au/
> Email: i...@coherentsoftware.com.au
>


Re: Apply Tax to digital Product

2019-07-29 Thread Shrilesh Korgaonkar
Hi Paul Foxworthy,

Thank you for your Reply
Answer to ur questions I added TaxAuthorityRateProduct but it is only
available to the physical product, not to digital products
More detail I created TaxAuthorityRateProduct country IND and state IN-MH
it is working fine.
Coming back to my question *How can we apply tax for **Digital** Product **\
Digital **Subscription** Product?*

*Regards,*
*Shrilesh K.*

On Sat, Jul 27, 2019 at 6:55 PM Paul Foxworthy 
wrote:

> Hi Shrilesh,
>
> Have you added a TaxAuthorityRateProduct for these products? On the demo
> site, look at
>
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditTaxAuthorityRateProducts?taxAuthPartyId=AUT_BMF=AUT
> .
> Of course you would substitute your tax authority and geo.
>
> Cheers
>
> Paul Foxworthy
>
> On Sat, 27 Jul 2019 at 15:28, Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > *Hi Guys,*
> >
> > *I created tax using TaxAuthority, But it's not applying for **Digital*
> > * Subscription **Product.*
> > *How can we apply tax for Digital **Subscription** Product?*
> >
> > *Regards,*
> > *Shrilesh K.*
> >
>
>
> --
> Coherent Software Australia Pty Ltd
> PO Box 2773
> Cheltenham Vic 3192
> Australia
>
> Phone: +61 3 9585 6788
> Web: http://www.coherentsoftware.com.au/
> Email: i...@coherentsoftware.com.au
>


Apply Tax to digital Product

2019-07-26 Thread Shrilesh Korgaonkar
*Hi Guys,*

*I created tax using TaxAuthority, But it's not applying for **Digital*
* Subscription **Product.*
*How can we apply tax for Digital **Subscription** Product?*

*Regards,*
*Shrilesh K.*


Re: Configurable Digital Good

2019-06-12 Thread Shrilesh Korgaonkar
Thank you for the information.
pritam kute & Jacques le roux

Regards,
Shrilesh K.


On Wed, Jun 12, 2019 at 5:54 PM Pritam Kute 
wrote:

> Hello Shrilesh,
>
> I believe by doing little customizations to the OOTB, you can achieve the
> variable subscription duration in subscription product model itself as per
> the line in the document shared by Jacques.
>
> "If you want a customer to pay for a long period up front, you would just
> configure a Product for that. If you want the customer to pay monthly, but
> sign up for a longer period of time (like a year) then you would have a
> Product setup for 1 month of access, and create a ShoppingList for a
> recurring Order to happen once a month for 12 months."
>
> Provided there is no further complexity in pricing (variable pricing for
> different subscription duration) or fulfillment of the order.
>
> Kind Regards,
> --
> Pritam Kute
>
>
> On Wed, Jun 12, 2019 at 4:21 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
>> Hi Guys,
>>
>> we are trying to have a subscription product with different subscription
>> duration
>> OR One digital product with a variant of the subscription duration
>> example: A subscription product with options like 1-month, 3-months,
>> 6-months, 1-year subscription
>>
>> Regards,
>> Shrilesh K.
>>
>>
>> On Wed, Jun 12, 2019 at 12:34 PM Jacques Le Roux <
>> jacques.le.r...@les7arts.com> wrote:
>>
>> > Hi Shrilesh,
>> >
>> > Then you should use the subscription model, see
>> > https://cwiki.apache.org/confluence/display/OFBIZ/Subscription
>> >
>> > Jacques
>> >
>> > Le 12/06/2019 à 08:27, Shrilesh Korgaonkar a écrit :
>> > > Hi Guys,
>> > > we are trying to have subscription product with different subscription
>> > > duration
>> > >
>> > > Regards,
>> > > Shrilesh K.
>> > >
>> > >
>> > > On Wed, Jun 12, 2019 at 10:46 AM Pritam Kute <
>> > pritam.k...@hotwaxsystems.com>
>> > > wrote:
>> > >
>> > >> Hello Shrilesh,
>> > >>
>> > >> IMO there should not be any problem in associating digital products
>> as
>> > >> options to the configurable product. Can you please share more
>> details
>> > like
>> > >> example product and its options so that you will get better support?
>> > >>
>> > >> Kind Regards,
>> > >> --
>> > >> Pritam Kute
>> > >>
>> > >>
>> > >> On Tue, Jun 11, 2019 at 4:05 PM Shrilesh Korgaonkar <
>> > >> shrilesh.korgaon...@udyogmandir.in> wrote:
>> > >>
>> > >>> *Hi Guys,*
>> > >>>
>> > >>> I need Configurable Digital product, I tried Configuring the product
>> > using
>> > >>> type
>> > >>> AGGREGATED it can only for a physical product.
>> > >>> Is there something in ofbiz / e-commerce out-of-the-box OR
>> > >>> should I create a new type or anything else any suggestions?
>> > >>>
>> > >>> *Regards,*
>> > >>> *Shrilesh K.*
>> > >>>
>> >
>>
>


Re: Configurable Digital Good

2019-06-12 Thread Shrilesh Korgaonkar
Hi Guys,

we are trying to have a subscription product with different subscription
duration
OR One digital product with a variant of the subscription duration
example: A subscription product with options like 1-month, 3-months,
6-months, 1-year subscription

Regards,
Shrilesh K.


On Wed, Jun 12, 2019 at 12:34 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Shrilesh,
>
> Then you should use the subscription model, see
> https://cwiki.apache.org/confluence/display/OFBIZ/Subscription
>
> Jacques
>
> Le 12/06/2019 à 08:27, Shrilesh Korgaonkar a écrit :
> > Hi Guys,
> > we are trying to have subscription product with different subscription
> > duration
> >
> > Regards,
> > Shrilesh K.
> >
> >
> > On Wed, Jun 12, 2019 at 10:46 AM Pritam Kute <
> pritam.k...@hotwaxsystems.com>
> > wrote:
> >
> >> Hello Shrilesh,
> >>
> >> IMO there should not be any problem in associating digital products as
> >> options to the configurable product. Can you please share more details
> like
> >> example product and its options so that you will get better support?
> >>
> >> Kind Regards,
> >> --
> >> Pritam Kute
> >>
> >>
> >> On Tue, Jun 11, 2019 at 4:05 PM Shrilesh Korgaonkar <
> >> shrilesh.korgaon...@udyogmandir.in> wrote:
> >>
> >>> *Hi Guys,*
> >>>
> >>> I need Configurable Digital product, I tried Configuring the product
> using
> >>> type
> >>> AGGREGATED it can only for a physical product.
> >>> Is there something in ofbiz / e-commerce out-of-the-box OR
> >>> should I create a new type or anything else any suggestions?
> >>>
> >>> *Regards,*
> >>> *Shrilesh K.*
> >>>
>


Re: Configurable Digital Good

2019-06-12 Thread Shrilesh Korgaonkar
Hi Guys,
we are trying to have subscription product with different subscription
duration

Regards,
Shrilesh K.


On Wed, Jun 12, 2019 at 10:46 AM Pritam Kute 
wrote:

> Hello Shrilesh,
>
> IMO there should not be any problem in associating digital products as
> options to the configurable product. Can you please share more details like
> example product and its options so that you will get better support?
>
> Kind Regards,
> --
> Pritam Kute
>
>
> On Tue, Jun 11, 2019 at 4:05 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
>> *Hi Guys,*
>>
>> I need Configurable Digital product, I tried Configuring the product using
>> type
>> AGGREGATED it can only for a physical product.
>> Is there something in ofbiz / e-commerce out-of-the-box OR
>> should I create a new type or anything else any suggestions?
>>
>> *Regards,*
>> *Shrilesh K.*
>>
>


Configurable Digital Good

2019-06-11 Thread Shrilesh Korgaonkar
*Hi Guys,*

I need Configurable Digital product, I tried Configuring the product using
type
AGGREGATED it can only for a physical product.
Is there something in ofbiz / e-commerce out-of-the-box OR
should I create a new type or anything else any suggestions?

*Regards,*
*Shrilesh K.*


Re: Ofbiz Payment Integration

2019-04-15 Thread Shrilesh Korgaonkar
Thank for replies
I'm able to create an external payment

Regards,
Shrilesh K.


On Tue, Apr 9, 2019 at 11:27 AM Rishi Solanki 
wrote:

> Dear Shrilesh,
> Please refer payment method type starts with EXT_ (for example EXT_PAYPAL).
> You may need to follow it, like it never handles the auth request because
> in case of external payment AUTH is payment gateway responsibility and
> taken care by it. Instead of service we do redirection to payment gateway
> service provider URL.
>
> It seems the returnurl you put in the configuration is not able to
> entertain the response from payumoney, you may need to write proper handler
> for that. In short, you can follow the EXT_PAYPAL flow.
>
> Best Regards,
> --
> *Rishi Solanki* | Sr Manager, Enterprise Software Development
> HotWax Systems <http://www.hotwaxsystems.com/>
> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> Indore,
> M.P 452010
> Linkedin: *Rishi Solanki*
> <https://www.linkedin.com/in/rishi-solanki-62271b7/>
> Direct: +91-9893287847
>
>
> On Mon, Apr 8, 2019 at 5:54 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Hi Rishi,
> > Thank for ur reply
> >
> > I was thinking of external payment service like hand over the user to the
> > payment gateway and after payment success or failure, he comes back to
> the
> > website
> > I created a service add a new ext_payumoney
> > this is the error I'm getting
> > org.apache.ofbiz.webapp.control.RequestHandlerException: Illegal
> response;
> > handler could not process request [checkExternalPayment] and event return
> > [payumoney].
> >
> >
> > can u able to help me in that, if possible?
> > And once again thank you, bro,
> >
> >
> > Regards,
> > Shrilesh K.
> >
> > On Fri, Mar 29, 2019 at 2:08 PM Rishi Solanki 
> > wrote:
> >
> >> Dear Shirlesh,
> >> All payment service providers basically 5 methods. Authorize, Capture,
> >> Refund, Void/Release and Settle. To integrate into OFBiz you need to
> write
> >> 5 services depending upon the payment service providers APIs.
> >> To check how they get invoked, please refer ProductStorePaymentSetting
> >> entity and related code in OFBiz. Also check the code in the
> >> PaymentGatewayServices class to see how it uses
> ProductStorePaymentSetting
> >> while doing checkout or payment.
> >>
> >> HTH!
> >>
> >> Best Regards,
> >> --
> >> *Rishi Solanki* | Sr Manager, Enterprise Software Development
> >> HotWax Systems <http://www.hotwaxsystems.com/>
> >> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> >> Indore,
> >> M.P 452010
> >> Linkedin: *Rishi Solanki*
> >> <https://www.linkedin.com/in/rishi-solanki-62271b7/>
> >> Direct: +91-9893287847
> >>
> >>
> >> On Fri, Mar 29, 2019 at 12:11 PM Shrilesh Korgaonkar <
> >> shrilesh.korgaon...@udyogmandir.in> wrote:
> >>
> >> > *Hi Guys,*
> >> >
> >> > *I'm trying to integrate PayUMoney Or PhonePe or Bhim UPI in ofbiz*
> >> > *did anybody has done that before, **help me if possible?*
> >> > *And if not then can anybody tell*
> >> > *how to Integrate a new payment method or payment gateway?*
> >> > *OR*
> >> > *how does the payment method work or the structure checkout process to
> >> > payment?*
> >> >
> >> >
> >> > *Regards,*
> >> > *Shrilesh K.*
> >> >
> >>
> >
>


Re: Ofbiz Payment Integration

2019-04-08 Thread Shrilesh Korgaonkar
Hi Rishi,
Thank for ur reply

I was thinking of external payment service like hand over the user to the
payment gateway and after payment success or failure, he comes back to the
website
I created a service add a new ext_payumoney
this is the error I'm getting
org.apache.ofbiz.webapp.control.RequestHandlerException: Illegal response;
handler could not process request [checkExternalPayment] and event return
[payumoney].


can u able to help me in that, if possible?
And once again thank you, bro,


Regards,
Shrilesh K.

On Fri, Mar 29, 2019 at 2:08 PM Rishi Solanki 
wrote:

> Dear Shirlesh,
> All payment service providers basically 5 methods. Authorize, Capture,
> Refund, Void/Release and Settle. To integrate into OFBiz you need to write
> 5 services depending upon the payment service providers APIs.
> To check how they get invoked, please refer ProductStorePaymentSetting
> entity and related code in OFBiz. Also check the code in the
> PaymentGatewayServices class to see how it uses ProductStorePaymentSetting
> while doing checkout or payment.
>
> HTH!
>
> Best Regards,
> --
> *Rishi Solanki* | Sr Manager, Enterprise Software Development
> HotWax Systems <http://www.hotwaxsystems.com/>
> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> Indore,
> M.P 452010
> Linkedin: *Rishi Solanki*
> <https://www.linkedin.com/in/rishi-solanki-62271b7/>
> Direct: +91-9893287847
>
>
> On Fri, Mar 29, 2019 at 12:11 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > *Hi Guys,*
> >
> > *I'm trying to integrate PayUMoney Or PhonePe or Bhim UPI in ofbiz*
> > *did anybody has done that before, **help me if possible?*
> > *And if not then can anybody tell*
> > *how to Integrate a new payment method or payment gateway?*
> > *OR*
> > *how does the payment method work or the structure checkout process to
> > payment?*
> >
> >
> > *Regards,*
> > *Shrilesh K.*
> >
>


Ofbiz Payment Integration

2019-03-29 Thread Shrilesh Korgaonkar
*Hi Guys,*

*I'm trying to integrate PayUMoney Or PhonePe or Bhim UPI in ofbiz*
*did anybody has done that before, **help me if possible?*
*And if not then can anybody tell*
*how to Integrate a new payment method or payment gateway?*
*OR*
*how does the payment method work or the structure checkout process to
payment?*


*Regards,*
*Shrilesh K.*


E-commerce

2019-02-12 Thread Shrilesh Korgaonkar
Hi,

I wanted use PayPalServices.java & PayflowPro.java which was
excludedJavaSources form application
which jar is required for
org/apache/ofbiz/accounting/thirdparty/paypal/PayPalServices.java
org/apache/ofbiz/accounting/thirdparty/verisign/PayflowPro.java

Any pointers or links would be highly appreciated.
Regards


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 <http://www.hotwax.co>
>
>
>
> 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
> >
>


E-commerce

2019-01-19 Thread Shrilesh Korgaonkar
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 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 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: Ecommerce

2018-10-08 Thread Shrilesh Korgaonkar
Thanks, I'll check it out.

On Mon, Sep 24, 2018 at 7:18 AM Julien NICOLAS 
wrote:

> Hi Shrilesh,
>
> Hard-coded is rarely the best solution.
>
> Did you try to go to Catalog=>Stores, select your ecommerce product store
> <https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductStore?productStoreId=9000>,
> and set the "Visual Theme Store" to your visual theme ?
>
> I still explain it in a previous email in this thread but not sure you try
> it.
>
> HTH
>
> Julien.
>
> Le 22/09/2018 à 09:26, Shrilesh Korgaonkar a écrit :
>
> Thank guys
> I hard code it
> 
>
> On Sat, Sep 22, 2018 at 8:19 AM Shrilesh Korgaonkar 
>  wrote:
>
>
>  default-value="MY_VISUALTHEME"/>
> tried still on the same problem
>
> On Fri, Sep 21, 2018 at 4:00 PM Julien NICOLAS  
> 
> wrote:
>
>
> +1
>
>
> Le 21/09/2018 à 15:04, Deepak Dixit a écrit :
>
> Hi Shrilesh,
>
> Please check ProductStore entity, you should set visulaThemeId in
> ProductStore entity else it will pick the default ecommerce theme.
>
> You can check this in ecommerce main decorator.
>
>  default-value="EC_DEFAULT"/>
>
>
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Wed, Sep 19, 2018 at 6:57 PM, Shrilesh Korgaonkar 
>  wrote:
>
>
> Already checked the path and step to create a theme
>
> On Wed 19 Sep, 2018, 4:44 PM Arun Patidar,  
> 
>
> wrote:
>
>  Did you prepare and load VisualTheme data?
>
> Also, please check the name and path mention in this code block:
>
>value="component://application-name/template/includes/Header.ftl"/>
>
>
>
>
> Kind Regards,
>
> Arun Patidar
> Director of Information Systems
>
> *HotWax CommerceReal OmniChannel. Real Results.*
> m: +91 9827353082
> w: www.hotwax.co
>
>   <https://www.linkedin.com/company/hotwaxcommerce/> 
> <https://www.linkedin.com/company/hotwaxcommerce/><https://www.facebook.com/HotWaxCommerce/>
>  
> <https://www.facebook.com/HotWaxCommerce/><https://twitter.com/hotwaxcommerce>
>  <https://twitter.com/hotwaxcommerce>
>
>
>
> On Wed, Sep 19, 2018 at 4:28 PM Shrilesh Korgaonkar 
>  wrote:
>
>
> Theme.xml
>
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
> <http://www.w3.org/2001/XMLSchema-instance>
>  xsi:noNamespaceSchemaLocation="
> http://ofbiz.apache.org/dtds/widget-theme.xsd; 
> <http://ofbiz.apache.org/dtds/widget-theme.xsd>>
>  
>  
>
>  
>
> 
> 
>  
>   value="/application-name/images/blog.css"/>
>   value="/application-name/css/custom.css"/>
>   value="/contentimages/css/contentForum.css"/>
>  
>  
> value="/images/ofbiz_logo.png"/>
>
>  
> value="/images/ofbiz.ico"/>
>
>  
>   value="component://application-name/template/includes/Header.ftl"/>
>   value="component://application-name/template/includes/Footer.ftl"/>
>  
> 
>
> On Wed, Sep 19, 2018 at 11:52 AM, Arun Patidar <
>
> arun.pati...@hotwax.co
>
> wrote:
>
>
> Hello Shrilesh,
>
> Did you use the component location for plugin file
> like: component://myplugin/template/Header.ftl
>
> You can also share your example code so that someone can catch the
>
> missing
>
> things in it.
>
>
> Kind Regards,
>
> Arun Patidar
> Director of Information Systems
>
> *HotWax CommerceReal OmniChannel. Real Results.*
> m: +91 9827353082
> w: www.hotwax.co
>
>   <https://www.linkedin.com/company/hotwaxcommerce/> 
> <https://www.linkedin.com/company/hotwaxcommerce/><https://www.facebook.com/HotWaxCommerce/>
>  
> <https://www.facebook.com/HotWaxCommerce/><https://twitter.com/hotwaxcommerce>
>  <https://twitter.com/hotwaxcommerce>
>
>
>
> On Wed, Sep 19, 2018 at 2:46 PM Shrilesh Korgaonkar 
>  wrote:
>
>
> Yup I read that also created but still it's unable to load with my
>
> plugin
>
> Path of Theme.xml file:: plugins/application-name/widget/Theme.xml
>
>
>
> On Wed 19 Sep, 2018, 2:12 PM Arun Patidar, 
> wrote:
>
> Did you read and follow file [1] shared by Nicolas in another
>
> email
>
> thread
>
> of you?
>
>
>
>
> https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/
>
> trunk/themes/README.md
>
>
> Kind Regards,
>
> Arun Patidar
> Director of Information Systems
>
> *HotWax CommerceReal Omni

E-Commerce

2018-10-08 Thread Shrilesh Korgaonkar
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: Ecommerce

2018-09-22 Thread Shrilesh Korgaonkar
Thank guys
I hard code it


On Sat, Sep 22, 2018 at 8:19 AM Shrilesh Korgaonkar <
shrilesh.korgaon...@udyogmandir.in> wrote:

>  default-value="MY_VISUALTHEME"/>
> tried still on the same problem
>
> On Fri, Sep 21, 2018 at 4:00 PM Julien NICOLAS 
> wrote:
>
>> +1
>>
>>
>> Le 21/09/2018 à 15:04, Deepak Dixit a écrit :
>> > Hi Shrilesh,
>> >
>> > Please check ProductStore entity, you should set visulaThemeId in
>> > ProductStore entity else it will pick the default ecommerce theme.
>> >
>> > You can check this in ecommerce main decorator.
>> >
>> > > > default-value="EC_DEFAULT"/>
>> >
>> >
>> >
>> > Thanks & Regards
>> > --
>> > Deepak Dixit
>> >
>> >
>> > On Wed, Sep 19, 2018 at 6:57 PM, Shrilesh Korgaonkar <
>> > shrilesh.korgaon...@udyogmandir.in> wrote:
>> >
>> >> Already checked the path and step to create a theme
>> >>
>> >> On Wed 19 Sep, 2018, 4:44 PM Arun Patidar, 
>> wrote:
>> >>
>> >>> Did you prepare and load VisualTheme data?
>> >>>
>> >>> Also, please check the name and path mention in this code block:
>> >>>
>> >>>   > >>> value="component://application-name/template/includes/Header.ftl"/>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> Kind Regards,
>> >>>
>> >>> Arun Patidar
>> >>> Director of Information Systems
>> >>>
>> >>> *HotWax CommerceReal OmniChannel. Real Results.*
>> >>> m: +91 9827353082
>> >>> w: www.hotwax.co
>> >>>
>> >>>   <https://www.linkedin.com/company/hotwaxcommerce/>
>> >>> <https://www.facebook.com/HotWaxCommerce/>
>> >>> <https://twitter.com/hotwaxcommerce>
>> >>>
>> >>>
>> >>>
>> >>> On Wed, Sep 19, 2018 at 4:28 PM Shrilesh Korgaonkar <
>> >>> shrilesh.korgaon...@udyogmandir.in> wrote:
>> >>>
>> >>>> Theme.xml
>> >>>>
>> >>>> > >>>>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
>> >>>>  xsi:noNamespaceSchemaLocation="
>> >>>> http://ofbiz.apache.org/dtds/widget-theme.xsd;>
>> >>>>  
>> >>>>  
>> >>>>  
>> >>>>
>> >>>> 
>> >>>> 
>> >>>>  
>> >>>>  > >>>> value="/application-name/images/blog.css"/>
>> >>>>  > >>>> value="/application-name/css/custom.css"/>
>> >>>>  > >>>> value="/contentimages/css/contentForum.css"/>
>> >>>>  
>> >>>>  > >>> value="/images/ofbiz_logo.png"/>
>> >>>>  > value="/images/ofbiz.ico"/>
>> >>>>  
>> >>>>  > >>>> value="component://application-name/template/includes/Header.ftl"/>
>> >>>>  > >>>> value="component://application-name/template/includes/Footer.ftl"/>
>> >>>>  
>> >>>> 
>> >>>>
>> >>>> On Wed, Sep 19, 2018 at 11:52 AM, Arun Patidar <
>> arun.pati...@hotwax.co
>> >>>> wrote:
>> >>>>
>> >>>>> Hello Shrilesh,
>> >>>>>
>> >>>>> Did you use the component location for plugin file
>> >>>>> like: component://myplugin/template/Header.ftl
>> >>>>>
>> >>>>> You can also share your example code so that someone can catch the
>> >>>> missing
>> >>>>> things in it.
>> >>>>>
>> >>>>>
>> >>>>> Kind Regards,
>> >>>>>
>> >>>>> Arun Patidar
>> >>>>> Director of Information Systems
>> >>>>>
>> >>>>> *HotWax CommerceReal OmniChannel. Real Results.*
>> >>>>> m: +91 9827353082
>> >>>>> w: www.hotwax.co
>> >>>>>

Re: Ecommerce

2018-09-22 Thread Shrilesh Korgaonkar

tried still on the same problem

On Fri, Sep 21, 2018 at 4:00 PM Julien NICOLAS 
wrote:

> +1
>
>
> Le 21/09/2018 à 15:04, Deepak Dixit a écrit :
> > Hi Shrilesh,
> >
> > Please check ProductStore entity, you should set visulaThemeId in
> > ProductStore entity else it will pick the default ecommerce theme.
> >
> > You can check this in ecommerce main decorator.
> >
> >  > default-value="EC_DEFAULT"/>
> >
> >
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> >
> >
> > On Wed, Sep 19, 2018 at 6:57 PM, Shrilesh Korgaonkar <
> > shrilesh.korgaon...@udyogmandir.in> wrote:
> >
> >> Already checked the path and step to create a theme
> >>
> >> On Wed 19 Sep, 2018, 4:44 PM Arun Patidar, 
> wrote:
> >>
> >>> Did you prepare and load VisualTheme data?
> >>>
> >>> Also, please check the name and path mention in this code block:
> >>>
> >>>>>> value="component://application-name/template/includes/Header.ftl"/>
> >>>
> >>>
> >>>
> >>>
> >>> Kind Regards,
> >>>
> >>> Arun Patidar
> >>> Director of Information Systems
> >>>
> >>> *HotWax CommerceReal OmniChannel. Real Results.*
> >>> m: +91 9827353082
> >>> w: www.hotwax.co
> >>>
> >>>   <https://www.linkedin.com/company/hotwaxcommerce/>
> >>> <https://www.facebook.com/HotWaxCommerce/>
> >>> <https://twitter.com/hotwaxcommerce>
> >>>
> >>>
> >>>
> >>> On Wed, Sep 19, 2018 at 4:28 PM Shrilesh Korgaonkar <
> >>> shrilesh.korgaon...@udyogmandir.in> wrote:
> >>>
> >>>> Theme.xml
> >>>>
> >>>>  >>>>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
> >>>>  xsi:noNamespaceSchemaLocation="
> >>>> http://ofbiz.apache.org/dtds/widget-theme.xsd;>
> >>>>  
> >>>>  
> >>>>  
> >>>>
> >>>> 
> >>>> 
> >>>>  
> >>>>   >>>> value="/application-name/images/blog.css"/>
> >>>>   >>>> value="/application-name/css/custom.css"/>
> >>>>   >>>> value="/contentimages/css/contentForum.css"/>
> >>>>  
> >>>>   >>> value="/images/ofbiz_logo.png"/>
> >>>>  
> >>>>  
> >>>>   >>>> value="component://application-name/template/includes/Header.ftl"/>
> >>>>   >>>> value="component://application-name/template/includes/Footer.ftl"/>
> >>>>  
> >>>> 
> >>>>
> >>>> On Wed, Sep 19, 2018 at 11:52 AM, Arun Patidar <
> arun.pati...@hotwax.co
> >>>> wrote:
> >>>>
> >>>>> Hello Shrilesh,
> >>>>>
> >>>>> Did you use the component location for plugin file
> >>>>> like: component://myplugin/template/Header.ftl
> >>>>>
> >>>>> You can also share your example code so that someone can catch the
> >>>> missing
> >>>>> things in it.
> >>>>>
> >>>>>
> >>>>> Kind Regards,
> >>>>>
> >>>>> Arun Patidar
> >>>>> Director of Information Systems
> >>>>>
> >>>>> *HotWax CommerceReal OmniChannel. Real Results.*
> >>>>> m: +91 9827353082
> >>>>> w: www.hotwax.co
> >>>>>
> >>>>>   <https://www.linkedin.com/company/hotwaxcommerce/>
> >>>>> <https://www.facebook.com/HotWaxCommerce/>
> >>>>> <https://twitter.com/hotwaxcommerce>
> >>>>>
> >>>>>
> >>>>>
> >>>>> On Wed, Sep 19, 2018 at 2:46 PM Shrilesh Korgaonkar <
> >>>>> shrilesh.korgaon...@udyogmandir.in> wrote:
> >>>>>
> >>>>>> Yup I read that also created but still it's unable to load with my
> >>>> plugin
> >>>>>> Path of Theme.xml file:: plugins/applic

Re: Ecommerce

2018-09-19 Thread Shrilesh Korgaonkar
Already checked the path and step to create a theme

On Wed 19 Sep, 2018, 4:44 PM Arun Patidar,  wrote:

> Did you prepare and load VisualTheme data?
>
> Also, please check the name and path mention in this code block:
>
>   value="component://application-name/template/includes/Header.ftl"/>
>
>
>
>
> Kind Regards,
>
> Arun Patidar
> Director of Information Systems
>
> *HotWax CommerceReal OmniChannel. Real Results.*
> m: +91 9827353082
> w: www.hotwax.co
>
>  <https://www.linkedin.com/company/hotwaxcommerce/>
> <https://www.facebook.com/HotWaxCommerce/>
> <https://twitter.com/hotwaxcommerce>
>
>
>
> On Wed, Sep 19, 2018 at 4:28 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Theme.xml
> >
> >  > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
> > xsi:noNamespaceSchemaLocation="
> > http://ofbiz.apache.org/dtds/widget-theme.xsd;>
> > 
> > 
> > 
> >
> > 
> > 
> > 
> >  > value="/application-name/images/blog.css"/>
> >  > value="/application-name/css/custom.css"/>
> >  > value="/contentimages/css/contentForum.css"/>
> > 
> >  value="/images/ofbiz_logo.png"/>
> > 
> > 
> >  > value="component://application-name/template/includes/Header.ftl"/>
> >  > value="component://application-name/template/includes/Footer.ftl"/>
> > 
> > 
> >
> > On Wed, Sep 19, 2018 at 11:52 AM, Arun Patidar 
> > wrote:
> >
> > > Hello Shrilesh,
> > >
> > > Did you use the component location for plugin file
> > > like: component://myplugin/template/Header.ftl
> > >
> > > You can also share your example code so that someone can catch the
> > missing
> > > things in it.
> > >
> > >
> > > Kind Regards,
> > >
> > > Arun Patidar
> > > Director of Information Systems
> > >
> > > *HotWax CommerceReal OmniChannel. Real Results.*
> > > m: +91 9827353082
> > > w: www.hotwax.co
> > >
> > >  <https://www.linkedin.com/company/hotwaxcommerce/>
> > > <https://www.facebook.com/HotWaxCommerce/>
> > > <https://twitter.com/hotwaxcommerce>
> > >
> > >
> > >
> > > On Wed, Sep 19, 2018 at 2:46 PM Shrilesh Korgaonkar <
> > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > >
> > > > Yup I read that also created but still it's unable to load with my
> > plugin
> > > > Path of Theme.xml file:: plugins/application-name/widget/Theme.xml
> > > >
> > > >
> > > >
> > > > On Wed 19 Sep, 2018, 2:12 PM Arun Patidar, 
> > > wrote:
> > > >
> > > > > Did you read and follow file [1] shared by Nicolas in another email
> > > > thread
> > > > > of you?
> > > > >
> > > > >
> > > > >
> > > > https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/
> > > trunk/themes/README.md
> > > > >
> > > > >
> > > > > Kind Regards,
> > > > >
> > > > > Arun Patidar
> > > > > Director of Information Systems
> > > > >
> > > > > *HotWax CommerceReal OmniChannel. Real Results.*
> > > > > m: +91 9827353082
> > > > > w: www.hotwax.co
> > > > >
> > > > >  <https://www.linkedin.com/company/hotwaxcommerce/>
> > > > > <https://www.facebook.com/HotWaxCommerce/>
> > > > > <https://twitter.com/hotwaxcommerce>
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Sep 18, 2018 at 9:55 PM Shrilesh Korgaonkar <
> > > > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > > > >
> > > > > > Yup I tried hard coding it
> > > > > > But I need help in theme.xml file it not loading with my plugin
> > > > > > If I can load it I will able to edit without disturbing decorator
> > > > screen
> > > > > >
> > > > > >
> > > > > > On Tue 18 Sep, 2018, 7:06 PM Arun Patidar, <
> arun.pati...@hotwax.co
> > >
> > > > > wrote:
> > > > > >
> > > >

Re: Ecommerce

2018-09-19 Thread Shrilesh Korgaonkar
Theme.xml

http://www.w3.org/2001/XMLSchema-instance;
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/widget-theme.xsd;>



















On Wed, Sep 19, 2018 at 11:52 AM, Arun Patidar 
wrote:

> Hello Shrilesh,
>
> Did you use the component location for plugin file
> like: component://myplugin/template/Header.ftl
>
> You can also share your example code so that someone can catch the missing
> things in it.
>
>
> Kind Regards,
>
> Arun Patidar
> Director of Information Systems
>
> *HotWax CommerceReal OmniChannel. Real Results.*
> m: +91 9827353082
> w: www.hotwax.co
>
>  <https://www.linkedin.com/company/hotwaxcommerce/>
> <https://www.facebook.com/HotWaxCommerce/>
> <https://twitter.com/hotwaxcommerce>
>
>
>
> On Wed, Sep 19, 2018 at 2:46 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Yup I read that also created but still it's unable to load with my plugin
> > Path of Theme.xml file:: plugins/application-name/widget/Theme.xml
> >
> >
> >
> > On Wed 19 Sep, 2018, 2:12 PM Arun Patidar, 
> wrote:
> >
> > > Did you read and follow file [1] shared by Nicolas in another email
> > thread
> > > of you?
> > >
> > >
> > >
> > https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/
> trunk/themes/README.md
> > >
> > >
> > > Kind Regards,
> > >
> > > Arun Patidar
> > > Director of Information Systems
> > >
> > > *HotWax CommerceReal OmniChannel. Real Results.*
> > > m: +91 9827353082
> > > w: www.hotwax.co
> > >
> > >  <https://www.linkedin.com/company/hotwaxcommerce/>
> > > <https://www.facebook.com/HotWaxCommerce/>
> > > <https://twitter.com/hotwaxcommerce>
> > >
> > >
> > >
> > > On Tue, Sep 18, 2018 at 9:55 PM Shrilesh Korgaonkar <
> > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > >
> > > > Yup I tried hard coding it
> > > > But I need help in theme.xml file it not loading with my plugin
> > > > If I can load it I will able to edit without disturbing decorator
> > screen
> > > >
> > > >
> > > > On Tue 18 Sep, 2018, 7:06 PM Arun Patidar, 
> > > wrote:
> > > >
> > > > > Hello Shrilesh,
> > > > >
> > > > > Check the decorator screens locations in view-map path screens. You
> > > will
> > > > > need to create/use your custom decorator.
> > > > >
> > > > >
> > > > >
> > > > > Kind Regards,
> > > > >
> > > > > Arun Patidar
> > > > > Director of Information Systems
> > > > >
> > > > > *HotWax CommerceReal OmniChannel. Real Results.*
> > > > > m: +91 9827353082
> > > > > w: www.hotwax.co
> > > > >
> > > > >  <https://www.linkedin.com/company/hotwaxcommerce/>
> > > > > <https://www.facebook.com/HotWaxCommerce/>
> > > > > <https://twitter.com/hotwaxcommerce>
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Sep 18, 2018 at 5:31 AM Shrilesh Korgaonkar <
> > > > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > > > >
> > > > > > I'm facing some problem
> > > > > > can anybody help me if possible
> > > > > > i have created a plugin and extended the ecommerce plugin
> > > > > > i successful created templates and view-map in controller.xml
> > > > > > but when i saw the source of html page
> > > > > > i notice that the page is using my templets as well as the
> existing
> > > > > > templets of the ecommerce
> > > > > > after creating Theme.xml and fixing header and footer in the html
> > > page
> > > > > > source is still showing me the same thing it's header and footer
> > are
> > > > > still
> > > > > > coming from ecommerce
> > > > > >
> > > > > > In simple words
> > > > > > how can i use my own created templete rather than using the
> > templete
> > > of
> > > > > > existing ecommerce application
> > > > > > in my own application
> > > > > >
> > > > >
> > > >
> > >
> >
>


Re: Ecommerce

2018-09-19 Thread Shrilesh Korgaonkar
Yup I read that also created but still it's unable to load with my plugin
Path of Theme.xml file:: plugins/application-name/widget/Theme.xml



On Wed 19 Sep, 2018, 2:12 PM Arun Patidar,  wrote:

> Did you read and follow file [1] shared by Nicolas in another email thread
> of you?
>
>
> https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/themes/README.md
>
>
> Kind Regards,
>
> Arun Patidar
> Director of Information Systems
>
> *HotWax CommerceReal OmniChannel. Real Results.*
> m: +91 9827353082
> w: www.hotwax.co
>
>  <https://www.linkedin.com/company/hotwaxcommerce/>
> <https://www.facebook.com/HotWaxCommerce/>
> <https://twitter.com/hotwaxcommerce>
>
>
>
> On Tue, Sep 18, 2018 at 9:55 PM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > Yup I tried hard coding it
> > But I need help in theme.xml file it not loading with my plugin
> > If I can load it I will able to edit without disturbing decorator screen
> >
> >
> > On Tue 18 Sep, 2018, 7:06 PM Arun Patidar, 
> wrote:
> >
> > > Hello Shrilesh,
> > >
> > > Check the decorator screens locations in view-map path screens. You
> will
> > > need to create/use your custom decorator.
> > >
> > >
> > >
> > > Kind Regards,
> > >
> > > Arun Patidar
> > > Director of Information Systems
> > >
> > > *HotWax CommerceReal OmniChannel. Real Results.*
> > > m: +91 9827353082
> > > w: www.hotwax.co
> > >
> > >  <https://www.linkedin.com/company/hotwaxcommerce/>
> > > <https://www.facebook.com/HotWaxCommerce/>
> > > <https://twitter.com/hotwaxcommerce>
> > >
> > >
> > >
> > > On Tue, Sep 18, 2018 at 5:31 AM Shrilesh Korgaonkar <
> > > shrilesh.korgaon...@udyogmandir.in> wrote:
> > >
> > > > I'm facing some problem
> > > > can anybody help me if possible
> > > > i have created a plugin and extended the ecommerce plugin
> > > > i successful created templates and view-map in controller.xml
> > > > but when i saw the source of html page
> > > > i notice that the page is using my templets as well as the existing
> > > > templets of the ecommerce
> > > > after creating Theme.xml and fixing header and footer in the html
> page
> > > > source is still showing me the same thing it's header and footer are
> > > still
> > > > coming from ecommerce
> > > >
> > > > In simple words
> > > > how can i use my own created templete rather than using the templete
> of
> > > > existing ecommerce application
> > > > in my own application
> > > >
> > >
> >
>


Re: Ecommerce

2018-09-18 Thread Shrilesh Korgaonkar
Yup I tried hard coding it
But I need help in theme.xml file it not loading with my plugin
If I can load it I will able to edit without disturbing decorator screen


On Tue 18 Sep, 2018, 7:06 PM Arun Patidar,  wrote:

> Hello Shrilesh,
>
> Check the decorator screens locations in view-map path screens. You will
> need to create/use your custom decorator.
>
>
>
> Kind Regards,
>
> Arun Patidar
> Director of Information Systems
>
> *HotWax CommerceReal OmniChannel. Real Results.*
> m: +91 9827353082
> w: www.hotwax.co
>
>  <https://www.linkedin.com/company/hotwaxcommerce/>
> <https://www.facebook.com/HotWaxCommerce/>
> <https://twitter.com/hotwaxcommerce>
>
>
>
> On Tue, Sep 18, 2018 at 5:31 AM Shrilesh Korgaonkar <
> shrilesh.korgaon...@udyogmandir.in> wrote:
>
> > I'm facing some problem
> > can anybody help me if possible
> > i have created a plugin and extended the ecommerce plugin
> > i successful created templates and view-map in controller.xml
> > but when i saw the source of html page
> > i notice that the page is using my templets as well as the existing
> > templets of the ecommerce
> > after creating Theme.xml and fixing header and footer in the html page
> > source is still showing me the same thing it's header and footer are
> still
> > coming from ecommerce
> >
> > In simple words
> > how can i use my own created templete rather than using the templete of
> > existing ecommerce application
> > in my own application
> >
>


Ecommerce

2018-09-17 Thread Shrilesh Korgaonkar
I'm facing some problem
can anybody help me if possible
i have created a plugin and extended the ecommerce plugin
i successful created templates and view-map in controller.xml
but when i saw the source of html page
i notice that the page is using my templets as well as the existing
templets of the ecommerce
after creating Theme.xml and fixing header and footer in the html page
source is still showing me the same thing it's header and footer are still
coming from ecommerce

In simple words
how can i use my own created templete rather than using the templete of
existing ecommerce application
in my own application


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
>


E-commerce

2018-08-27 Thread Shrilesh Korgaonkar
ofbiz ecommerce out-of-the-box pdf

if anybody has that book send plz


e-commerce

2018-08-27 Thread Shrilesh Korgaonkar
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/>





  

  


  

  ${productCategory.categoryName!productCategoryId}

  
  

  <#if productCategoryMembers??>
<#assign i = 0/>
<#list productCategoryMembers as
productCategoryMember>
  <#if (i > 2)>
<#if productCategoryMembers[i]?has_content>
  
More...
  

<#break>
  
  <#if productCategoryMember?has_content>
<#assign product = delegator.findOne("Product",

Static["org.apache.ofbiz.base.util.UtilMisc"].toMap("productId",
productCategoryMember.productId),
false)>
  
">
${product.productName!product.productId}

  
  
  <#assign i = i+1/>

  

  

  
<#assign cateCount = cateCount + 1/>
  
  
  



E-commerce

2018-08-25 Thread Shrilesh Korgaonkar
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