Jump to content

jag med alla mina problem!!!


woobie

Recommended Posts

hej

nu kanske några av er är trötta på mej med mina problem (hoppas detta inte är fallet)
skämt och sido, här kommer jag göra en tråd med alla problem jag har och hur jag löst dom (ifall det är så att jag lyckas själv, eller ni hjälper mej) jag hoppas detta kan vara till stor hjälp för andra och att alla som kan hjälpa vill.

jag har bifogat en bild med detta första inlägg för det blir svårt att förklara annars, jag tror jag gör det lätta såhär.

mitt första problem är just nu att till höger ser nu en meny.... men ingenstans i menyn ser vi var jag är... detta är till mycket bekymmer för mej då jag vill att kunden ska tydligt kunna se var dom är (at all time) detta kanske någon tycker är löjligt, men jag säger det att om mina kunder som kanske inte är dagens yngsta ungdomar, ska in och köppa en produkt, ska dom veta var dom får tag på den igen och igen och igen och igen.

mitt andra problem är att alla dessa produkter har inte en storlek eller färg eller typ, så när det står lägg i varukorgen här blir det fel för då får dom en produkt utan färg storlek eller typ... oxå rätt dåligt, kan man ta bort denna knappen eller jag drömmer? SOLVED


till sist så har jag ju dropdown menyer som är färg 2 oika storlekar och typ, men dom kommer i bokstavs ordning. men det vill jag inte ha dom i, går detta att fixa på något sätt eller jag är för petig?

hoppas inte jag är nån irritation för någon eller att jag är N0ob för er, mina frågor kanske e för lätta eller svåra men jag hoppas i vilket vall som att ni kan hjälpa mej!

tack

43945_WCHCbkJ1xhOUiTgExOPI_t

Link to comment
Share on other sites

Add to cart button in the product list page add product to cart with default product attribute combination ( size or color or style ).Also customer can select size or color or style of product on product detail page, if view clicked

Well yeah, but i dont whant that button there because my sdefault atrributes are 0, 0, 0, 0 and then you dont buy anything. get it. i cant have a button there if the attributes are zerod as a default, i have like 150 combos to one produkt, i need to take away the button not understand it
Link to comment
Share on other sites

doesnt work


{*
* 2007-2011 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA
* @copyright 2007-2011 PrestaShop SA
* @version Release: $Revision: 1.4 $
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}



{if isset($products)}
<!-- Products list -->


  • {foreach from=$products item=product name=products}



  • {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}{l s='On sale!'}
    {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}{l s='Reduced price!'}{/if}
    {if isset($product.online_only) && $product.online_only}{l s='Online only!'}{/if}
    {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))}

    {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}

    {/if}
    {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{else}{l s='Out of stock'}{/if}{/if}


    {/if}
    {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && !$PS_CATALOG_MODE}
    {if ($product.allow_oosp || $product.quantity > 0) && $product.customizable != 2}
    {/if}
    {/if}
    {l s='View'}
    {if isset($comparator_max_item) && $comparator_max_item}

    <input type="checkbox"> {l s='Select to compare'}


    {/if}


    {/foreach}

<!-- /Products list -->
{/if}


what have i missed?
Link to comment
Share on other sites

it might be easyer to read this way sry




>{*
* 2007-2011 PrestaShop 
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA 
*  @copyright  2007-2011 PrestaShop SA
*  @version  Release: $Revision: 1.4 $
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}



{if isset($products)}
   <!-- Products list -->
</pre>
<ul>
   {foreach from=$products item=product name=products}


getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} />
{if isset($product.new) && $product.new == 1}{l s='New'}{/if}{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}

{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'}
                                                                                 

               {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}{l s='On sale!'}
               {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}{l s='Reduced price!'}{/if}
               {if isset($product.online_only) && $product.online_only}{l s='Online only!'}{/if}
               {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))}

                   {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}
{/if}
                   {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{else}{l s='Out of stock'}{/if}{/if}

               {/if}
               {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && !$PS_CATALOG_MODE}
                   {if ($product.allow_oosp || $product.quantity > 0) && $product.customizable != 2}
                                                               {/if}
               {/if}
{l s='View'}
               {if isset($comparator_max_item) && $comparator_max_item}

<input type="checkbox"> {l s='Select to compare'}
               {/if}                


   {/foreach}
</ul>
<br>   <!-- /Products list --><br>{/if

Link to comment
Share on other sites

Okey nu har jag fått nog av att försöka ända färgen själv...

är det någon som har en guide till vart alla BG bilder finns för när jag ändrar färgen på en BG så ändras bara hälften på websidan...



Okay now I've had enough of trying to paint himself all the way ...

does anyone have a guide to where all BG images are for when I change the color of a BG and it changes only one half of the website ...

44355_Jh6zm3QqkNjavliYa6BY_t

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...