Re: Daemon

2023-08-16 Thread Jason RJ
On 15/08/2023 17:34, Craig Parker wrote: I'm trying to get back into docs, and currently finally have a working OFBiz/MySQL install. But the way I documented getting it running as a daemon (and starting via systemctl at boot) involved a /$ofbizRoot/tools/rc.ofbiz.for.debian file, and there's

Re: User Entered Text on Order

2023-07-13 Thread Jason RJ
  .getPropertyValue("order", "order.item.attr.prefix", delegator)>       ${uiLabelMap.CommonComment} class="form-control" name="${orderItemAttr}comment" id="${orderItemAttr}comment"/>       Jason On 13/07/2023 21:07, Jason RJ wrote: Hi Bill I don't

Re: User Entered Text on Order

2023-07-13 Thread Jason RJ
initial screen? I am thinking about OOTB so I don't have to custom develop. Bill On Thu, Jul 13, 2023 at 8:34 AM Jason RJ wrote: Hey Bill, Take a look at the demo content and see how the Gift Cards are setup - they have a product survey that captures the user's response to questions. https

Re: User Entered Text on Order

2023-07-13 Thread Jason RJ
Hey Bill, Take a look at the demo content and see how the Gift Cards are setup - they have a product survey that captures the user's response to questions. https://demo-stable.ofbiz.apache.org/ecommerce/gift-card-activation-c50-GC-001-C50-p Hope that helps, Jason On 13/07/2023 14:58, Bill

Re: Price Rules and Customer Classifications

2021-12-08 Thread Jason RJ
Hi Justine This is mostly from memory of situations I've seen, I seem to recall having issues with PartyClassifications in rules,  as an experiment it might be worth checking using a different condition on the price rule instead of Party Classification (even just a PartyId) you could also try

Re: Product Specifications

2021-11-10 Thread Jason RJ
lso how do we show the product features to the eCommerce site? On Tue, Nov 9, 2021 at 4:57 AM Jason RJ wrote: Hi Justine, On the Product->Feature page at the bottom you can add "Product Feature Attributes" so for example if you have a Product Feature assigned such as "Camera&

Re: Product Specifications

2021-11-09 Thread Jason RJ
Hi Justine, On the Product->Feature page at the bottom you can add "Product Feature Attributes" so for example if you have a Product Feature assigned such as "Camera" for a mobile phone, then you add Feature Attributes Name/Value pairs e.g. "Flash":"Yes", "Main Camera":"12.0mp", "Image Geo

Re: how to render newly created ftl onto the page

2021-11-08 Thread Jason RJ
Maheshwari, After changing the files have you executed loading the data to read in the content of the Theme.xml to the database? >./gradlew "ofbiz --load-data readers=demo" I'm not 100% sure if this is still necessary. Jason On 08/11/2021 08:06, Mahi maheshwari wrote: Hi, I have a newly

Re: Entity ChildWorkEffort

2020-12-17 Thread Jason RJ
Hey Schumann, I think there's some logic that makes this happen. In the workeffort\entitydef\entitymodel_view.xml we have a Parent defintion:   rel-entity-name="WorkEffort">     rel-field-name="workEffortId"/>   The code in ModelReader.java takes care of creating the reverse

Re: ecommerce - custom categories menu item in header

2020-11-16 Thread Jason RJ
Hi Mike, Take a look at ecommerce/template/catalog/SideDeepCategory.ftl there's a macro there that has everything you need. We adapted that to build our menus for us, the wrappers are attached to the context in the related groovy files. Hope that helps. Jason On 16/11/2020 11:34, mike

Re: Setup issues

2020-10-26 Thread Jason RJ
Hi Dominic, Province data and similar locality data is part of the seed data and loaded from the /framework/common/data/Geo*.xml files you should be able to spot that being loaded in your initial setup log output. It's been a while since I've spun up a clean instance, but the data is

Re: Adding Attributes to a Product

2020-08-12 Thread Jason RJ
ay no custom code would be required. HTH! Best Regards, -- Rishi Solanki *CTO, Mindpath Technology* Intelligent Solutions cell: +91-98932-87847 LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/> On Tue, Aug 11, 2020 at 6:33 PM Jason RJ wrote: Hi Randy We have done somet

Re: Adding Attributes to a Product

2020-08-11 Thread Jason RJ
Hi Randy We have done something similar but using Product Features to drive the dropdown and Product Variants for each type, this supports search as expected too since features are added to search criteria as product keywords. Turning on layered navigation and creating custom filters in

