Tiered Cart Price Rule?

Hoping for some help on an issue, and I’m not sure how to best go about this!

I’m looking to set up a discount where it would functionally be a specific % off and then once the cart reaches a certain dollar value it would also be free shipping.

IE – 10% off for all buyers, BUT if you spend over $100 it’s then 10% off AND free shipping.

How might I go about doing so?

Thanks in advance for the help!

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

Magento 2.3.5 Officially Released: Know Every Magento 2.3.5 Release Notes

In recent, the latest Magento version “Magento 2.3.5” has been released on 28th April 2020. So definitely, it’s good news for Magento enriching communities after Magento 2.3.4 release.

As a Magento developer, you must be wondering about the latest Magento 2.3.5 new features and enhancements.

Let’s take a deep dive… https://medium.com/@KrishaWeb/magento-2-3-5-officially-released-know-every-magento-2-3-5-release-notes-2f8a08137814

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

Cron Scrips non-writable paths

I get this cron script error when updating Magento. Unfortunately I can’t figure out where the error is. I have followed the path but .htacces is not in the folders. The folders have 755. Anyone tips how I can fix this?

(Magento 2.3.4 now)

Error from Updater Application Cron Script:

Found non-writable path(s):/var/www/html/pub/media/customer/.htaccess/var/www/html/pub/media/downloadable/.htaccess/var/www/html/pub/media/import/.htaccess/var/www/html/pub/media/theme_customization/.htaccess

Thanks!

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

Magento 2 and amazon linking

Hello, i have a store on Amazon, that are linked with Magento 2. Magento are linked to ebay and website too. So problem are only on Amazon synhronization. I have a six marketplaces with 300 parent products and 4-5 variations on each parent. Problem is, then i want to change a titles of products with Magento 2 policy help, on amazon all CHILDS are change the title, but parent product no. If i need change on 1-2 products, that is no problem, but if i need to do a full revise of my catalog, it is a big problem.

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

Magento 2 Development – A Detailed Guide for Everyone

An ultimate Magento 2 guide for both developers and end users, including below points:

In this guide:

  • Magento 1 vs. Magento 2: Key Differences
  • The Different Editions of Magento 2
  • What’s New in the Latest Magento 2.3.4?
  • What Are the System Requirements for Magento 2.x Installation?
  • How to Install Magento 2.x on Localhost?
  • Magento 2 SEO Tips to Get Higher Rankings in 2020
  • Magento 2 Speed Optimization Tips for 2020
  • Why Should You Migrate to Magento 2 in 2020?
  • How to Safely Migrate to Magento 2?
  • The Best Practices for Magento 2 Development in 2020
  • Tips to Build a High-quality Magento 2 Module in 2020
  • Best Free Magento 2 Themes for 2020
  • Magento 2 Go-live Checklist for 2020

Article Source: https://www.ipraxa.com/blog/magento-2-guide/

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

Switching from Vagrant to Valet+ for Magento development

I’ve been developing off Vagrant for a year and a half with my previous company, and although it DEFINITELY took some getting used to, I eventually became really really good at it. Quick deployment scripts, fancy local BASH scripts, etc.

However, I got laid off due to the whole Covid situation, and my new company is using something I’ve never had the chance to try out yet: Valet+.

I’ve done some research and keep seeing phrases like “While not a complete replacement for Vagrant…”. What exactly should I expect to be different? I bought a new MacBook Pro recently with an i9 and 16gb ram, because it’s my development computer and I need it to be super powerful. Is this overkill for Valet+? Or will this run even better than Vagrant?

Or… Should I wait a few weeks then gently propose the entire team switches to Vagrant? I’m lead dev so it’s not necessarily impossible.

edit: Forgot to mention. Previous company was an Agency where I had about a dozen concurrent Magento projects. New company is one company with maybe 3 sites (all Magento).

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

Optimising mobile site speed

Hi all,
I’ve run a Magento 2 based webshop in the past and now work with a lot of clients that are running a Magento 2 webshop, advising them on various digital marketing related projects.

One I think I noticed on my own website and now on basically every client website is that the mobile performance of Magento 2 seems to be poor in pretty much every case. It doesn’t matter if they’re running a custom build theme or an off the shelve theme, the mobile speed is horrendous according to Pagespeed Insights from Google. These sites are all being run on very decent hosting servers, so I’ve ruled that out as a possible cause.

Does anyone have any recommendations on improving mobile site speed beyond the default caching stuff in Magento 2 already? Any help would be much appreciated.

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

Magento 2.3.5 Release: Everything to Know About Latest Magento 2.3.5 Features

In recent, the latest Magento version “Magento 2.3.5” has been released on 28th April 2020. So definitely, it’s good news for Magento enriching communities after Magento 2.3.4 release.

As a Magento developer, you must be wondering about the latest Magento 2.3.5 new features and enhancements.

Let’s take a deep dive… https://www.krishaweb.com/magento-2-3-5-release

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

Magento 2 security question

My company has a lot of people working from the Magento admin. To reduce risks I’ve enforced 2FA with Google Authenticator. It would seem the Magento admin is now well protected.

But I just tried using the REST API with a 2FA-protected account and I was able to so with just a username and password – there was no 2FA interference. Through the API I can do same things that I’d be able to do in the Magento admin.

Doesn’t that mean 2FA is there just for show and is easily bypassed? A person with stolen credentials would just use the API instead of the admin to achieve the same result, wouldn’t he?

Or am I overlooking something?

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

layout files in magento 2.3

I created default.xml for my module.

When i made some modification in this file using “before.body.start” this works fine.

But if i try made any modification to “header” or “top” i can’t i tried different names like: “header.panel”,

“header”,

“hader.cointainer”,

“top”

…. with no effect.

<referenceBlock name=”amgeoipredirect\\\\\\\\\\\\\\\_popup” remove=”true” /> – WORKS

<referenceContainer name=”after.body.start”> – WORKS

<referenceContainer name=”after.page.wrapper.start”> – HAS NO EFFECT

I want prepend my block to <header>, how to do this?

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