Skip to content

Tag: php

prestashop – create customer group from module

I’m currently working on a few modules connected to a ERP system. The ERP manages pretty much everything (customers, products, orders, order status…) but I’m having a bit of a hard time with the customer groups. I want to be able to add and update those same groups threw a module. Does anyon…

How could I use local fonts in website

I want to show my business tagline in “monotype corsiva” font it is not available on Google font so any body can please help me out for it . Answer Paste all these font formates in your css folder otf/ttf/woff. Add in your stylesheet:- now use this to apply font family font-family: ‘MTCORSVA…