Search the Community
Showing results for tags 'relative path'.
-
Salve, io ho installato il negozio su un sottodominio test.nomedominio.ext per fare delle prove, ora vorrei trasferire una copia dal sottodominio al dominio in produzione. E' possibile? Io mi ricordo che in Prestashop v1.6 non era possibile farlo perché tutti i percorsi erano assoluti e non relativi. Nella versione 1.7 questa problematica è stata risolta?
-
Apologies if this is already covered, but i can't for the life of me find what my relative or absolute path is to my PrestaShop installation. I am being asked for this in configuring my WordPress integration; integrating PrestaShop into Wordpress (not the other way around). Please help. I am feeling like an idiot (but am shameless enough to ask).
- 1 reply
-
- wordpress
- relative path
-
(and 1 more)
Tagged with:
-
Hi, For the love of me, I cannot figure this out: I want to use a third party library to crop/smart crop images in a store (this should really be a core functionality btw). However, those scripts require you to do a GET call on a php script. Those (like timthumb or SLIR) cannot handle the full URL which is generated using: {$link->getImageLink($product.link_rewrite, $product.id_image, 'home')} I need to get a relative path/real file name, without having to go thru rewriting, because that seems to result in conflicts. How do I get that without hacking core or writing a full blown module? I was trying to find a documentation of the core functions/classes, but there's nothing. I was able to figure out some fragments, but wasn't able to find anything close to get a real, simple "img/p/1/2/3.jpg" relative path+filename. Can anyone help me out with that?