Magento Project + Composer + Git

How does everyone manage their M2 git repo’s when using composer? What folders/files do you store in git? I would guess to git add composer. json and composer.lock but not vendor. What about other Magento files/folders? submitted by /u/scarcitykills [link] [comments]

Magento Cloud

I’m having issues with migrating data from a staging branch to integration branch. Basically we haven’t used integration branch in months, so we decided to force push the git files from stage to Integration so we can start using sub developer branches. What I’m asking the community (only magento cloud users) is what is your …

Compound products with price variations split up in Google Shopping Feed?

We would like to send Google Merchant Center each of the variants from our compound products in the feed as separate feed entries… allowing us to run ads on each variant with variant pricing correct. Click throughs would go to the compound page for size selection and checkout. What are some ways you are doing …

Affordable Ecommerce Platform | Affordable Ecommerce Solution

In the present situation of the technology of eCommerce platforms, each Giggs eCommerce member is looking to develop a reliable and appealing online store for their visitors. A sort of eCommerce structures or projects like Magento, WooCommerce, Shopify, and so on. Are utilized by organizations nowadays to fabricate magnificent eCommerce websites. Among these renowned eCommerce …

Is it possible to remain SAQ-A and SAQ-A-EP PCI Compliant post Magento 1 EOL ?

We have two websites in Magento 1.9. We are planning to migrate them to Magento 2.x after 4 months. These websites are compliant with SAQ-A and SAQ-A-EP respectively. What will happen after 30th June when Magento stops supporting Magento 1 websites? What do I need to do to stay SAQ-A and SAQ-A-EP compliant after 30th …

Update from Magento 2.3.1 to 2.3.5

I am doing a composer upgrade. Site in maintenance mode Running running “composer update” Problem 1 – Installation request for magento/magento2ce 2.3.1 -> satisfiable by magento/magento2ce[2.3.1]. – magento/product-community-edition 2.3.5 requires magento/module-tinymce-3 100.3.5 -> satisfiable by magento/module-tinymce-3[100.3.5]. – don’t install magento/module-tinymce-3 100.3.5|remove magento/magento2ce 2.3.1 – Installation request for magento/product-community-edition 2.3.5 -> satisfiable by magento/product-community-edition[2.3.5]. ​ I …

Get Filter options of Layered Navigation

Hi! so the thing is i’ve been trying to fetch filters(layered navigation) list that displays on storefront as well. I am getting the filters right, like if on frontend 3 filter options are avialable(color,size,category) i’m getting it, butif i traverse $filter->getItems(), it’ll give me ALL the options, like if there are 100 color in the …