gavinjsr
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce DYMO Print] Printing individual itemsHi Bart,
I have a customer who sells food and beverage products online and delivers them. They want to print the address of the recipient and then each item with the name of the intended individual, i.e.
Label 1:
Company name
Company address
Company postcodeLabel 2:
Individual 1 Name
Product 1 NameLabel 3:
Individual 2 Name
Product 2 NameLabel 4:
Individual 3 Name
Product 3 NameLabel 5:
Individual 4 Name
Product 4 NameLabel 6:
Individual 5 Name
Product 5 Nameetc.
I hope this helps with my query.
Thanks,
Gavin
Forum: Plugins
In reply to: [WooCommerce DYMO Print] Printing individual itemsCan anybody help with this?
Forum: Plugins
In reply to: [Multiple content blocks] Transfer block information to arrayYou’re a Gentleman. I’ll give that a go.
Forum: Plugins
In reply to: [Multiple content blocks] Transfer block information to arrayHi Harold.
I have installed the multiple blocks plugin to allow the user to manage the postcodes allowed.
ie:
BT1AAA,BT1BBB,BT1CCC,BT1DDD
So I then want to explode this into an array as such:
$var = array(“BT1AAA”,”BT1BBB”,”BT1CCC”,”BT1DDD”);
Thanks,
Gavin