Reviews are matter!

20% of overall sales are driven by reviews and at least one-third of customers report that they won’t buy a product listed with no customer reviews.

A Power Reviews study of Amazon online sales states that even a single review (as opposed to none) can increase sales of an item by 65%.

For magento store Google customer reviews helpful

Equivalent to Google’s Trusted Stores, Google’s Customer Reviews indicates a positive purchasing experience to potential customers.

submitted by /u/AcanthaceaeChance476
[link] [comments]

Local Dev Environments

Hi,

I have no doubt that this question has been flogged to death, but I am really struggling to get a decent local dev environment running.

I’m on a MBP with 8GB RAM, 2.3GHz dual core i5.

I have tried Valet, Valet-Plus, and now Warden. I use M2 Cache Clean drop in so I’m not flushing all caches unnecessarily, but cannot get below a 15 second cold page load, which just doesn’t feel right.

I flick between Laravel and M2 and the experience is night and day. I appreciate the extreme differences between what they are, and it’s comparing apples to tractors, but how can ppl dev like this? It’s infuriating.

Please someone tell me I am a fool and doing something wrong (and hopefully point me to what that wrong is), or is this just what I have to live with when working with M2?

submitted by /u/mr_acronym
[link] [comments]

Do you have products that you Do Not want to be available to purchase to specific countries?

We have a smart product hide per country module auto-detects visitor’s GeoIP location and show/hide products based on country restrictions.

The module offers simple configurations from back-end which requires no much technical know-how. The well-coded extension performs correspondence with other 3rd party extensions without losing their performance. To use this extension, store admin needs to create & update various country-based groups.

After enabling a product restriction extension, the visibility & consistently reflects on all product listing, upsell-cross block, related product block, new product pages, etc for selected countries.

submitted by /u/AcanthaceaeChance476
[link] [comments]

Need some help with product configuration im magento 2.4.2

I am unable to setup the following options correctly.

I have a set of clothing (top and bottom): 4 different colours each, 3 different sizes and different quantities.

I want to sell them in such a way that the customer can either buy the set or buy the top and bottom separately. This way the stock can be accounted properly.

Additional, the set price is discounted compared to the separate items.

How do I implement the above scenario when setting up the product.

Cheers.

submitted by /u/figonju
[link] [comments]

Nginx locations with different nodes

I have the an aws node that is responsible to redirect traffic to the correct node (I am developing magento dev ambients in each sub node). I have something like:

“`nginx location /endpoint { set $upstream domain.com; include …;

proxy_pass http//domain.com/; 

} “`

This will redirect the requests that are made to the node via domain.com/endpoint to the endpoint node.

In that node I have nginx configured like:

nginx server { listen port; server_name _; set $MAGE_ROOT /var/www/html; include ...; }

If I go to the domain.com/endpoint I get greeted by the homepage, but if I click an item on the store basically the /endpoint is removed from the URL and nothing works, but if I manually add it to the URL I can seed the items just fine.

How can I maintain this URL?

Please note that I have https//domain.com/ as my base URL in Magento’s database because If I had https//domain.com/endpoint I was having the ERR_TOO_MANY_REDIRECTS error.

submitted by /u/FireFausto
[link] [comments]

Best $100 monthly host? Is Magemojo reliable?

Seen good and bad things on magemojo, how is your experience?

Nexcess S plan is also at this price range but not sure are they really bad now? I liked them before but I don’t have any live sites hosted their by clients currently.

Seen a lot of good things about Sonassi but it seems they start at around 285 pounds minimum :(.

I tried cloudways and liked it but the client didn’t care for their support (they didn’t tell me why).

submitted by /u/kjavitz
[link] [comments]

Best way to give % discount off special price?

Site runs on magento 2. I want to run a percentage off sale on selected categories on my magento2 site, but my products already have special prices enabled and the special prices are not a set % discount off the normal price. I need the sale discount to to come off the special price, and can’t see a simple way to do this. Any suggestions? Example: 10% off t shirts promotion T shirt A has regular price of 60 and special price of 25 T shirt b has reg price 75 special price 32 T shirt c has reg price 120 special price 10 I want the sale to give 10% off the special price, which would be 2.5 off shirt a, 3.20 off b, 1 off c. Is there a good way to do this other than directly editing the special prices?

submitted by /u/Galalalalalalalala
[link] [comments]

Magento Cloud Docker – OOM issues during setup:upgrade (redis)

When running docker-compose run --rm deploy cloud-deploy It makes it through almost entirely, but then during the last stages of setup:upgrade, specifically the “Processing configurations data from configuration file…” step, I see a fatal error:

mmap() failed: [12] Cannot allocate memoryFatal error: Out of memory (allocated 235208704) (tried to allocate 6451432 bytes) in /app/vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php on line 1254 

if I run docker-compose run --rm deploy php -r "echo ini_get('memory_limit').PHP_EOL;" I see:

Creating gh2-cloud_deploy_run ... done 4G 

If I watch the docker image stats, it’s erroring out right around 256mb of memory. I’ve already allocated about 10gb of memory to docker via resource settings in docker desktop, and set the memory_limit in docker-compose.yml to -1.

Does anyone know where this memory limit of 256mb is coming into play? I would be most appreciative for a lead.

submitted by /u/blkbeard
[link] [comments]

Identity verification for Magento 2.

Hello. I am looking for a solution to verify certain customer groups in my magento. It could be through api calls or linking to an external service etc for verification.

The verification i need will be ID, or License, and Taking a photo of yourself with the ID, and proof of address.

How can this be achieved or integrated to magento?

Cheers.

submitted by /u/figonju
[link] [comments]