Jump to content

Timeh

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • First Name
    Tim
  • Last Name
    Coghlan

Timeh's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi nrobba86, I've got exactly the same issue, did you find a fix? Thanks
  2. Thanks Mdekker, I've also seen that reference but it doesn't explicitly say they use XE for the rates. Thanks again for your help.
  3. Hi, Does anyone know which site/company Prestashop uses to get the data for the exchange rates? Thanks in advance. Tim
  4. Managed to sort this with the below code. Thought I'd post the solution in case anyone needed to do the same. {foreach from=$group.attributes key=id_attribute item=group_attribute} <option value="{$id_attribute|intval}"{if (isset($smarty.get.$groupName) && $smarty.get.$groupName|intval == $id_attribute) || $group.default == $id_attribute} selected="selected"{/if} title="{$group_attribute|escape:'html':'UTF-8'}">{$group_attribute|escape:'html':'UTF-8'} {foreach from=$combinations key=comb_key item=combination} {if isset($combination.attributes[0]) AND $combination.attributes[0] == $id_attribute|intval} - {$combination.reference} {/if} {/foreach} </option> {/foreach}
  5. Thanks Nemo1, Was hoping there might be a relation between the combination and its attribute that I could access. Will keep trying and post back if I have any success.
  6. Hi, Relatively new to Prestashop and would be grateful for any help. I'm wanting to include the Combinations Reference data(see below)in the option dropdown on my product page. Hope that makes sense! Thanks in advance.
×
×
  • Create New...