Jump to content

leps

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Location
    SP
  • Activity
    Project Owner

leps's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

2

Reputation

  1. hi, I downloaded version 3.2.2 from https://github.com/PrestaShop/gsitemap/releases Then extracted zip file and rename folder from "gsitemap-3.2.2" to "gsitemap" and zip again. Uploaded it and it seems to work! You can download it here if you guys want to try it. my PS version is 1.6.1.23 gsitemap.zip
  2. try this http://customprestshoptemplates.blogspot.com.br/2016/03/how-to-add-tracking-number-to.html I did it , version 1.6 and it worked. You need to find the code in the controllers/admin/AdminOrdersController. Look for the following code Find this: ($history->id_order_state == Configuration::get('PS_OS_SHIPPING') && $order->shipping_number) { $templateVars = array('{followup}' => str_replace('@', $order->shipping_number, $carrier->url)); change it to : ($history->id_order_state == Configuration::get('PS_OS_SHIPPING') && $order->shipping_number) { $templateVars = array('{followup}' => str_replace('@', $order->shipping_number, $carrier->url), '{shipping_number}' => $order->shipping_number); After that, put {shipping_number} ianywhere in in_transit.html file
  3. could you please share the script? thanks
  4. Amigo sua solução funcionou perfeitamente! Mas de final acabei fazendo algo mais simples..... no arquivo do e-mail : themes/seutema/mails/br/in_transit.html logo após a variável {followup} eu adicionei {shipping_number} Assim: <a href="{followup}{shipping_number}">{followup}{shipping_number}</a> A idéia é a mesma.valeu pelo toque! abraço
  5. poxa, deu certo aqui. Foi só "limpar cache" e "forçar compilação" em Parametros avançados/ Desempenho
  6. olá. Estou tendo o mesmo problema. As 2 abas estão abrindo ao mesmo tempo. Alguém tem outra sugestão de como podemos resolver isto? grato!
  7. Same question.....anyboy knows how to configure this cron process?
  8. Same question.....is there a way to set an order´s expiration date ? If customer doesn´t pay the order is cancelled automaticaly, and the products chosen go back to stock/frontoffice. this is definitely a "must have"
  9. olá pessoal, existe alguma possibilidade de adaptar este modulo para versao 1.3.7? Sei que irao me dizer para migrar para uma versao nova, mas há uma mudança na nova versao que vai dificultar muito a adição de novos produtos, por isto prefiro manter a versao 1.3.7 Mesmo que esta adaptação seja paga, dependendo do valor nos podemos conversar. aguardo contato abraço a todos
×
×
  • Create New...