Jump to content

Behc98

Members
  • Posts

    190
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Behc98's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare
  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare
  • Week One Done Rare

Recent Badges

8

Reputation

  1. it solved my problem, thanks. I don't know if it will cause another problem.
  2. i have the same problem. My code $combinations[$row['id_product_attribute']]['price'] = (float)Tools::convertPriceFull($row['price'], null, Context::getContext()->currency, false);
  3. i have the same problem did you find a solution
  4. in \classes\order\OrderInvoice.php $row['CustomerThread_message'] = $CustomerThread_messagelar[0][message]; and I am using {$order_detail.CustomerThread_message} in my invoice.tpl file
  5. Do not put it in the product line! I put it in the top right, below the date line. in invoice.tpl <td style="font-size: 9pt; width: 35%;"> <br /><span>{$carrier->name}</span> <br /><span>{foreach from=$order_invoice->getOrderPaymentCollection() item=payment} {$payment->payment_method} : {displayPrice currency=$payment->id_currency price=$payment->amount} {/foreach} </span> <span> {foreach $order_details as $order_detail}{/foreach} <br />Not:{$order_detail.first_order_message} <br /> {if $order_detail.CustomerThread_message != $order_detail.first_order_message} Not:{$order_detail.CustomerThread_message} {/if} </span> </td>
  6. So does the prestashop 1.6 code structure fit that?
  7. 1- add cms page.. name sitemap 2- go pssitemap ... Choose a page for your sitemap, select your page
  8. Prestashop 1.6 aynı sorun var. Property CMS->meta_title is empty
  9. i have the same issue. prestashop 1.6.1.24
  10. \classes\order\OrderInvoice.php public function getProducts($products = false, $selected_products = false, $selected_qty = false) { if (!$products) { $products = $this->getProductsDetail(); } $order = new Order($this->id_order); $customized_datas = Product::getAllCustomizedDatas($order->id_cart); $result_array = array(); foreach ($products as $row) { // hack start if( end($products) === $row ) { $row['first_order_message'] = nl2br($order->getFirstMessage()); $CustomerThread_messagelar = CustomerMessage::getMessagesByOrderId($order->id, $private = false); // last Customer Message private = false $row['CustomerThread_message'] = $CustomerThread_messagelar[0][message]; // last Customer Message // ddd($CustomerThread_message); } in invoice.tpl {$order_detail.CustomerThread_message}
  11. and .bootstrap .table tbody>tr.odd>td{*/background-color:#FCFDFE*/} .bootstrap .table tbody>tr:hover>td{font-weight: bold;}
  12. selamlar prestashop 1.2.5 yıllardır kullanıyor ve kendimce modifiye ediyordum. yeni sunucularda rahat çalışabilmesi için emekli olması gerekti benim uğraşacak pek vaktim yok. veri tabanını sorunsuz şekilde yeni versiyonlara aktaracak birine ihtiyacım var. burdan, özelden veye skype behcet_nizip adresinden bana ulaşabilirseniz memnun olurum
×
×
  • Create New...