Jump to content

secondhand-obchod.sk

Members
  • Posts

    43
  • Joined

  • Last visited

3 Followers

Contact Methods

Profile Information

  • Location
    Bratislava
  • Activity
    Project Owner

Recent Profile Visitors

505 profile views

secondhand-obchod.sk's Achievements

Newbie

Newbie (1/14)

4

Reputation

2

Community Answers

  1. What you are trying to accomplish is very difficult, takes a lot of time and if you don't have good programming knowledge , or a good programmer who will help you implementing it, I would not even start the job. You might want to have a look at the modules from Agile. How many vendors are you planning to work with ? If you are thinking about a smaller number the better approach would be multistore. Send me message with your plan and what you want to accomplish. We might be able to help you or at least give you some advice.
  2. Hi Martin, On my site it was caused by some settings we had made. "padding: 0 10px" After commenting it out all was working fine again. I am not a programmer, but if you need help on it I know one for you who does it quickly and for little money. I spend hours and hours on trying to figure out why we had that problem and it cost me quite some orders since the "add to cart" button was simply not showing. Send me a pm with your mail and I will foreward it to that programmer if you are interested.
  3. Did you find that module or some way to handle that ? I am looking for a simmilar thing.
  4. :-) Schade.. ich dachte das das irgenwie ein standard fehler ist. Was soll ich posten / welche info ?
  5. Ich bekomme im tab verkaufshits folgende fehler: Notice: Undefined index: allow_oosp in www_root/modules/eu_legal/eu_legal.php on line 1991 Notice: Undefined index: allow_oosp in www_root/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code on line 220 Gibt es dafür eine lösung ?
  6. How do I move the pictures which are in the default them beside the slider, below the slider ? I have managed to sett the slider to 1170px, but it only works for me if those two pictures are deleted. I would like to show 3 pictures below the slider, or is there an easier way to make that ? > prestashop 1.6.0.9 default Bootstrap theme..
  7. Regarding the adding of a new theme to prestashop I wanted to share this link with an article by Nemo, although I must admit that I haven't tried the module myself yet. http://nemops.com/new-color-schemes-prestashop-16-theme/#.VRGphY7jfEY
  8. I missed something... the "quick view" has the same color as the footer now. Any way to exclude that too from the code : ? body { background: #333333 !important; } thx
  9. Thanks phantom13, I do not know any css, but this did the trick : body { background: #333333 !important; } .header-container { background: url(../img/bg-theme7.jpg) repeat 50% 0; } .columns-container { background: url(../img/bg-theme7.jpg) repeat 50% 0 !; } #left_column { background: url(../img/bg-theme7.jpg) repeat 50% 0 !; body: white !important; }
  10. Thank you for the code regarding the footer, but in general all is ok. The only page where this footer color is missing is on the page when a customer logs in to his account. Here is the footer white. Could you tell me where I find the css for this page ? Is it in one of the modules ? The rest of the site is ok.. just this one page .. And when I am asking anyway.. so maybe you could give me another hint. I am trying to change the color of drop down selectors in the left panel menu into white instead of grey. And make the banners in the left panel "search, newsletter, shop adresses or what ever is written there with a transparent colour.
  11. Hi, I think you can find the default theme colours in the module "themeconfigurator". You will find there theme 2 till 9 under css. (at least its like this in 1.6.0.9) I am trying to change this myself at the moment, and need a bit of help with it too. The footer is working right, just in area after a customer loggs into his customer area, the footer shows white. I am using default prestashop theme in 1.6.0.9 I would be thankfull if someone could tell me where I can change this footer..
  12. I hope someone can help me with this. Unfortunately the product container does not work properly on certain screens. When i zoom out its there, but when i zoom in the functionality is not there anymore. I have tried this solution: https://www.prestashop.com/forums/topic/326126-solved-when-change-container-max-width-then-product-container-hover-doesnt-work/ and also this does not really apply: https://www.prestashop.com/forums/topic/384188-add-to-cart-button-no-longer-on-main-page-nor-on-category-page/ Can someone tell me how I can make it work on any screen size, so the "add to cart" button is always there ? thanks in advance.
  13. Hi, Thanks for your reply, but actually I was more thinking about using the same button which now shows in stock and automatically write there the product condition. I have found a code somewhere in a forum which i added to my product-list.tpl, just it does not work ... the in stock I have commented out, so it does not show anymore.: {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <div class="content_price" itemprop="offers" itemscope itemtype="http://schema.org/Offer"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)} <span itemprop="price" class="price product-price"> {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} {if $product.condition} <p id="product_condition"> <label>{l s='Condition'} </label> {if $product.condition == 'new'} <link itemprop="itemCondition" href="http://schema.org/NewCondition"/> <span class="editable">{l s='New'}</span> {elseif $product.condition == 'used'} <link itemprop="itemCondition" href="http://schema.org/UsedCondition"/> <span class="editable">{l s='Used'}</span> {elseif $product.condition == 'refurbished'} <link itemprop="itemCondition" href="http://schema.org/RefurbishedCondition"/> <span class="editable">{l s='Refurbished'}</span> {/if} </p> {/if} </span> <meta itemprop="priceCurrency" content="{$currency->iso_code}" /> {if isset($product.specific_prices) && $product.specific_prices && isset($product.specific_prices.reduction) && $product.specific_prices.reduction > 0} {hook h="displayProductPriceBlock" product=$product type="old_price"} <span class="old-price product-price"> {displayWtPrice p=$product.price_without_reduction}
  14. Hi, I just tried it in 1.6.0.9 and it seems to work. I would like to replace this button "in stock " with another one which shows the product condition: new, used, refurbished. I am not a programmer, could someone tell me how to edit the product-list.tpl (i guess this is where it should be done... )? thx in advance
×
×
  • Create New...