Page 1 of 14 12311 ... LastLast
Results 1 to 10 of 140
  1. #1
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

  2. #2
    Join Date
    Feb 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Product Info Display Mods Available in Downloads

    Hey there,

    so i really like the way the centered was layed out. How did they get the coordinating items to link to thier corresponding page, on my site the images show up on the product page my additional pictures just pop up in a larger box to show a larger image instead of actually linking to the item. and also how can i moved the add to cart next to the main prodcut that is listed. the site i really like was http://dahanjewelry.com/index.php?ma...products_id=51 or as in your post the one that is centered

    btw, my site is www.kirwindesigns.com/store

  3. #3
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Product Info Display Mods Available in Downloads

    How did they get the coordinating items to link to thier corresponding page...
    You'll have to ask the site owner (jewelrylady) how this was accomplished.

    But I believe it is a contribution from the downloads section (cross sell or xsell)
    how can i moved the add to cart next to the main prodcut that is listed.
    includes/templates/YOUR_TEMPLATE/templates/product_info_display.php

    find the following block of code:

    PHP Code:
    <!--bof Add to Cart Box -->
    <?php
    if (CUSTOMERS_APPROVAL == and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
      
    // do nothing
    } else {
    ?>
                <?php
        $display_qty 
    = (($flag_show_product_info_in_cart_qty == and $_SESSION['cart']->in_cart($_GET['products_id'])) ? '<p>' PRODUCTS_ORDER_QTY_TEXT_IN_CART $_SESSION['cart']->get_quantity($_GET['products_id']) . '</p>' '');
                if (
    $products_qty_box_status == or $products_quantity_order_max== 1) {
                  
    // hide the quantity box and default to 1
                  
    $the_button '<input type="hidden" name="cart_quantity" value="1" />' zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CARTBUTTON_IN_CART_ALT);
                } else {
                  
    // show the quantity box
        
    $the_button PRODUCTS_ORDER_QTY_TEXT '<input type="text" name="cart_quantity" value="' . (zen_get_buy_now_qty($_GET['products_id'])) . '" maxlength="6" size="4" /><br />' zen_get_products_quantity_min_units_display((int)$_GET['products_id']) . '<br />' zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CARTBUTTON_IN_CART_ALT);
                }
        
    $display_button zen_get_buy_now_button($_GET['products_id'], $the_button);
      
    ?>
      <?php if ($display_qty != '' or $display_button != '') { ?>
        <div id="cartAdd">
        <?php
          
    echo $display_qty;
          echo 
    $display_button;
                
    ?>
              </div>
      <?php // display qty and button ?>
    <?php 
    // CUSTOMERS_APPROVAL == 3 ?>
    <!--eof Add to Cart Box-->
    move the entire block to where you want it appear in your layout.
    Last edited by clydejones; 7 Mar 2007 at 09:59 PM.

  4. #4
    Join Date
    Feb 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Product Info Display Mods Available in Downloads

    cool thanks. I was able to move teh price and the add to cart box. how can i make the prodecut image and description next to each other and not on top of each other?

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Product Info Display Mods Available in Downloads

    And keep the centered look???

    You can also try the "stacked" or "side by side" mods

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

    Default Re: Product Info Display Mods Available in Downloads

    http://www.mysticmountainnaturals.co...products_id=59
    Great contributions... thank you
    Installed stacked left as per url above..small black dot,
    to left and above ..product 4/16... can't find where to delete
    this dot in code.. can you advise please Clyde? TIA

  7. #7
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Product Info Display Mods Available in Downloads

    Tia,

    do you have a url so I can see it.

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

    Default Re: Product Info Display Mods Available in Downloads

    do you have a url so I can see it.
    It is actually on your own site too, at url i quoted previously,
    and in postion described i.e.
    http://www.mysticmountainnaturals.co...oducts _id=59
    Installed stacked left as per url above..small black dot, to left and above ..product 4/16 and bottom left of Home :: Test Examples :: Hewlett Packard - by attributes

  9. #9
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Product Info Display Mods Available in Downloads

    I hadn't really noticed that. anyway here's where it is/was

    includes/templates/YOUR_TEMPLATE/tpl_product_info_display.php

    find:
    Code:
    // require($template->get_template_dir('/tpl_modules_category_icon_display.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_category_icon_display.php'); ?>-->            .
    just delete the period.

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

    Default Re: Product Info Display Mods Available in Downloads

    Searched every line of code for that pesky period/dot..
    thanks so much for tracking it down

 

 
Page 1 of 14 12311 ... LastLast

Similar Threads

  1. tpl product info display: changing product info
    By rbecq in forum Setting Up Categories, Products, Attributes
    Replies: 15
    Last Post: 4 Dec 2012, 05:07 PM
  2. product info page layout mods??
    By arniesbarmyarmy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Aug 2009, 12:26 AM
  3. Display info on product info related with the category
    By HellMind in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 20 Aug 2009, 09:34 PM
  4. Product Info Display in FireFox missing a lot of info
    By ebaobao in forum General Questions
    Replies: 5
    Last Post: 22 Jan 2009, 09:19 PM

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