Jump to content

ioanas

Members
  • Posts

    16
  • Joined

  • Last visited

1 Follower

Profile Information

  • Location
    romania
  • Activity
    Freelancer

Recent Profile Visitors

3,047,167 profile views

ioanas's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Venki, Your implementation is exactly what i need. Is your implementation for sale? Can you help me implement your solution on my website? I'm waiting for you answer. Best Regards, Bogdan
  2. my site is live, i'm afraid to try this. my site is www.optiplaza.ro i all i want is to my the layerednaviogation to not be collapse. and when i move the mouse over co collapse that option or category. After searching google i found something using jquery Ui, that why i'm asking how to add jquery UI to my site. If it's another way to do it, il be glad if someone can guide me. Best regards, Bogdan
  3. ok, found it, what now? i need to add jquery (latest version) and jquery UI(latest version)
  4. i'm a beginner with prestashop. i found the blocklayerednavigation but i don't now what file to edit.
  5. i'm not sure were to put this code. what i have to update? where i have to put the code? thanks
  6. Hi, i'm trying to add jquery Accordion Widget to my site layered navigation menu. http://jqueryui.com/accordion/#collapsible http://www.optiplaza.ro/3-ochelari-de-soare i'm trying do make the menu collapse on mouse over. i need the menu not to be expanded on load, and then when a hover the mouse over to expand, or on mouse click. Can someone guide me in the right direction? Best regards, Bogdan
  7. i manage to make it work. hope that i don't mess anything up. i modified the code like this: <!-- description and features --> {if (isset($id_manufacturer) && $id_manufacturer) || (isset($product) && $product->description) || (isset($features) && $features) || (isset($accessories) && $accessories) || (isset($product) && $product->customizable) || (isset($HOOK_PRODUCT_TAB) && $HOOK_PRODUCT_TAB) || (isset($attachments) && $attachments)} <div id="more_info_block" class="clear"> <ul id="more_info_tabs" class="idTabs idTabsShort clearfix"> <!--{if $product->description}<li><a id="more_info_tab_more_info" href="#idTab1">{l s='More info'}</a></li>{/if} --> {if $product->id_manufacturer ==14 || $product->id_manufacturer ==15 || $product->id_manufacturer ==17}<li><a id="more_info_tab_more_info" href="#idTab1">{l s='More info'}</a></li>{/if} {if $features}<li><a id="more_info_tab_data_sheet" href="#idTab2" >{l s='Data sheet'}</a></li>{/if} {if (isset($quantity_discounts) && count($quantity_discounts) > 0)}<li><a id="more_info_tab_quantity" href="#discount_tab">{l s='Quantity discount'}</a></li>{/if} {if $attachments}<li><a id="more_info_tab_attachments" href="#idTab9">{l s='Download'}</a></li>{/if} {if isset($product) && $product->customizable}<li><a href="#idTab10">{l s='Product customization'}</a></li>{/if} {$HOOK_PRODUCT_TAB} </ul> <div id="more_info_sheets" class="sheets align_justify"> {if $product->id_manufacturer ==14 || $product->id_manufacturer ==15 || $product->id_manufacturer ==17} {if isset($product) && $product->description} <!-- full description --> <div id="idTab1" class="rte">{$product->description}</div> {/if} {/if} if this is not the right way please leave a comment. thanks vekia for your support
  8. i cant make this work. i'm sure i'm doing something wrong this is the link to my website product http://www.optiplaza.ro/rayban/2406-rayban-rb3016-w0365-51.html i need to make the "INFORMATII" TAB HIDDEN when the product displayed is sunglasses, and visible when the product is contact lenses. My contact lenses manufacturer id are 14, 15, 17. that's way i'm trying to use this to now when the "informatii" tab should be visible or not <!-- description and features --> {if (isset($product) && $product->description) || (isset($features) && $features) || (isset($accessories) && $accessories) || (isset($product) && $product->customizable) || (isset($HOOK_PRODUCT_TAB) && $HOOK_PRODUCT_TAB) || (isset($attachments) && $attachments)} <div id="more_info_block" class="clear"> <ul id="more_info_tabs" class="idTabs idTabsShort clearfix"> {if $product->description}<li><a id="more_info_tab_more_info" href="#idTab1">{l s='More info'}</a></li>{/if} {if $features}<li><a id="more_info_tab_data_sheet" href="#idTab2">{l s='Data sheet'}</a></li>{/if} {if (isset($quantity_discounts) && count($quantity_discounts) > 0)}<li><a id="more_info_tab_quantity" href="#discount_tab">{l s='Quantity discount'}</a></li>{/if} {if $attachments}<li><a id="more_info_tab_attachments" href="#idTab9">{l s='Download'}</a></li>{/if} {if isset($product) && $product->customizable}<li><a href="#idTab10">{l s='Product customization'}</a></li>{/if} {$HOOK_PRODUCT_TAB} </ul> the code above is from my website, i managed to hide the "INFORMATII" TAB but it hides from all products, sunglasses or/and contact lenses. how can i make this to work? Thanks
  9. i will try this tomorrow an my local installation of prestashop at work. Thanks
  10. Hi, I'm trying to hide tabs in product.tpl based on manufacturer id. if manufacturer id =17 or 18 or 19 the i what the tab to be visible else i need it to be hidden this is the code i whant to modify: <ul id="more_info_tabs" class="idTabs idTabsShort clearfix"> {if $product->description}<li><a id="more_info_tab_more_info" href="#idTab1">{l s='More info'}</a></li>{/if} {if $features}<li><a id="more_info_tab_data_sheet" href="#idTab2" class="selected">{l s='Data sheet'}</a></li>{/if} {if (isset($quantity_discounts) && count($quantity_discounts) > 0)}<li><a id="more_info_tab_quantity" href="#discount_tab">{l s='Quantity discount'}</a></li>{/if} {if $attachments}<li><a id="more_info_tab_attachments" href="#idTab9">{l s='Download'}</a></li>{/if} {if isset($product) && $product->customizable}<li><a href="#idTab10">{l s='Product customization'}</a></li>{/if} {$HOOK_PRODUCT_TAB} the tab i need to be hidden/visible based on manufacturer id is "#idTab1" any help is much appreciated, Best regards, Bogdan
  11. Hi, I have a problem with this module. I use prestashop 1.5.6.1 with multistore option active. I installed the module and enabled it but is seems is not working, i cant do anything. Can you help me?
  12. Can you help me?, i have no idee what to do.
  13. this is the profitshare module for prestashop https://drive.google.com/file/d/0B8wWLGbyvblAcFRIdEtqNk9NWWc/edit?usp=sharing
  14. the module is free from the profitshare.ro site. But they told my that is not good for multistore setup(after 1 moth off emails and calls) i cant send you the module- it's an affiliate marketing module
  15. hi, Can anyone help me integrate profitshare module to pe prestashop site? I installed the module, the settings are ok ,but nothing happens. If all is ok, then all my products should load on my profitshare account and i can track all my orders and so on. sadly nothing happens i'm using pretashop 1.5.x and i have multistore option active. Thanks
×
×
  • Create New...