Jump to content

totallighting.sk

Members
  • Posts

    159
  • Joined

  • Last visited

Profile Information

  • Location
    Slovakia
  • Interests
    Eshop, web design
  • Activity
    User/Merchant

Recent Profile Visitors

7,795,947 profile views

totallighting.sk's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Good morning, I'm looking for a way to modify the history-page in the admine client. I am very interested in how to adjust the alignment of the bottom part of the client's spreadsheet. The code that generates it is lower, I do not know which tpl / php subor needs to be edited, please ask for help, thank you .... <table class="table table-bordered"> <thead> <tr> <th class="first_item">Kód</th> <th class="item">Produkt</th> <th class="item">Množstvo</th> <th class="item">Cena/ks</th> <th class="last_item">Cena celkom</th> </tr> </thead> <tfoot> <tr class="item"> <td colspan="1"> <strong>Položky (s DPH) </strong> </td> <td colspan="4"> <span class="price">15,53 €</span> </td> </tr> <tr class="item"> <td colspan="1"> <strong>Balné a poštovné (s DPH) </strong> </td> <td colspan="4"> <span class="price-shipping">9,21 €</span> </td> </tr> <tr class="totalprice item"> <td colspan="1"> <strong>Celkom:</strong> </td> <td colspan="4"> <span class="price">24,74 €</span> </td> </tr> </tfoot> <tbody> <!-- Customized products --> <!-- Classic products --> <tr class="item"> <td><label for="cb_683">NZ00557</label></td> <td class="bold"> <label for="cb_683"> Fixačný gél pre inštalačnú kotvu 300ml </label> </td> <td class="return_quantity"> <input class="order_qte_input form-control grey" name="order_qte_input[683]" type="text" size="2" value="1"> <div class="clearfix return_quantity_buttons"> <a href="#" class="return_quantity_down btn btn-default button-minus"><span><i class="icon-minus"></i></span></a> <a href="#" class="return_quantity_up btn btn-default button-plus"><span><i class="icon-plus"></i></span></a> </div> <label for="cb_683"><span class="order_qte_span editable">1</span></label></td> <td class="price"> <label for="cb_683">15,53 €</label> </td> <td class="price"> <label for="cb_683">15,53 €</label> </td> </tr> </tbody> </table>
  2. Dobre rano prajem, hladam sposob, ako upravit stranku history-page v admine klienta. Konkretne ma zaujima sposob, ako upravit zarovnanie spodnej casti prehladovej tabulky klienta. Kod, ktory je ju generuje je nizsze, neviem ktory tpl/php subor je potrebne upravit, poprosim Vas o pomoc, dakujem.... <table class="table table-bordered"> <thead> <tr> <th class="first_item">Kód</th> <th class="item">Produkt</th> <th class="item">Množstvo</th> <th class="item">Cena/ks</th> <th class="last_item">Cena celkom</th> </tr> </thead> <tfoot> <tr class="item"> <td colspan="1"> <strong>Položky (s DPH) </strong> </td> <td colspan="4"> <span class="price">15,53 €</span> </td> </tr> <tr class="item"> <td colspan="1"> <strong>Balné a poštovné (s DPH) </strong> </td> <td colspan="4"> <span class="price-shipping">9,21 €</span> </td> </tr> <tr class="totalprice item"> <td colspan="1"> <strong>Celkom:</strong> </td> <td colspan="4"> <span class="price">24,74 €</span> </td> </tr> </tfoot> <tbody> <!-- Customized products --> <!-- Classic products --> <tr class="item"> <td><label for="cb_683">NZ00557</label></td> <td class="bold"> <label for="cb_683"> Fixačný gél pre inštalačnú kotvu 300ml </label> </td> <td class="return_quantity"> <input class="order_qte_input form-control grey" name="order_qte_input[683]" type="text" size="2" value="1"> <div class="clearfix return_quantity_buttons"> <a href="#" class="return_quantity_down btn btn-default button-minus"><span><i class="icon-minus"></i></span></a> <a href="#" class="return_quantity_up btn btn-default button-plus"><span><i class="icon-plus"></i></span></a> </div> <label for="cb_683"><span class="order_qte_span editable">1</span></label></td> <td class="price"> <label for="cb_683">15,53 €</label> </td> <td class="price"> <label for="cb_683">15,53 €</label> </td> </tr> </tbody> </table>
  3. Try admin/..../seo.tpl {* * 2007-2015 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-2015 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <div id="product-seo" class="panel product-tab"> <input type="hidden" name="submitted_tabs[]" value="Seo" /> <h3>{l s='SEO'}</h3> {include file="controllers/products/multishop/check_fields.tpl" product_tab="Seo"} <div class="form-group"> <div class="col-lg-1"><span class="pull-right">{include file="controllers/products/multishop/checkbox.tpl" field="meta_title" type="default" multilang="true"}</span></div> <label class="control-label col-lg-2" for="meta_title_{$id_lang}"> <span class="label-tooltip" data-toggle="tooltip" title="{l s='Public title for the product\'s page, and for search engines. Leave blank to use the product name.'} {l s='The number of remaining characters is displayed to the left of the field.'}"> {l s='Meta title'} </span> </label> <div class="col-lg-8"> {include file="controllers/products/input_text_lang.tpl" languages=$languages input_name='meta_title' input_value=$product->meta_title maxchar=70 } </div> </div> <div class="form-group"> <div class="col-lg-1"><span class="pull-right">{include file="controllers/products/multishop/checkbox.tpl" field="meta_description" type="default" multilang="true"}</span></div> <label class="control-label col-lg-2" for="meta_description_{$id_lang}"> <span class="label-tooltip" data-toggle="tooltip" title="{l s='This description will appear in search engines. You need a single sentence, shorter than 250 characters (including spaces).'}"> {l s='Meta description'} </span> </label> <div class="col-lg-8"> {include file="controllers/products/textarea_lang.tpl" languages=$languages input_name='meta_description' input_value=$product->meta_description maxchar=250 maxlength=250 } </div> </div> {* Removed for simplicity *} <div class="form-group hide"> <div class="col-lg-1"><span class="pull-right">{include file="controllers/products/multishop/checkbox.tpl" field="meta_keywords" type="default" multilang="true"}</span></div> <label class="control-label col-lg-2" for="meta_keywords_{$id_lang}"> <span class="label-tooltip" data-toggle="tooltip" title="{l s='Keywords for search engines, separated by commas.'}"> {l s='Meta keywords'} </span> </label> <div class="col-lg-8"> {include file="controllers/products/input_text_lang.tpl" languages=$languages input_value=$product->meta_keywords input_name='meta_keywords'} </div> </div> <div class="form-group"> <div class="col-lg-1"><span class="pull-right">{include file="controllers/products/multishop/checkbox.tpl" field="link_rewrite" type="seo_friendly_url" multilang="true"}</span></div> <label class="control-label col-lg-2" for="link_rewrite_{$id_lang}"> <span class="label-tooltip" data-toggle="tooltip" title="{l s='This is the human-readable URL, as generated from the product\'s name. You can change it if you want.'}"> {l s='Friendly URL:'} </span> </label> <div class="col-lg-6"> {include file="controllers/products/input_text_lang.tpl" languages=$languages input_value=$product->link_rewrite input_name='link_rewrite'} </div> <div class="col-lg-2"> <button type="button" class="btn btn-default" id="generate-friendly-url" onmousedown="updateFriendlyURLByName();"><i class="icon-random"></i> {l s='Generate'}</button> </div> </div> <div class="row"> <div class="col-lg-9 col-lg-offset-3"> {foreach from=$languages item=language} <div class="alert alert-warning translatable-field lang-{$language.id_lang}"> <i class="icon-link"></i> {l s='The product link will look like this:'}<br/> <strong>{if isset($rewritten_links[$language.id_lang][0])}{$rewritten_links[$language.id_lang][0]|escape:'html':'UTF-8'}{/if}<span id="friendly-url_{$language.id_lang}">{$product->link_rewrite[$language.id_lang]|escape:'html':'UTF-8'}</span>{if isset($rewritten_links[$language.id_lang][1])}{$rewritten_links[$language.id_lang][1]|escape:'html':'UTF-8'}{/if}</strong> </div> {/foreach} </div> </div> <div class="panel-footer"> <a href="{$link->getAdminLink('AdminProducts')|escape:'html':'UTF-8'}{if isset($smarty.request.page) && $smarty.request.page > 1}&submitFilterproduct={$smarty.request.page|intval}{/if}" class="btn btn-default"><i class="process-icon-cancel"></i> {l s='Cancel'}</a> <button type="submit" name="submitAddproduct" class="btn btn-default pull-right" disabled="disabled"><i class="process-icon-loading"></i> {l s='Save'}</button> <button type="submit" name="submitAddproductAndStay" class="btn btn-default pull-right" disabled="disabled"><i class="process-icon-loading"></i> {l s='Save and stay'}</button> </div> </div> <script type="text/javascript"> if (tabs_manager.allow_hide_other_languages) hideOtherLanguage({$default_form_language}); </script>
  4. Problem bol vo vezii PHP: You are using PHP 5.3.29 version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.4. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.4 now!
  5. Problem bol vo vezii PHP: You are using PHP 5.3.29 version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.4. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.4 now!
  6. Mam problem spustit aktualizaciu PS, verzia 1.5.6.2 na 1.6.1.1. V admine mi modul ponuke tuto aktualizaciu, ale tlacidlo Upgrade PrestaShop now! je hluche... Skusil som update aj z lokalneho archivu a problem je ten isty. PHP mam: PHP verzia: 5.5.21 Limit pamäte: 256M Max. čas vykonávania.: 600. Neviem kde je problem, skusil som aj fresh instalaciu a to iste... Konfiguračné info nehlasi ziadne chybajuce subory... Nejake riesenie???
  7. Mam problem spustit aktualizaciu PS, verzia 1.5.6.2 na 1.6.1.1. V admine mi modul ponuke tuto aktualizaciu, ale tlacidlo Upgrade PrestaShop now! je hluche... Skusil som update aj z lokalneho archivu a problem je ten isty. PHP mam: PHP verzia: 5.5.21 Limit pamäte: 256M Max. čas vykonávania.: 600. Neviem kde je problem, skusil som aj fresh instalaciu a to iste... Konfiguračné info nehlasi ziadne chybajuce subory... Nejake riesenie???
  8. Napadlo ma skopirovat modul OSOBNY ODBER, a upravit ho trocha... http://www.intime.sk/sk/Balikomat-24-7/Mapa-pokrytia-balikomatov-v-SR.html Miesto osobne odberu si zakaznik vyberie adresu dorucenia...
  9. Ma niekto skusenosti s Balíkomaty - Prestashop? Aky modul?
  10. Skus otestovat rychlost mojej verzie 1562, musel som zakupit pluginy pre cache a java, ale vysledok stoji zato...
×
×
  • Create New...