Hi. Thanks for your great videos. I'm havin an issue... When i change the attribute of the product it does not update the product info (price, description, picture, etc.). Do you have any idea how to resolve it?
@FirstLast-iq9xo Жыл бұрын
Thank you! Your videos are simple and to the point. I love how clear you are as well. These helped me out!
@henryjee42212 жыл бұрын
Thanks you so much, it helps me a lot. please kindly advise which theme you are using. thank you again.
@christiancompean85563 жыл бұрын
I hadn't figured out how to display the Add to Cart button, I didn't expect it to appear when creating a variation.
@nehemiah25033 жыл бұрын
I like your content!! You have a new subscriber. Have you checked Promosm?! You should use it to help your videos rank better in the search.
@nathanaelkazaka67243 жыл бұрын
Great! But one thing outta the playlist yet mentionned here.... How do you customize the product page (or view) to look like that?... some fields going right side, the product photo on the left. Since all come in vertically by default If there's a playlist for that, please redirect me Thank you!
@camilomoscoso82004 жыл бұрын
Parrot Graphs 😂 this made my day.
@KatjaBerningerDobie4 жыл бұрын
Thanks a lot. You really broke it down into parts nicely. This will become one of my favourite Drupal commerce resources.
@ВиталийЯнченко-у7л4 жыл бұрын
Thanks a lot for this great course, guys! Perhaps you have any plans to continue it? If you plan something similar, then it would be great to see a competent guide on the import of goods and their variations (commerce 2 + commerce feeds (from csv) + feeds tamper). best regards
@GirliforniaMagazine5 жыл бұрын
How come you have a long description and specifications? where in part 1,2,3,4 did you build that?
@Acro_Commerce5 жыл бұрын
The Long description field is just a renamed default body field and the Specifications long text field is added at about 5:50 of this video. For that field, I had previously created the same field for another product type, so instead of creating a brand new field for the same thing I just reused the existing field. The important thing to know if you're trying to set up a similar product is just that these fields are "text (formatted, long)" fields so that they include the WYSIWYG editor.
@kushkhurana18535 жыл бұрын
Thanks a ton sir it helped me lot but please post any video of making product type this kind of layout or please tell me how to add custom fields of product variation type in layout builder module... How can i make this type of product layout
@Acro_Commerce5 жыл бұрын
Hi Kush, thanks for the support. Unfortunately we're not planning to new tutorial videos any time soon, but I think I can still help you out some. This video is the last in a 5 part series, so check out the other parts for more configuration setup. 1 - kzbin.info/www/bejne/naWppIOmjb1qrLs (product attributes) 2 - kzbin.info/www/bejne/eHa3oIdjrM6nock (rendered product attributes - i.e. colours) 3 - kzbin.info/www/bejne/pWi2dIWqqtV7bdE (product variations setup) 4 - kzbin.info/www/bejne/mYHLpZ9uicR2gNE (product type setup) For additional help, you can reference the demo site this is built on by logging in to commerceplus.acromedia.com/ using username and password 'demoadmin'. There's also a link in the footer to the codebase on GitHub where you can view the code for the theme (sass, js, templates, etc.). Finally, you can check out the official Drupal Commerce documentation at docs.drupalcommerce.org/commerce2/getting-started . It has a lot of good information plus additional ways to seek community support.
@11219tt5 жыл бұрын
I am used to Drupal 7 commerce. We used to create a product then attach it to a content type. Is this not the case for Drupal 8?
@Acro_Commerce5 жыл бұрын
Hi there. Commerce for D8 is quite a bit different. Now, Product Types are the main entity (not a Content Type) and Product Variation Types are the purchasable variations added to the product. They're all managed within the separate top level Commerce menu system. We have a blog/video series that goes over this in detail. It might be a little bit dated now, but should still be accurate for the most part. Check it out here: blog.acromedia.com/drupal-commerce-2-how-to-set-up-product-attributes
@11219tt5 жыл бұрын
Acro Media Got it, thanks! That’s sort of what I figured but wanted to make sure I wasn’t doing it wrong. For the most part that makes sense.
@makemoneyrelax6 жыл бұрын
how did you make the spec and desc in tabs? I forgot ho to do it...
@Acro_Commerce6 жыл бұрын
Hi! For each tab, the tab title is a plain text field and the content is a long text field. Then, in the product page template, we're printing out the fields using the tab system from the Bootstrap framework (getbootstrap.com/).
@JHONATANDAVIDFERNANDEZROSA6 жыл бұрын
Thank you for your videos I have a question, do you have a video explaining how to create the product view as you have it in this video in the minutes 6:33?
@Acro_Commerce6 жыл бұрын
Hi Jhonatan, We don't have a specific video, but you can check out the templates and code base at github.com/AcroMedia/commerce-demo . You can even clone the repo and use the provided database to set up the demo site locally, then login and view configuration too. Hope this helps and thanks for watching!