Page 12 of 13 FirstFirst ... 210111213 LastLast
Results 111 to 120 of 121
  1. #111
    Join Date
    Sep 2006
    Location
    Derby UK
    Posts
    99
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    Quote Originally Posted by cesko78 View Post
    Hi Still Crazy, sorry for disturb you again, but i have try to modify the products in the center of page. I have try also your solutions but if you see the picture that i have attached, you can see that there is more difference of your work. I want know if is it possible, if you have modified just the stylesheet.css and stylesheet_dotline.css file or you have modified/created other files for example tpl file. I have modified the stylesheet.css like your and i have copied your stylesheet_dotline.css but it's the same thing, for this i think that maybe i have to modify some others file.

    Please help me, because i don't know what i have to do.

    Thanks. Bye Bye.
    Hi

    If you are referring to the positioning of text/images etc then this is done in the includes/modules/your_template/specials_index.php file.

    Padding/style etc is applied with CSS already posted above [specialsContianerHeader etc..]
    Crazy



  2. #112
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Default Re: Designer Monthly Boxes

    I've installed the contribution and all seems to be working well; however I would like to make some minor adjustments to the image left layout and I can't seem to get the tpl_modules_products_new to react. I would just like a return after the Product Name - Price and the Details -

    Thanks for the hard work!!

  3. #113
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

    Default Re: Remove Buy Now buttons

    Quote Originally Posted by qhome View Post
    I hadn't added it as an admin option.
    I just put control inside each of the modules files:

    includes/modules/YOURTEMPLATE/new_products.php
    includes/modules/YOURTEMPLATE/featured_products.php
    includes/modules/YOURTEMPLATE/specials_index.php

    change $ShowBuyButton = 1
    to 0
    I realize I'm a bit late on the reply here, but I just installed this mod into v1.38a and I'm trying to get the Buy Now button to not show in the New Product listings on the main page and so I did a search in this thread and I can't find the text it says to change above in the files.

    I did find a place in Admin to turn off the Buy it Now buttons on the New Product Listings, but that didn't do anything.

    help anyone?

    thank you,

    betty

  4. #114
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    Qhome, do you have any plan to update this for 1.3.8a? Thanks!

  5. #115
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Designer Monthly Boxes

    Was not aware that it didn't work with 1.3.8... ill have to check it out.

  6. #116
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Remove Buy Now buttons

    Quote Originally Posted by bettysue View Post
    I realize I'm a bit late on the reply here, but I just installed this mod into v1.38a and I'm trying to get the Buy Now button to not show in the New Product listings on the main page and so I did a search in this thread and I can't find the text it says to change above in the files.

    I did find a place in Admin to turn off the Buy it Now buttons on the New Product Listings, but that didn't do anything.

    help anyone?

    thank you,

    betty
    Did you read the readme? the button stuff should be in the file itself IIRC, not the admin area.

    I might run through and update tho i was waiting for 1.4 and PHP5

  7. #117
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Remove Buy Now buttons

    Quote Originally Posted by qhome View Post
    Did you read the readme? the button stuff should be in the file itself IIRC, not the admin area.

    I might run through and update tho i was waiting for 1.4 and PHP5
    Code:
      'text' => (($featured_products->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 0) ? '' : '<a href="' . zen_href_link(zen_get_info_page($featured_products->fields['products_id']), 'cPath=' . $productsInCategory[$featured_products->fields['products_id']] . '&products_id=' . $featured_products->fields['products_id']) . '">' . zen_image(DIR_WS_IMAGES . $featured_products->fields['products_image'], $featured_products->fields['products_name'], IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH, IMAGE_FEATURED_PRODUCTS_LISTING_HEIGHT) . '</a><br />') . '<a href="' . zen_href_link(zen_get_info_page($featured_products->fields['products_id']), 'cPath=' . $productsInCategory[$featured_products->fields['products_id']] . '&products_id=' . $featured_products->fields['products_id']) . '">' . $featured_products->fields['products_name'] . '</a><br />' . $products_price . '<br />' .  zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($featured_products->fields['products_id'], $_SESSION['languages_id']))), 70));
    Adding code above to default /modules/featured_products.php
    produces description in centre column featured box...How to integrate
    this into Designer Monthly Boxes please? TIA

  8. #118
    Join Date
    Mar 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    hi,

    any update how to make it work with 1.38 ?


    i tried to install it but no changes at all..

    kyli

  9. #119
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Designer Monthly Boxes

    Quote Originally Posted by kyli51 View Post
    hi,

    any update how to make it work with 1.38 ?


    i tried to install it but no changes at all..

    kyli
    This was merged into Column Divider Pro for 1.3
    Use that instead. DMB is dead

  10. #120

    Default Re: Designer Monthly Boxes

    I posted this question in Alysa Rounded Template Support but she told me to come here.

    On my front page I have where it says Current Sales (towards the bottom). I would like for it to match how the New Products and Featured Products look. Like the dotted lines in between the products, the text on top of the product pic, the price down below and the product details tab.

    How would I go about doing that?

    Thanks!

 

 
Page 12 of 13 FirstFirst ... 210111213 LastLast

Similar Threads

  1. Designer Monthly Boxes Customization Issue
    By ychousa in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Apr 2008, 05:05 AM
  2. Designer Monthly Boxes css to 3 column layout
    By clane777 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 Sep 2007, 01:41 AM
  3. Several Problems: Special & Monthly Boxes
    By helpme in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 4 May 2007, 07:38 PM
  4. Chaning Text in Monthly Center Boxes
    By helpme in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Apr 2007, 10:13 PM
  5. Need Designer Help - Footers on Center Boxes
    By bettysue in forum Addon Templates
    Replies: 3
    Last Post: 2 Feb 2007, 01:06 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR