Skip to main content

#Component0 discussing

Hello there, How to add address fields on LWC Component, please help me out!!!!

0/9000

Can we do a checkout in lightning storefront as a guest user?

As we know, when we visiting a store as a guest user in lightning b2b storefront, We can only browse PLP and PDP page. So my question is can we do an end-to-end checkout in B2B/Cloudcraze lightning storefront?

I am working on that Like I am making a custom Component for that. But I am facing some issues. Is anybody or their teammate Implemented that?

0/9000

Hello everyone - Would anyone happen to know what causes this error to come up when users are trying to generate a quip doc from quip component?

5 comments
0/9000

On our Communities site, we are using the Customer Service template. We have the Global search Peer to Peer Communities Component added to our pages to allow our customers to search for our articles. Within the Component, the autocomplete is turned on. The issue I am running into is that I cannot find where to change the fields displayed for the autocomplete results. As you can see in the image, there are 4 fields displayed. We are still using Classic knowledge but as working towards transitioning to Lightning Knowledge possibly later this year.

2 comments
0/9000

Hello,

 

Does anyone know if it's possible to insert a named anchor / anchor link using the Rich Content Editor component in Experience Builder? I don't see a way to do it when I'm using it, and it looks like in different Salesforce applications you can insert a named anchor using rich text fields, so I'm hoping it is possible and I just can't see how to do it for some reason.

 

EDIT: The rich content editor does not insert any html id attribute into the content, not even for heading tags. So, the standard way of doing it like href="#id-name" doesn't work because no IDs get created. So, my question is really whether there is some method with the Rich Content Editor to actually insert an ID onto some piece of text so that I can create a link to it.

 

I'm trying to create an FAQ page where there's a link at the top that, when clicked, will take a user to a section of text farther down the page.

 

Thanks!

4 comments
0/9000

Hi Everyone, 

I seek to add a WebRTC component in a lighting community. it is any component available? 

Thanks in advance,

1 comment
0/9000

Neither the Carousel nor the Slide Show layout option of the CMS Collection behaves like the Lightning Carousel where the component automatically rotates through the available content items.  Any consideration to adding that ability to the Collection Component?

7 comments
0/9000

Hi @Denny Chandra I been setting up the component and it really fit the bill with creating a filtered related list, one bit of feedback I received from users was when they add a new related record via a flow it's not updating the component but the standard related list does, how can I get it to auto-refresh when a related record is added if I have the record open?

4 comments
  1. Dec 18, 2020, 4:48 AM
    @Alek Gokiert@Gabe Wonders thank you for your feedback. Unfortunately auto refresh is not that straightforward. I have not yet find an appropriate solution for this.
0/9000

Lightning Web Component Specialist Superbadge Challenge 13 Error -  We can't find certain parts of the lightning-record-view-form in the component boatDetailTabs. Make sure the component was created according to the requirements.

 

HTML Code Below -

 

<template>

<template if:false={wiredRecord.data}>

<lightning-card>

<span class="slds-align_absolute-center no-boat-height">{label.labelPleaseSelectABoat}</span>

</lightning-card>

</template>

<template if:true={wiredRecord.data}>

<lightning-tabset variant="scoped">

<lightning-tab label={label.labelDetails}>

<lightning-card icon-name={detailsTabIconName} title={boatName}>

<lightning-button slot="actions" label={label.labelFullDetails} onclick={navigateToRecordViewPage}></lightning-button>

<lightning-record-view-form desnity="compact" record-id={boatId} object-api-name="Boat__c">

<lightning-output-field field-name="BoatType__c" class="slds-form-element_1-col">

</lightning-output-field>

<lightning-output-field field-name="Length__c" class="slds-form-element_1-col">

</lightning-output-field>

<lightning-output-field field-name="Price__c" class="slds-form-element_1-col">

</lightning-output-field>

<lightning-output-field field-name="Description__c" class="slds-form-element_1-col">

</lightning-output-field>

</lightning-record-view-form>

</lightning-card>

</lightning-tab>

<lightning-tab label={label.labelReviews} value="reviews">

<c-boat-reviews record-id={boatId}></c-boat-reviews>

</lightning-tab>

<lightning-tab lable={label.labelAddReview}>

<c-boat-add-review-form record-id={boatId}></c-boat-add-review-form>

</lightning-tab>

</lightning-tabset>

</template>

</template>

 

I don't see anything missing atleast from what I read in the badge requirements ? Maybe someone else has a better eye than me ?

0/9000

Hello Commerce folks - I have a B2B Commerce question, any support is appreciated. 

 

Requirement: on a B2B Storefront Homepage, I would like to add a component (just a container for 4 content slots to show images for a category or other navigation points)

Problem: actually there is no "standard" B2B widget available to set up a pure content slot. (as per documentation: https://help.salesforce.com/articleView?id=b2b_commerce_components.htm&type=5)

 

Any suggestions how to deal with this? 

6 comments
  1. Oct 28, 2020, 2:05 PM
    @Henry Weber one more question please... how did you get the component to show on the home page? Did you add it with a page include? Are you still able to utilize the page widgets? Our ultimate goal is to show a modified landing page once a customer logs in - and they would be a little different depending on the customer type. This is all quite confusing!
0/9000