Skip to content
Advertisement

Hide shipping address in WooCommerce new order email notification depending on shipping method id

I want to hide the shipping address if the shipping label is called “Pick up at Rockefeller Store” (but to show for other pickup methods). There are too many ids such as “local_pickup:3” for me to filter through. I enabled the shipping address to be shown in emails/email-addresses.php despite it being a local pickup method. My code attempt: I need

How to filter expanded datasets in json URL?

I am trying to filter results in my json URL’s expanded dataset. I can filter the regular data just fine but I am having issues reaching the expanded data which is being returned as a nested array (I believe). For example I use this url to filter and only display the city Austin: I am able to expand this dataset

Connecting Elasticsearch with Username + password in Shopware 6

I want to connect my Shopware 6.4 installation to an Elasticsearch instance. My Elasticsearch instance is secured by username and password. I can not establish a connection between Shopware 6 and Elasticsearch, because i can not find a way to pass username and password to the configuration. .env When running bin/console es:status i get a 401 status code. Unknown 401

Is it possible to create sub links without creating a directory. using PHP

So I was wondering if it’s possible to create sub directories links as shows : DOMAIN.TDL/users/USERNAME I’m not looking for the URL variable solution, in other words : DOMAIN.TDL/users?userid=int Directory structure ( abstract ) : Let’s take YouTube as an example, You see; when you go visit a YouTube Channel in URL you see : youtube.COM/Channel/ChannelId youtube.com – domain /Channel/

Advertisement