Jump to content

Craft13

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Location
    Poland
  • Activity
    User/Merchant

Craft13's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Alright, thanks for the heads up
  2. Dziekuje bardzo! Gdzie, w jaki sposob moge polepszyc design strony? Waham sie pomiedzy kupnem modulu Theme, zlecenie go za zewnatrz, popracownie nad nim sama... eh / Where and how can I change the design : buy a theme or have someone do it? I am wondering what is the best solution here.... Czy moze mi Pan wiecej napisac o design - co sie powinno zmienic? Dziekuje. / Can you explain what to change, details perhaps? Thanks.
  3. Hi, I would add to the top slider on home page a picture that actually you have products not only for children BUT for moms too! I like the colors. I would remove the recommendation section as usually parents know what shoes they are looking for... but this is subjective. Also, the footer - well done! full of details, picture of the girl with the phone - the general feeling is a positive, energetic, children-loving shop.
  4. www.craftstudiobeads.eu Of course, I am still working on it, but what are our feelings from the shop? Anything to add / remove / work on? Many thanks!!!
  5. Hi I like the feel of it - it is an attractive layout, colors are cool. Very nice theme - can I ask who made it? Comments: 1. I dont get the language / currency buttons on the top right - should be bigger fonts/graphs perhaps? 2. the banner with the logos of the manufacturers, I would move it more on top and if possible, create each pic a link to see all products from that manufacturer.
  6. Hej Prosze wyslij mi jak wygladaj u Ciebie Combinations: Catalog ->Products ->otworz dowlny produkt->Combinations Postaram sie pomoc
  7. Hej Najpierw musisz stworzyc w Product Attributes (moj Presta jest po angielsku..) kazdy kolor i papier, i wykonczenie. Pzdr
  8. Hm, I sens irony in this response I have 106 products - not 1. I will not do this manually for all 106 products. Hence, I am at point zero with my questions. Anyone else can a better idea? Thank you!
  9. I have 106 products and there is one sentence particular that has to be deleted (in orange highlighted in the picture), in both languages I sell my products. Of course I tried to play around with CSV import/export features but, I am stuck. I used Presta Cloud 1.6.0.14 I am completely green in coding but I learn fast:) Thank you in advance for your help K
  10. Hi I followed both Nemo and Udo instructions, and it worked but I had to do something really wrong as the it doesnt stretch on the whole page's width - just shows as a cut "box". I am not a programmer but please see by yourself, what did I do wrong in the code? <!--Accessories --> <section class="page-product-box"> <h3 class="page-product-heading">{l s='YOU MIGHT ALSO LIKE'}</h3> <div class="block products_block accessories-block clearfix"> <div class="block_content"> <ul id="bxslider" class="bxslider clearfix"> {foreach from=$accessories item=accessory name=accessories_list} {if ($accessory.allow_oosp || $accessory.quantity_all_versions > 0 || $accessory.quantity > 0) && $accessory.available_for_order && !isset($restricted_country_mode)} {assign var='accessoryLink' value=$link->getProductLink($accessory.id_product, $accessory.link_rewrite, $accessory.category)} <li class="item product-box ajax_block_product{if $smarty.foreach.accessories_list.first} first_item{elseif $smarty.foreach.accessories_list.last} last_item{else} item{/if} product_accessories_description"> <div class="product_desc"> <a href="{$accessoryLink|escape:'html':'UTF-8'}" title="{$accessory.legend|escape:'html':'UTF-8'}" class="product-image product_image"> <img class="lazyOwl" src="{$link->getImageLink($accessory.link_rewrite, $accessory.id_image, 'home_default')|escape:'html':'UTF-8'}" alt="{$accessory.legend|escape:'html':'UTF-8'}" width="{$homeSize.width}" height="{$homeSize.height}"/> </a> <div class="block_description"> <a href="{$accessoryLink|escape:'html':'UTF-8'}" title="{l s='More'}" class="product_description"> {$accessory.description_short|strip_tags|truncate:25:'...'} </a> </div> </div> <div class="s_title_block"> <h5 itemprop="name" class="product-name"> <a href="{$accessoryLink|escape:'html':'UTF-8'}"> {$accessory.name|truncate:20:'...':true|escape:'html':'UTF-8'} </a> </h5> {if $accessory.show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE} <span class="price"> {if $priceDisplay != 1} {displayWtPrice p=$accessory.price}{else}{displayWtPrice p=$accessory.price_tax_exc} {/if} </span> {/if} </div> <div class="clearfix" style="margin-top:5px"> {if !$PS_CATALOG_MODE && ($accessory.allow_oosp || $accessory.quantity > 0)} <div class="no-print"> <a class="exclusive button ajax_add_to_cart_button" href="{$link->getPageLink('cart', true, NULL, "qty=1&id_product={$accessory.id_product|intval}&token={$static_token}&add")|escape:'html':'UTF-8'}" data-id-product="{$accessory.id_product|intval}" title="{l s='Add to cart'}"> <span>{l s='Add to cart'}</span> </a> </div> {/if} </div> </li> {/if} {/foreach} </ul> </div> </div> </section> <!--end Accessories --> {/if}
  11. HI, I have the same question as Christie - how can color button/color options (visual) can show up in the filters as well? Thanks.
  12. HI As I have this text in the code of header.tpl: <link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" /> <link rel="shortcut icon" type="image/x-icon" href="{$favicon_url}?{$img_update_time}" /> where exactly should I change the name of the image to MyFavIcon,jpg? also, where else should I load the icon, except in the template itself through back office? obviously, I am not a programmer :-) Many thanks Kamila
×
×
  • Create New...