bluebuscreatives
Forum Replies Created
-
This is great- I’m almost to where I need to be, I am using billing_address_1 as the field I’m grabbing. How can I get these to sort a-z in the column? Below is the code I’m currently using:
add_action('woe_summary_products_add_item',function ($key, $item, $order) {
$address = $order->get_billing_address_1();
$address = str_replace(',',',',$address);
if( empty($_SESSION['woe_summary_products'][$key]['customers_list']) )
$_SESSION['woe_summary_products'][$key]['customers_list'] = $address;
else
$_SESSION['woe_summary_products'][$key]['customers_list'] .= "|" . $address;
},10,3);We have the “billing_address_1” set as a suite number (this is for onsite catering). This is how it displays. I Would love for it to display in ascending, alphabetical order (note that there are suites with just numbers such as 201, 204, 301, and with letters and numbers like below, N9, N8, S2).
N9|N8|N5|N2|N10
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Compatibility with Divi’s Shop ModuleSame problem for me. Hoping someone can find a solution soon.
- This reply was modified 3 years, 7 months ago by bluebuscreatives.
Just thought I would tap back in on this and see if you’ve found reason why this might be happening.
Thanks!
I tried disabling some of my plugins just in case and that didn’t provide any sort of fix. I’m not sure what it takes for Safari to consider something a username but I guess somehow that is getting triggered.
It does replicate in a Private Safari Browser. It’s not happening in chrome (but I also don’t think I’ve signed in and have remembered usernames on Chrome). It looks like it’s trying to pull up usernames that I’ve logged in with on my site at one point or another. Just not sure why the dropdown would be confused as place to enter username.