Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Problems in Product Page? Please Solve it

    Quote Originally Posted by jeffhardy View Post
    in my product page problems i have solved them, thanks to you guys, but now i have problems in my product and categories listing page.

    when i added it (.itemTitle li {font-size: 12px;}) nothing works that line is not added.? what i do
    Jeff,
    Sorry again...

    .itemTitle a {font-size: 12px;}

  2. #12
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Problems in Product Page? Please Solve it

    Quote Originally Posted by jeffhardy View Post
    *in the listing products i want to add. Price text in every product price like that. Price $35.00
    Jeff,
    includes/ modules/ product_listing.php

    Find this:
    case 'PRODUCT_LIST_PRICE':
    $lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />';
    $lc_align = 'right';
    $lc_text = $lc_price;
    Change it to this:
    case 'PRODUCT_LIST_PRICE':
    $lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />';
    $lc_align = 'right';
    $lc_text = 'Price&nbsp;' . $lc_price;

  3. #13
    Join Date
    Aug 2008
    Posts
    72
    Plugin Contributions
    0

    Default Re: Problems in Product Page? Please Solve it

    thanks for your big help.

  4. #14
    Join Date
    Aug 2008
    Posts
    72
    Plugin Contributions
    0

    Default Re: Problems in Product Page? Please Solve it

    Quote:Originally Posted by jeffhardy
    *in the listing products i want to add. Price text in every product price like that. Price $35.00

    Jeff,
    includes/ modules/ product_listing.php

    Find this:
    Quote:case 'PRODUCT_LIST_PRICE':
    $lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />';
    $lc_align = 'right';
    $lc_text = $lc_price;

    Change it to this:
    Quote:case 'PRODUCT_LIST_PRICE':
    $lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />';
    $lc_align = 'right';
    $lc_text = 'Price&nbsp;' . $lc_price;
    That works great.


    Quote:Originally Posted by haredo
    Jeff,
    admin panel/ configuration/ product listing/ Display Product Description
    set to 0

    Boy, I must be tired. :)
    Set it back to 150 please....

    Follow this:

    includes/ modules/ product_listing.php
    Find this:
    Quote:// more info in place of buy now
    $lc_button = '';
    if (zen_has_product_attributes($listing->fields['products_id']) or PRODUCT_LIST_PRICE_BUY_NOW == '0') {
    $lc_button = '<a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . (($_GET['manufacturers_id'] > 0 and $_GET['filter_id']) > 0 ? zen_get_generated_category_path_rev($_GET['filter_id']) : ($_GET['cPath'] > 0 ? $_GET['cPath'] : zen_get_generated_category_path_rev($listing->fields['master_categories_id']))) . '&products_id=' . $listing->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>';
    }

    Change to this:
    Quote:// more info in place of buy now
    $lc_button = '';
    if (zen_has_product_attributes($listing->fields['products_id']) or PRODUCT_LIST_PRICE_BUY_NOW == '0') {
    //$lc_button = '<a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . (($_GET['manufacturers_id'] > 0 and $_GET['filter_id']) > 0 ? zen_get_generated_category_path_rev($_GET['filter_id']) : ($_GET['cPath'] > 0 ? $_GET['cPath'] : zen_get_generated_category_path_rev($listing->fields['master_categories_id']))) . '&products_id=' . $listing->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>';
    }
    When i do this. then all my products gone. all went hidden. ? Please re explain it

  5. #15
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Problems in Product Page? Please Solve it

    Jeff,
    If you notice, all what changed was this:

    1. includes/ modules/ product_listing.php
    2. //$lc_button
    3. I used the // to comment out the more info .php code
    4. Are you sure you made the change right?

  6. #16
    Join Date
    Aug 2008
    Posts
    72
    Plugin Contributions
    0

    Default Re: Problems in Product Page? Please Solve it

    HI i cant understand, what you are saying, please try to clear it with simple english. like dummies books

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Can't solve Comodo issue. Help Please, Thanks!
    By pixel2 in forum General Questions
    Replies: 1
    Last Post: 14 Aug 2012, 11:49 AM
  2. please solve my postage problem
    By rabbitnutrition in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 Feb 2012, 05:51 PM
  3. PLEASE solve my CSS problem
    By renewilson in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Dec 2009, 09:46 PM
  4. Help solve this one please
    By Beefy1986 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Sep 2007, 02:37 PM
  5. Can anyone help me solve this problems - Atheme
    By hoanglee2001 in forum Addon Templates
    Replies: 7
    Last Post: 11 Sep 2007, 10:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg