Jump to content

dzoxen

Members
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Location
    Serbia
  • Activity
    Freelancer

dzoxen's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I was wondering did anyone encountered this problem, I think that when the page loads it does'n show product thumbnail because it does not "exit" in small but only in medium size.. And also when I choose medium size, and have it in both colors they are switching in "view-full-size" span, but when small size selected it doesn't happen. So, I need to know if there is relation in this - that my thumbnail(other image) is not being showed? here's a link, so you can look for yourself: http://www.outdoorrodovre.dk/outdoor-research-reflexa-regnjakke-til-kvinder-1000001362.html Thank you forr your time and effort
  2. Hi there, I'm having issues with showing my products, acctually with showing add to cart button. This is how my code looks like (almost not changed) {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {if ($product.allow_oosp || $product.quantity > 0)} {if isset($static_token)} <a class="basket" rel="ajax_id_product_{$product.id_product|intval}" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='Add to cart'}"><span></span>{l s=' '}</a> {else} <a class="basket_dis" rel="ajax_id_product_{$product.id_product|intval}" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='Add to cart'}"><span></span>{l s=' '}</a> {/if} {else} <span class="exclusive"><span></span>{l s='Add to cart'}</span><br /> {/if} {else} {/if} This is one of those in product-list (1.jpg), and in BO(2.jpg), I can see that there are more than 0 and don't get why its not showing anything.. Please help
  3. Sorry, I don't think you understood what I need I have to add it to product.tpl I guess, and dont know how I could get the count.. Here's a picture, I put there only static number "232" and I need a real one , 'cause this is how my product page should look like: https://www.dropbox.com/s/4i1xa0kdyzm7rnn/a.JPG
  4. Hello everyone, Can I get number of products in category on product page, and how can I do it?
  5. I was wrong, acctually, my links weren't ok in menu, colleague of mine changed it so I was checking the wrong page. And this is working, only I've put && instead of ||. Thank you for your help
  6. {if $page_name !='index'} <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> {/if} this is working for index, but I need to exclude it also from the category, nad I don't know how..
  7. Hi, I want to remove right column from two pages, index and category and this code is not working {if $page_name !='index'} <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> {elseif $page_name !='category'} <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> {/if} what am I doing wrong??
  8. Yes, I need number of products associated with category, can I have that number? Am I right about $node.children? Are those subcategories?
  9. I did that, and I understand that the $node.children are subcategories, and I need number of products here, can I get them if category is not set?
  10. Hi there, I would like to show only these three categories, and I have more, but need to show on index only these three, actually, only links to these. Can I customize like that? Can I use this code: <ul class="tree {if $isDhtml}dhtml{/if}"> {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child} {/if} {/foreach} </ul> and if I could check it with id of category? I'd love to make it happen, and don't have much time for this, because I need to finish with this css shortly.. I'd appreciate any kind of guidance and help of any kind. Thank You in advance
  11. Hi, is there a way to do this but to keep decimals in cart?
  12. Hi there, yesterday, in my shop, the ability to change products description, etc. just stopped working. I have no idea what caused this problem.. I managed to catch this error: Db->executeS() must be used only with select, show, explain or describe queries Can anyone please help and tell me what to do? Thanx in advance
  13. Hi all, I'm just wondering why is this topic marked as SOLVED since we are all encountering this roblem. Anyone find solution yet?? I'm having no luck..
  14. Hi, there.. I was wondering if there is a way to translate particular errors when trying to create account or similar, aka. "is required", "There is X errors" and similar. I know about Localization ->Translation, but I can't translate it there because of "error" displaying: "Warning your PHP configuration limits the maximum number of fields in a form 1000 for max_input_vars. Ask your hosting provider to increase this limit to at least 1438 or change the translation file manually. " So, my client does not want to pay for this, and I need to translate it manually, but don't know how or where.. Please help!!
×
×
  • Create New...