Jump to content

zelddaniel

Members
  • Posts

    11
  • Joined

  • Last visited

1 Follower

Profile Information

  • Location
    Urziceni
  • First Name
    Daniel
  • Last Name
    Zeld

zelddaniel's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. I tried public static function refreshCurrencies() { // Parse if (!$feed = Tools::simplexml_load_file('http://www.bnr.ro/nbrfxrates.xml')) { return Context::getContext()->getTranslator()->trans('Cannot parse feed.', array(), 'Admin.Notifications.Error'); } // Default feed currency (EUR) $isoCodeSource = strval($feed->source['EUR']); if (!$defaultCurrency = Currency::getDefaultCurrency()) { return Context::getContext()->getTranslator()->trans('No default currency', array(), 'Admin.Notifications.Error'); } $currencies = Currency::getCurrencies(true, false, true); foreach ($currencies as $currency) { /** @var Currency $currency */ if ($currency->id != $defaultCurrency->id) { $currency->refreshCurrency($feed, $isoCodeSource, $defaultCurrency); } } return ''; }
  2. Hello, I was wondering through the prestashop forum and all that i find is solution for Prestashop 1.6 or older.. here, here and here. Probably the answer is inbetween but I dont speak "programmer" so good. Could anyone please share a method as how we could add our own bank currency rates, such as http://www.bnr.ro/nbrfxrates.xml ? Many thanks in advance, from me and all romanians
  3. Problema este ca elementele li se dau la o parte cand dau hover, ca in imagine edit: de fapt am vrut sa scriu "pushed right"
  4. Buna ziua, Am inceput sa lucrez la stilul listei "POPULAR" din pagina de start si am modificat doar padding, margin din product-list.css si din global.css .col-md-4 : 30% Site-ul este pe www.gradinarul-gospodar.ro, versiune Prestashop 1.6.0.6. Banuiala mea este ca trebuie sa sterg si sa pun iarasi produsele in Home? Momentan nu vad alte solutii, va rog intindeti un cod de ajutor Daniel
×
×
  • Create New...