Thanks Aditya, is there anyway we can also show the custom price types on the eCommerce storefront?
On Wed, Oct 6, 2021 at 1:27 AM Aditya Sharma <[email protected]> wrote: > Hello Justine, > > Here you could find list of price types available: > > https://demo-trunk.ofbiz.apache.org/webtools/control/entity/find/ProductPriceType > > Here you could find the seed data for the same: > > https://github.com/apache/ofbiz-framework/blob/75d3367d47abae604126a97a80e715a798e7fc55/applications/datamodel/data/seed/ProductSeedData.xml#L271 > > You could create prices for specific price types: > > https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPrices?productId=WG-9943 > > For custom values, you could just create data in ProductPriceType entity. > > HTH > Thanks and Regards, > Aditya Sharma > > > On Wed, Oct 6, 2021 at 11:29 AM Justine Nowak <[email protected]> > wrote: > > > Hello, > > > > We want to add custom pricing types to our products. For example, we > have a > > product that will have a "Default Price" (this is what gets charged to > the > > invoice), but we also need to add other price types for example, Resell > > Price / MSRP / MAP price. How do we create these new types and have them > > show up on the eCommerce site without them interfering with the actual > > selling price? > > > > -Justine > > >
