Jump to content

cnpark70

Members
  • Posts

    104
  • Joined

  • Last visited

2 Followers

Profile Information

  • First Name
    Paul
  • Last Name
    Park

cnpark70's Achievements

Newbie

Newbie (1/14)

5

Reputation

9

Community Answers

  1. Hey nemo1 Yes I did utilized $product.manufacturer_name code in product-list.tpl as below and it works fine with New Arrival tab and Popular tab pages but for some reason Best Sellers tab page is not showing manufacturer name. {if isset($product.manufacturer_name)}<a href="{$link->getManufacturerLink($product.id_manufacturer)}"><span class="product_manufacturer_name">{$product.manufacturer_name}</span>{/if} Also checked homefeaturered.tpl and found this code as below and it seems it is retrieving information from product-list.tpl. {if isset($products) && $products} {include file="$tpl_dir./product-list.tpl" class='homefeatured tab-pane' id='homefeatured'} {else} <ul id="homefeatured" class="homefeatured tab-pane"> <li class="alert alert-info">{l s='No featured products at this time.' mod='homefeatured'}</li> </ul> {/if} For some reason only bestseller tab page is not being affected.
  2. Finally I was able to find left over codes in product.tpl. I removed them and now it is working perfect. I just need to work on css to go with the rest of the page appearance.
  3. Hi Vekia, Thanks for the modification. I was able to achieve product tabs like 1.5.4 following your instruction for my site running 1.6.1.1 with default-bootstrap theme. There is one issue in my case. Please refer to this page for better understanding http://www.kocamoca.com/en/mask-pack/361-modeling-take-out-cup-pack-8pcs.html#idTab5 Product page is displaying double for REVIEW section, 30 OTHER PRODUCTS IN THE SAME CATEGORY (Same category block), CUSTOMERS BOUGHT THIS PRODUCT ALSO BOUGHT(Crossselling block). Is there a way to get rid of these double displaying blocks? If I implement extra product tab module, will this issue go away? Thank you for your help in advance.
  4. I am trying to display manufacturer name for best seller home page tab. For New Arrivals home page tab page and Popular home page tab page, manufacturer names are displaying fine. But for Best Seller home page tab page, manufacturer names are not displaying. Anyone successful display manufacturer name in Best Seller home page tab, please help. Running on 1.6.1.1 and default theme www.kocamoca.com Thanks in advance.
  5. Hi Nemo1 thanks for the response. I have codes as below and can you instruct me where to insert Product::getPriceStatic in blockviewed.php SELECT MAX(image_shop.id_image) id_image, p.id_product, il.legend, product_shop.active, pl.name, pl.description_short, p.price, pl.link_rewrite, cl.link_rewrite AS category_rewrite Then added $obj->price = $productsImagesArray[$productViewed]['price']; in blockviewed.tpl I added <div class="viewprice"> <div> {convertPrice price=$viewedProduct->price}</div> </div> Thanks in advance.
  6. I followed realayumi's code to display price in blockviewed and it worked. However there is one issue. It displays original price instead of discounted price. Is there a way to show final reduced price? I am running on ver. 1.6.1.1 with default theme. www.kocamoca.com Thanks
  7. Ok thanks for responding. I really do appreciate someone is actually reading my topic.
  8. In the product detail info page loyalty program displays "No reward points for this product" and it seems like any products with attributes have this issue.It first displays Loyalty points correctly but when I choose other attribute then it shows "No reward points for this product" I have tried suggested solutions but nothing worked out for me. I am on ver. 1.6.1.1 with default-bootstrap. Anyone solved the issue, please share Thanks.
  9. Vekia, Is there a way to enable highlight for referral vouchers by default instead of manually turn each one on?
  10. Same problem here. Any product with attributes show No reward points for this product when attribute chosenI tried Oksa's solution but did not work out for my case. I am on ver. 1.6.1.1 with default-bootstrap. Anyone resolved this issue please share. Thanks in advance.
  11. I am on ver. 1.6.1.1 with default-bootstrap theme. Also, I installed Cross-selling module v.1.1.1 that came with default theme installation. In pop up order confirmation window, it displays crossselling products and I noticed crossselling box is missing Prev/Next button although there more than it displays. So there is no way for customers to scroll through to see other crossseling products. Is there a way to display prev/next button, scroll or clickable text for the crossselling image section in Pop up order confirmation box? Thanks in advance for any help. http://www.kocamoca.com/
  12. Yes I use default referral module called customer referral program. But I do not see option in module itself to enable highlight. Does this mean I have to enable highlight individually in cart rule section only after referral vouchers are created. Or is there a way to hard code customer referral program module so highlight is enabled by default? thanks vekia
  13. I went to BO then cart rules. I see there are list of referral vouchers and highlight options are not enabled for all of them.
×
×
  • Create New...