Re: Override SECA Definition

2020-05-29 Thread Jason RJ
On 29/05/2020 15:46, Sakthivel Vellingiri wrote: Hi All - *Summary:* Appreciate any pointers, Is it possible to override SECA definition by overriding the same definition in hot-deploy//servicedef/secas.xml *Details:* There is a SECA definition in applications/order/servicedef/secas.xml, as

Re: Ofbiz integration with Azure AD SSO

2020-03-25 Thread Jason RJ
It might also be worth taking a look at the Microsoft Azure AD Integration guide [1] for general guidance on integrating with a Java app. Sample code is included. Jason [1]

Re: changing PDF logo

2019-03-26 Thread Jason RJ
I believe you can change the logo by uploading an image to your primary party in the party content panel, upload a file and set the type to "Logo Image URL". This should catch most cases where logos are applied. Jason On 26/03/2019 08:52, Support wrote: hello can you help me to change all PDF

Re: nginx and apache ofbiz

2019-02-12 Thread Jason RJ
Hi Philip, Your proxy section is still commented out, you need to remove the #s # location / { # proxy_redirect off; # proxy_pass http://ofbiz; # } Jason On 12/02/2019 09:24, ptay...@taylorworld.one wrote: Morning. I am trying to this working, and have

Re: Debugging SOAP processing

2019-01-28 Thread Jason RJ
Hi Greg, You could try adding additional logging in applications/party/minilang/contact/PartyContactMechServices.xml - within the section you can add a few log calls:                                            

Re: How to divert createCustomer success request to login page

2018-12-14 Thread Jason RJ
Hi Madhi, If you are doing this from the ecommerce module, take a look at ecommerce\script\org\ofbiz\ecommerce\customer\CustomerEvents.xml inside the createCustomer simple-method there is this logic: Removing that should help. Jason On 14/12/2018 13:23, Madhi

Re: eCommerce Use Case

2018-09-13 Thread Jason RJ
:56, Jacques Le Roux wrote: Hi Jason, On which version did you get this issue? Thanks Jacques Le 12/09/2018 à 15:48, Jason RJ a écrit : It might need a little bit of work because you'll get odd sized pages if you suppress 8 of 10 items on a page. We saw similar issue with this where page 2 is bl

Re: eCommerce Use Case

2018-09-12 Thread Jason RJ
It might need a little bit of work because you'll get odd sized pages if you suppress 8 of 10 items on a page. We saw similar issue with this where page 2 is blank but page 3 has products. Jason On 12/09/2018 14:34, Arun Patidar wrote: Price rule support available OOTB, you will only need to

Re: Install ofbiz windows 10

2018-07-31 Thread Jason RJ
On 31/07/2018 03:46, Mitch Honeysett wrote: Hi! Installed ofbiz run gradlew "ofbiz --load-data readers=seed,seed-initial" loadAdminUserLogin -PuserLoginId=admin but get this ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable

Re: Price Rule

2017-07-19 Thread Jason RJ
Hi Aayush, Flat amount modify will change the price by the given amount e.g. $20 modify $10 = $30 Flat amount override will change replace the price with a new value e.g. $20 override $10 = $10 Descriptions are here also https://cwiki.apache.org/confluence/display/OFBENDUSER/Price+Rules

Re: POS Setup

2015-08-16 Thread Jason RJ
POS was removed from the core distribution along with many other specialpurpose components, but is maintained and can be checked out from trunk: https://github.com/apache/ofbiz/tree/trunk/specialpurpose/pos Jason On Sat, 15 Aug 2015 20:48:26 -0700 Adrian Crum

Re: Catalog/Product Image Upload

2015-05-22 Thread Jason RJ
are looking for the ofbizContentUrl Freemarker macro. The idea is to put the static resources on a content server to get the resources from this unique server. Of course having LB/HA and rather a cluster for the content server is recommended... Jacques Le 21/05/2015 15:34, Jason RJ a écrit : Hi

Catalog/Product Image Upload

2015-05-21 Thread Jason RJ
Hi Folks, I've been looking at production setup for OFBiz and the one issue I'm getting stuck with is how to get uploaded catalog/product images distributed across all the servers in a LB/HA setup. I've looked at rsync, lsyncd, csync2, NFS, GlusterFS. I'm just wondering if anyone has any