Imran Sayed

Results 46 comments of Imran Sayed

We can register the menus into our theme https://github.com/rtCamp/wp-decoupled/issues/58

@NicestRudeGuy Now that we are using the storefront theme Please use the menu location name that storefront theme uses.

Thanks @MargVander This worked for me `import StarRatings from 'react-star-ratings';` Example with Hooks ```javascript const [ rating, setRating ] = useState(2); return ( setRating( newRating )} numberOfStars={5} name='rating' /> )...

@DarkChris86 Approved and merged the PR.

Released the new version on npm

Add support for: 1. Checkbox 2. Multiselect 3. Textarea 4. Quiz etc

Hi @luisherranz , I am preoccupied with a lot of work lately. Just had a look at your message. We will certainly help @minnifer to add support for checkboxes as...

Hi @samjco There is more to it than using static HTML. There are moving parts that requires user interaction and events in the whole cart and checkout flow.

Can you please elaborate on the situation, with screenshots if possible?

Thank you for the suggestion. All the code is available in the feature/youtube-tutorial branch. Each video has the link to the same in the description. There are also separate branches...