Jump to content

cimmerin

Members
  • Posts

    37
  • Joined

  • Last visited

Profile Information

  • Location
    Sebastopol, CA
  • Activity
    Freelancer

cimmerin's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. I am using PS 1.5.5.0. I saw in the module setting that a few modules needed to be upgraded. say 5 of them, so I did. Now my product pages will not load. Blank screen. I turned on Error reporting and get this: Fatal error: Call to undefined method ProductController::getProduct() in /home/content/58/11931358/html/necopperworks/modules/productcomments/productcomments.php on line 734 My website is http://necopperworks.envisionwebdesignsonoma.com/ Thank you in advance! Mike
  2. We need to remove the price from the catagory page for items that have combinations because we don't want customers to assume the lowest price is the price for that item. We want them to go to the product page without seeing the price. http://necopperworks...roller=category Thanks, Mike
  3. My client doesn't want that module. She doesn't want a commercial feel to her site so she wants the price removed for products in the catagory. Is there someone who can do this for us? Thanks Mike
  4. Okay, I had the wrong file. I had product.tpl instead of the product-list.tpl. I put the code in the product-list.tpl and the price is still showing in catagories. Everything works but the price is still there.
  5. Vekia, I added the above code to the product.tpl file and uploaded. Then I tested it and the product pages don't load. Just a blank screen. I placed it under // Parameters.
  6. Thanks Vekia but I don't know where this price block is located. I don't see a price block under modules. Can you direct me to the right place? Thanks a bunch
  7. We need to remove the price from the catagory page for items that have combinations because we don't want customers to assume the lowest price is the price for that item. We want them to go to the product page without seeing the price. http://necopperworks.envisionwebdesignsonoma.com/index.php?id_category=3&controller=category Thank you, Mike
  8. Product combinations, not all images are showing for certain combinations but they are checked. I have 7 images with no more than 5 checked at a time. Why don't they show? There are size diagrams for all sizes and they are uploaded but only the Large shows. Can someone help me? Thanks! Mike http://necopperworks.envisionwebdesignsonoma.com/index.php?id_product=1&controller=product
  9. Thanks Vekia, One more thing, I tried resizing the catagory_default and regenerated to 600x285. All the top images for the catagories show up but are stretched out. I reupoaded the images but they are still stretched.
  10. Here is my catagory.tpl file. Thanks! {include file="$tpl_dir./breadcrumb.tpl"} {include file="$tpl_dir./errors.tpl"} {if isset($category)} {if $category->id AND $category->active} <h1> {strip} {$category->name|escape:'htmlall':'UTF-8'} {if isset($categoryNameComplement)} {$categoryNameComplement|escape:'htmlall':'UTF-8'} {/if} <span class="category-product-count"> {include file="$tpl_dir./category-count.tpl"} </span> {/strip} </h1> {if $scenes} <!-- Scenes --> {include file="$tpl_dir./scenes.tpl" scenes=$scenes} {* {else} <!-- Category image --> {if $category->id_image} <div class="align_center"> <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> </div> {/if} *} {/if} {if $category->description} {if strlen($category->description) > 120} <p class="cat_desc bordercolor bgcolor" id="category_description_short">{$category->description|truncate:120} <a href="#" onclick="$('#category_description_short').hide(); $('#category_description_full').show(); $(this).hide(); return false;" class="lnk_more">{l s='More'}</a></p> <p class="cat_desc bordercolor bgcolor" id="category_description_full" style="display:none">{$category->description}</p> {else} <p class="cat_desc bordercolor bgcolor">{$category->description}</p> {/if} {/if} {if isset($subcategories)} <!-- Subcategories --> <div id="subcategories" class="clearfix"> <h2>{l s='Subcategories'}</h2> <ul> {foreach from=$subcategories item=subcategory name=subcategoryes} <li {if $smarty.foreach.subcategoryes.iteration is div by 5} class="last-in-line"{/if}> <a class="bgcolor bordercolor" href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}"> {if $subcategory.id_image} <img class="bordercolor" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')}" alt="" /> {else} <img src="{$img_cat_dir}default-medium_default.jpg" alt="" /> {/if} <span>{$subcategory.name|escape:'htmlall':'UTF-8'|truncate:20:'...'}</span> <strong></strong> </a> </li> {/foreach} </ul> </div> {/if} {if $products} {include file="$tpl_dir./product-sort.tpl"} {include file="$tpl_dir./product-list.tpl" products=$products} {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./pagination.tpl"} {elseif !isset($subcategories)} <p class="warning">{l s='There are no products in this category.'}</p> {/if} {elseif $category->id} <p class="warning">{l s='This category is currently unavailable.'}</p> {/if} {/if}
  11. When I try to add them back in I get the message "That name already exists". The screen says No items found. What? This is very frustrating since I have a client waiting. I try to add a new name image preference, it takes it and says its successful but it doesn't appear in the BO image preference list. What gives? Thanks, Mike
  12. When I installed I rec'd this error..... Warning: Copy/Paste your errors if you want to manually set the image type (in the "Images" page under the "Preferences" menu): Some kind of image could not be added because they exists. Here's the list: · Name image type: small_default (Width: 66px, Height: 66px) · Name image type: medium_default (Width: 80px, Height: 80px) · Name image type: large_default (Width: 304px, Height: 304px) · Name image type: thickbox_default (Width: 600px, Height: 600px) · Name image type: category_default (Width: 500px, Height: 150px) · Name image type: home_default (Width: 180px, Height: 180px) · Name image type: scene_default (Width: 520px, Height: 189px) · Name image type: m_scene_default (Width: 161px, Height: 58px)
  13. I turned on catagories under home_default and catagory_default The theme should work correctly. It had images corresponding to the product originally.
×
×
  • Create New...