Jump to content

Rush Networks

Members
  • Posts

    25
  • Joined

  • Last visited

Rush Networks's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I can't get cross selling to show up on this page: http://homeshop.rushnetworks.dk/product.php?id_product=97 It looks like the js don't work. Any ideas? Thanks
  2. Hey Mike, It's based on the new default theme and modded with the functions we like. I will use some hours today to see if I can figure out where the issue starts, then I will return and hope that you can help with a solution (I think the problem happened when i made the BG. Thanks Christian
  3. Hey Mike (And everyone else) I have a very fustrating white space in the buttom of my page. http://homeshop.rushnetworks.dk/product.php?id_product=409 Can you help me point out what could be the reason for this? Thanks!
  4. Hey Guys. Hope that someone can help me out. Implementet this code: <!-- product img--> <div id="image-block"> {if $have_image} {if $product->on_sale} <div style="position: absolute; margin-top:193px; margin-left:194px; float: left; width: 106px; height: 107px; z-index:101; background: url(/themes/prestashop/img/tilbud_sticker.png)"> <div style="text-align:center; padding-top: 45px; font-size: 16px;">Tilbud</div> </div> {elseif ($product->reduction_price != 0 || $product->reduction_percent != 0) && ($product->reduction_from == $product->reduction_to OR ($smarty.now|date_format:'%Y-%m-%d %H:%M:%S' <= $product->reduction_to && $smarty.now|date_format:'%Y-%m-%d %H:%M:%S' >= $product->reduction_from))} <div style="position: absolute; margin-top:193px; margin-left:194px; float: left; width: 106px; height: 107px; z-index:101; background: url(/themes/prestashop/img/tilbud_sticker.png)"> <div style="text-align:center; padding-top: 35px; font-size: 16px;"> {if $product->reduction_percent != 0} SPAR<br />{$product->reduction_percent}% {elseif $product->reduction_price != 0} SPAR<br />{convertPrice price=$product->reduction_price} {else} <div style="padding-top:10px;">Tilbud</div> {/if} </div> </div> {/if} {if $have_image && !$jqZoomEnabled} <span id="view_full_size"> <img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large')}" {if $jqZoomEnabled}class="jqzoom" alt="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox')}"{else} title="{$product->name|escape:'htmlall':'UTF-8'}" alt="{$product->name|escape:'htmlall':'UTF-8'}" {/if} id="bigpic" width="{$largeSize.width}" height="{$largeSize.height}" /> <span class="span_link">{l s='View full size'}</span> </span> {/if} {else} {if $have_image && !$jqZoomEnabled} <span id="view_full_size"> <img src="{$img_prod_dir}{$lang_iso}-default-large.jpg" id="bigpic" alt="" title="{$product->name|escape:'htmlall':'UTF-8'}" width="{$largeSize.width}" height="{$largeSize.height}" /> <span class="span_link">{l s='View full size'}</span> </span> {/if} {/if} </div> {if isset($images) && count($images) > 0} Like here: http://www.homeshop.dk/97-weber-q-320.html But it just don't show up one the new page: http://homeshop.rushnetworks.dk/product.php?id_product=409 Can anyone see why? Thanks
  5. Can you help me with an example on how i can create a very simple module and tpl file? or is there a place where i can find the guidelines
  6. I have this example that looks exactly like the one i would like to build. I would like to include custom text and links. As well as the box with facebook, twitter and rss and payment information: http://www.demo-1-4-6a.ruedutemplate.com/fr/?theme_name=i_corporate Here is a link to what I have done so far: http://homeshop.rushnetworks.dk/ Is there a quick way to make a module where i easily can use custom html and css to build what i want? or is there another way i should do it? Thanks
  7. In backend, translations -> modul-translations I cange it. But in frontend I can't see the result
  8. http://homeshop.rushnetworks.dk/modules/onepagecheckout/order-opc.php I have a problem. When I update the translation it's still the old text in the basket. ect. Total (skat ekskl.): - that is changed to: Total (Ekskl. Moms): in the translation file. Someone that has an idea?
  9. I'm having some problems with getting my changes in product.tpl to work. I followed this guide to add manufacturer logo to the products: http://prestaportal....thread-437.html And this guide to add an image overlay to the product image: http://www.prestasho...le/page__st__20 None of the guides works for me. Also tried to remove onsale_{lang}.gif but when I remove the code the picture still appears. It all seems very strange. The url is homeshop.rushnetworks.dk
  10. btw. this problem is with all browsers. It came after I updated most of the modules.
  11. I have a problem with products here: homeshop.rushnetworks.dk It won't load them. Tried setting module file permissions and removing modules to far. If i try to load it in IE i get this message: <link rel="stylesheet" title=Standard" href= Anyone that know this problem? Thanks
  12. http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fhomeshop.rushnetworks.dk%2F I get this error: Line 177, Column 281: there is no attribute "border" …s/blockcustomlivezilla/Support_icon_OFF.png" alt="Livezilla" border="1" /></a> ✉ [/left] You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash . Can someone point me in the right direction about where to change this ? Thanks! [/left]
  13. Hey Mike, I just tested and please take a closer look at it It still don't work
×
×
  • Create New...