Widgets
Discussion List
-
We need to trigger 'Logout' action when user closes storefront window or tab.Summary: We need to trigger 'Logout' action when user closes window or tab. When using event listener for 'beforeunload' event, the listener function executes but doesnt…
-
How to enable zero-dollar price items for multiple items added into the cart?Summary: From the storefront of one of our stores, we have a number of products. We are adding quantities of each product and clicking the "Add to Cart" button. We are t…
-
Group facets under headings?Summary: We have a requirement to group facets (product attributes) under a common heading on the listing pages. For example: Performance Time x y z Speed a b c Is it po…
-
Using CCConstants.ENDPOINT_PRODUCTS_UPDATE_PRODUCT to Update Products in OCC Classic 24.05Hello, I have searched the Oracle knowledge base but couldn't find any information on this topic. I am trying to understand how to use the CCConstants.ENDPOINT_PRODUCTS_…
-
Using CCConstants.ENDPOINT_PRODUCTS_UPDATE_PRODUCT to Update Products in OCC Classic 24.05Hello, I have searched the Oracle knowledge base but couldn't find any information on this topic. I am trying to understand how to use the CCConstants.ENDPOINT_PRODUCTS_…
-
Configure OSF typeahead search to return productsSummary Update OSF typeahead behavior, which returns keywords only, to return Classic-style product based typeahead resultsContent Current OSF Typeahead Behavior Oracle …
-
Promotion UpsellMessaging widget is not working correctly in our store;I followed what was presented in the documentation available at: "https://docs.oracle.com/en/cloud/saas/cx-commerce/uoccs/manage-upsell-messages.html#GUID-11AA5874-8905-…
-
Default currency / pricing group based on user country or audienceIt seems that, in Oracle Commerce, logged-out users always see prices in the default currency. I'd like to have our store show prices to logged-out users based on what a…
-
How do I redirect Google search results from my commerce site's OOTB 'contact us' page ?Summary: When users search for my commerce site on Google, the search results currently display the OOTB "contact us" page provided by Oracle Commerce. However, I've set…
-
Request for Help with Implementing Search FiltersSummary: Hello, We are looking for a way to implement search filters that appear on the screen and are selectable by the client, however we have not found a way to imple…
-
Product widget configurationSummary: Product widget functionality issues. Content (please ensure you mask any confidential information): When we want to edit the product widget we want to add the m…
-
How to apply Server-Side Extension updates in live-store, not just in admin-preview?Summary: Hello, I have created a Server-Side Extension that updates prices and inventory of a product consuming an external system, however the price and inventory updat…
-
Problems with images in the x_swatchMapping configHello! I'm applying the "color balls" configuration in our store, but I don't quite understand the flow in which the images are rendered on the screen in their respectiv…
-
We would like the store search result to show products by color rather than product groupWe would like the search result in the store search bar to show products by color rather than product group. I will attach some illustrative images. For example, if you …
-
How to make a new element with multiple TextBox?With the following configurations? 1 - Image {Title, Alt, URL} 2 - TextBox { inicialDate, endDate } 1 - active We need to make a dynamic banner widget and we thought abo…
-
What are the supported types of propertys I can create in widget level ?Summary: In the Oracle documents, only 7 types are listed when we wish to create a property at the widget level, they are stringType, optionType, booleanType, mediaType,…
-
I would like to know if there is any way to synchronize the two OCC environments (DEV and PRD)?Good afternoon!? I would like to know if there is any way to synchronize the two OCC environments (DEV and PRD). I would like to keep the two environments synchronized i…
-
Price Slider in Product Collection PageSummary To incorporate Price slider in filtersContent Hi Team, We have a requirement to incorporate Price Slider in Guided Navigation Widget in the Product Collection Pa…
-
Can anyone provide full development of storefront training videos link or tutorials ?Summary: I Want to see and get trained and know how to development of store front can any one provide like store videos or traning workshop link Content (required): 22c …
-
Developing Custom Widgets in Commerce CloudSummary This how-to explains how to develop custom widgets in OCCS.Content In How To Create a Global Widget in Oracle Commerce Cloud we highlighted the use of Extensions…
-
I want to access the element configuration value of textbox in element.js but i can't ?Summary: I want to access the element configuration value of textbox in element.js but I don't know how to access I have accessed the value in element.template by using …
-
HotJar IntegrationPreviously there was a knowledge document that detailed how to implement HotJar in commerce. Can that be posted here? Thanks!
-
I have uploaded Media file image with productid.imagname.jpg but for SkusID how can assign images?Summary: I have uploaded media file in zip format and also import products every one product has image in media is available like productid.imagename.jpg but if I create…
-
I want to Update some file of widget.js file through dcu put it showing error ?Summary: I have grab all the file from of cx commerce with dcu.cmd grab And now i want to make some changes in some js file of custom widgets.js so i have run this comma…
-
How to access parent page viewmodel from widget?Summary: The parent page has important attributes in it's root viewmodel. We need to access them from a widget. Content (required): The parent page has several values st…
-
Adding dependencies like Datatable plugins using requirejsSummary: On widget js, instead of 'https://cdn.datatables.net/1.12.1/js/jquery.dataTables.min.js', how can I make it 'datatable' just like with 'jquery' and 'knockout' ?…
-
how I can use different cdn of font or min file while developing widgets in storefront ?Summary: I want to use cdn of theme.js and slider and font for creating product slider and cards while developing widgets in storefront I have try to do this with creati…
-
How to connect design code untility for visual studio it shows error?Summary: I have downloaded dcu from env and also try grab all the files from env but it gives error for connection orcale environment? Content (required): I have try wit…
-
how to connect dcu with storefront it gives error after running this npm install -g ?Summary: I have downloaded dcu from my cx env and extracted in file also and open in visual studio after that i have run this command to install dcu in vs npm install -g…
-
how to display product from collection through collectionid in custom widget in storefront?Summary: I want to access all the product from a particular collection that have i made and Diplay in storefront in product collection carsoul how to do that i have desc…