Jump to content

mortenbennedsen

Members
  • Posts

    19
  • Joined

  • Last visited

About mortenbennedsen

  • Birthday 05/11/1989

Contact Methods

  • Skype
    mortenbennedsen

Profile Information

  • Location
    Bangkok
  • Activity
    User/Merchant

mortenbennedsen's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Is that all? I've added the code to test for a PrestaShop 1.6.1.4 - it didn't change anything :-) Have you changed other files?
  2. I'm having the same problem. We got the tracking-numbers automatically from carriers. But when we put {shipping_number} in the "shipped" mail, it just look like {shipping_number} in the mail sent to the costumer. Its not catching the actual tracking number. We are using PrestaShop 1.6.1.2
  3. I have tried that, but it ony works for me if i manually put the tracking number, and press "add" We got our tracking numbers automatically from the suppliers and curriers. If i put it like that, in the mail, it just show like: Here is your shipping-number: {shipping_number}My PrestaShop version is 1.6.1.2
  4. Hello guys We have a shop running PrestaShop 1.6x, and one of our suppliers are dropshipping product for our customers. They receive a mail with the product to send, and they send me back a mail with the Track & Trace-number for the order. Right now im manually copy-pasting the tracking number from that email, and inset it to the order, and change status to "Shipped" I like to have that process automatized. I'm thinking of using PrestaShop API and a php-script. 1. Forward the email from supplier to specific email (it contains Tracking number, Customer name, and Customer Shipping address. 2. The php-script need to take that track & trace-number, find the customer in our PrestaShop by Address or name, and find the most recent order from that customer, and then inset the tracking-number, and change status to "Shipped", by using the webservice (API). - Or it can use other function, if thats better. Do anyone know someone that can solve that?
  5. Hi I found a solution - and its pretty simple and works. You can change it in the following TPL-file: /public_html/pdf/order-return.tpl <table style="width: 100%"> <tr> <td style="width: 20%; padding-right: 7px; text-align: right; vertical-align: top"> </td> <td style="width: 80%; padding-right: 7px; text-align: left; vertical-align: top"> <table style="background-color:#DDD; line-height: 4px; padding: 7px;"> <tr> <td style="font-weight: bold">{l s='If the following conditions are not respected we reserve the rights to refuse your package and/or reimbursement:' pdf='true'}</td> </tr> <tr> <td> <ul> <li>{l s='Please include this number return reference on your return package:' pdf='true'} {$order_return->id}</li> <li>{l s='All products must be returned in their original package without damage or wear.' pdf='true'}</li> <li>{l s='Please print out this document and slip it into your package.' pdf='true'}</li> <li>{l s='The package should be sent to the following address:' pdf='true'}</li> </ul> {$shop_address} </td> </tr> </table> <br /> {l s='Upon receiving your package, we will notify you by e-mail. We will then begin processing the reimbursement of your order total. Let us know if you have any questions' pdf='true'} </td> </tr> </table> (Delete the string in line 139 - {$shop_address}, and replace it with this:) <table style="width: 100%"> <tr> <td style="width: 20%; padding-right: 7px; text-align: right; vertical-align: top"> </td> <td style="width: 80%; padding-right: 7px; text-align: left; vertical-align: top"> <table style="background-color:#DDD; line-height: 4px; padding: 7px;"> <tr> <td style="font-weight: bold">{l s='If the following conditions are not respected we reserve the rights to refuse your package and/or reimbursement:' pdf='true'}</td> </tr> <tr> <td> <ul> <li>{l s='Please include this number return reference on your return package:' pdf='true'} {$order_return->id}</li> <li>{l s='All products must be returned in their original package without damage or wear.' pdf='true'}</li> <li>{l s='Please print out this document and slip it into your package.' pdf='true'}</li> <li>{l s='The package should be sent to the following address:' pdf='true'}</li> </ul> <u1> <li>{l s='ADRESS LINE 1' pdf='true'}</li> <li>{l s='ADRESS LINE 2' pdf='true'}</li> <li>{l s='ADRESS LINE 3' pdf='true'}</li> <li>{l s='ADRESS LINE 4' pdf='true'}</li> <li>{l s='ADRESS LINE 5' pdf='true'}</li> </u1> </td> </tr> </table> <br /> {l s='Upon receiving your package, we will notify you by e-mail. We will then begin processing the reimbursement of your order total. Let us know if you have any questions' pdf='true'} </td> </tr> </table> Then you just type your adress in the adress line fields - and you could at more if you need. You can after this also change the adress from the translation tab in Backoffice - PDF translations. This is tested and works for PrestaShop 1.5.5.0
  6. Jeg har store problemer med PS 1.5.5.0 - er i tvivl om det kan skyldes Varnish. Sådan noget med at kundens kurv er tom, så snart at de prøver at gennemføre en ordre Har lige deaktiveret det, og er spændt på om det hjælper. Ellers bliver jeg nødt til at skifte host ASAP. Har rapporteret det som en bug her: forge.prestashop.com/browse/PSCFV-10449
  7. Hvis du bruger Pacsoft til at laver pakkelabels - så kan du få pacsoft til at sende en kunde en mail med Tracking nummeret :-)
  8. Hej. Efter opgradering fra Prestashop 1.4.8.2 til 1.5.3.1 oplever problemer med Krydssalg / Crosselling (Andre kunder købte også Det er kun på checkoutsiden, hvor de skulle vises under kurven. Billederne vises simpelthen ikke. Jeg har fundet en lidt lignende fejl dette topic: www.prestashop.com/forums/topic/213211-crossselling-images-dont-show-ps-153/ Jeg har implementeret løsningen, men det tyder dog på at det ikke er den samme fejl. URL'en til det billede der ikke bliver vist står som: domainname.dk/286-medium_default/productname.jpg Det giver god mening når billedet ikke eksisterer på den URL. Product ID, mangler simpelthen fra URL'en Det burde se sådan ud: domainname.dk/57-286-medium_default/productname.jpg Hvor productid = 57- Hvis jeg indsætter "domainname.dk/57-286-medium_default/productname.jpg" i min browser vises billedet som mangler. Jeg har kigget i crosselling.php - og kan se at der står den kalder "product_id" Altså: 57- mangler i URL'en Er der nogle der ved om den skulle være ændret efter opdateringen fra 1.4.8.2 to 1.5.3.1? Jeg vedhæfter crosselling.php - Se linje 161 og 215 Jeg vedhæfter også et screendump Placering: /modules/crossselling Håber der er nogle der kan hjælpe :-) crossselling.php
  9. Jeg synes den bedste løsning "bare" er at annullere disse ordre i backoffice, lave kreditnotaer på dem - og ellers leve med at de er der :-)
  10. It dosent work for me in the card, the pictures is missing. The IMG link is: domainname.dk/286-medium_default/productname.jpg It seems like the procuct ID is missing in the IMG URL. Like it should be: domainname.dk/57-286-medium_default/productname.jpg The productid is 57- If i paste "domainname.dk/57-286-medium_default/productname.jpg" to my browser - the picture is showing. But how do i get it into the crosselling.php? Has "product_id" changed after the update from 1.4.8.2 to 1.5.3.1?
  11. Hvad mener du præcist? Du skal både have en betalingsgateway (tror det er det du kalder betalingsmodul?) og en indløseraftale hos en indløser. Selve modulet til Prestashop er gratis, såfremt du vælger ePay eller Quickpay. Men du skal have et abonnement hos dem. Du skal bruge følgende for at kunne tage imod betalinger med Dankort / Visa, Mastercard osv. En betalingsgateway - Fx. ePay, Quickpay eller DiBS (forvent ca. 199 kr./md) En indløseraftale fx. NETS/Teller*, Euroline, Swedbank (forvent 1000 kr./år for Dankort ved Nets/teller + 250 kr. i oprettelse. Vil du have Visa/mastercard - alle de internationale kort - så forvent 1000 kr. i oprettelse og 100 kr./md ved Nets/Teller) Ønsker du at tage imod Dankort er Nets/Teller de eneste der udbyder dette.
  12. Hello. I'm using PS v1.5.3.1. I cannot get figure out how to get dynamic values in my Adwords Conversation Tracking. My order-confirmation.tpl looks like: {* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 6599 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <script type="text/javascript"> //<![CDATA[ var baseDir = '{$base_dir_ssl}'; //]]> </script> {capture name=path}{l s='Order confirmation'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"} <h1>{l s='Order confirmation'}</h1> {assign var='current_step' value='payment'} {include file="$tpl_dir./order-steps.tpl"} {include file="$tpl_dir./errors.tpl"} {$HOOK_ORDER_CONFIRMATION} {$HOOK_PAYMENT_RETURN} <br /> {if $is_guest} <p>{l s='Your order ID is:'} <span class="bold">{$id_order_formatted}</span> . {l s='Your order ID has been sent to your e-mail.'}</p> <a href="{$link->getPageLink('guest-tracking.php', true)}?id_order={$id_order}" title="{l s='Follow my order'}"><img src="{$img_dir}icon/order.gif" alt="{l s='Follow my order'}" class="icon" /></a> <a href="{$link->getPageLink('guest-tracking.php', true)}?id_order={$id_order}" title="{l s='Follow my order'}">{l s='Follow my order'}</a> {else} <a href="{$link->getPageLink('history.php', true)}" title="{l s='Back to orders'}"><img src="{$img_dir}icon/order.gif" alt="{l s='Back to orders'}" class="icon" /></a> <a href="{$link->getPageLink('history.php', true)}" title="{l s='Back to orders'}">{l s='Back to orders'}</a> {/if} <!-- Google Code for Shop Conversion Page --> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 123456789; var google_conversion_language = "en"; var google_conversion_format = "2"; var google_conversion_color = "ffffff"; var google_conversion_label = "123456789987654321"; var google_conversion_value = 0; /* ]]> */ </script> <script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/123456789/?value=0&label=123456789987654321&guid=ON&script=0"/> </div> </noscript> I want to change 0 in "var google_conversion_value = 0;" to the total order price without shipping fee. Something like this: "var google_conversion_value = {$total_paid_without_shipping};". But i cannot find the right variable in the new version of PS. There’s a lot topics about same question for earlier versions, but they do not answer my question for the new version 1.5x. Hope someone can help me. Thank you very much.
  13. Prøv lige og gå ind på din server og omdøb dit theme til "default" Derefter åben siden i IE og tryk CTRL+F5 og se om det virker :-)
  14. Hej Efter opgradering til version 1.5.3.1 fra version 1.4.8.2 oplever jeg periodiske problemer med forsendelsesmetoder / Fragt. Jeg har oplevet problemet 2-4 gange i løbet af den seneste uge. efter opdateringen. Problemet kan nogengange løses ved enten at vente noget tid og prøve igen. Eller vente noget tid og trykke F5. Fejlen der kommer er at den siger at ingen fragt-firmaer leverer til den angivne adresse. (Som den ville gøre hvis man skrev et land på, der ikke var oprettet forsendelse på i systemet). Er der andre der har oplevet dette, eller kunne have en ide om hvad der er galt? Billede er vedhæftet.
×
×
  • Create New...