oakwood Posted May 22, 2018 Share Posted May 22, 2018 We currently use integrated labels so I'd like the delivery address to print in the location of the peel off label. With a few adjustments to the template (remove shop address, change % of table widths etc) this works fine. The BIG problem is that the address contains the phone number. Customers do not want their phone number on the address label. How can I remove this? What I need is to separate the phone number info from the address variable so I can print the address to the invoice without the phone number. I've had a look at the PHP files but I'm not an expert developer so I've not been able to figure it out. I know I can change preferences in the localization-> countries settings but this isn't a sensible solution. If there's a suitable module I'm happy to go with that. Thanks for any help. Link to comment Share on other sites More sharing options...
_Sergiy_ Posted February 2, 2019 Share Posted February 2, 2019 Hi, for delit customers phone number from PDF you can put this (next id, NULL, NULL, 'PS_INVCE_INVOICE_ADDR_RULES', '{"avoid":["phone","phone_mobile"]}', 'date', ''date'), (next id, NULL, NULL, 'PS_INVCE_DELIVERY_ADDR_RULES', '{"avoid":["phone","phone_mobile"]}', 'date', 'date'); in ps_configuration. Good luck ! Link to comment Share on other sites More sharing options...
cedib Posted June 4, 2020 Share Posted June 4, 2020 @sergiykhd, what do you mean by ps_configuration? Where is it? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now