Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2012
    Posts
    16
    Plugin Contributions
    0

    Default Problem with facebook ceon and previews products

    Hello guys, I'm new in this forum ... I have a problemma: I zen cart 1.5.1 and ceon url installed. The problem is that when I post a link to my product, is next vusualizzata preview. how can I do??
    Thank you very much.

  2. #2
    Join Date
    Dec 2012
    Posts
    16
    Plugin Contributions
    0

    Default Re: Problem with facebook ceon and previews products

    my website: www.disotech.it
    this is my file: tpl_product_info_display:
    PHP Code:
    <!--eof Prev/Next top position-->

    <!--bof Main Product Image -->
    <?php
      
    if (zen_not_null($products_image)) {
      
    ?>
    <?php
    /**
     * display the main product image
     */
       
    require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
    <?php
      
    }
    ?>
    <!--eof Main Product Image-->


        <!--bof free ship icon  -->
        <?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?>
        <div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON?></div>
        <?php ?>
        <!--eof free ship icon  -->
        <div class="name-type bot-border"><?php echo $products_name?></div>
        
        
        <!--bof Product details list  -->
        <?php if ( (($flag_show_product_info_model == and $products_model != '') or ($flag_show_product_info_weight == and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == and !empty($manufacturers_name))) ) { ?>
        <ul>
          <?php echo (($flag_show_product_info_model == and $products_model !='') ? '<li>' TEXT_PRODUCT_MODEL $products_model '</li>' '') . "\n"?>
          <?php echo (($flag_show_product_info_weight == and $products_weight !=0) ? '<li>' TEXT_PRODUCT_WEIGHT .  $products_weight TEXT_PRODUCT_WEIGHT_UNIT '</li>'  '') . "\n"?>
          <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' $products_quantity TEXT_PRODUCT_QUANTITY '</li>'  '') . "\n"?>
          <?php echo (($flag_show_product_info_manufacturer == and !empty($manufacturers_name)) ? '<li>' TEXT_PRODUCT_MANUFACTURER $manufacturers_name '</li>' '') . "\n"?>
        </ul>
        <?php
          
    }
        
    ?>
        <!--eof Product details list -->
        
        <!--bof Product Price block -->
        <h2 id="productPrices" class="productGeneral">
            <span class="price-text">Price: &nbsp;</span>
        <?php
        
    // base price
          
    if ($show_onetime_charges_description == 'true') {
            
    $one_time '<span >' TEXT_ONETIME_CHARGE_SYMBOL TEXT_ONETIME_CHARGE_DESCRIPTION '</span><br />';
          } else {
            
    $one_time '';
          }
          echo 
    $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE '') . zen_get_products_display_price((int)$_GET['products_id']);
        
    ?></h2>
        <!--eof Product Price block -->
        
        <!--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']) . '<span class="fright">'.zen_image_submit(BUTTON_IMAGE_IN_CARTBUTTON_IN_CART_ALT).'</span>';
                    } else {
                      
    // show the quantity box
            
    $the_button '<strong class="fleft text2">'.PRODUCTS_ORDER_QTY_TEXT '&nbsp; &nbsp;<input type="text" class="qty" name="cart_quantity" value="' . (zen_get_buy_now_qty($_GET['products_id'])) . '" maxlength="6" size="8" />' zen_get_products_quantity_min_units_display((int)$_GET['products_id']) . zen_draw_hidden_field('products_id', (int)$_GET['products_id']).'</strong>' '&nbsp; &nbsp; &nbsp; <span class="buttonRow">'.zen_image_submit(BUTTON_IMAGE_IN_CARTBUTTON_IN_CART_ALT).'</span>';
                    }
            
    $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_button;
              echo 
    $display_qty;
                    
    ?>
             </div>
          <?php // display qty and button ?>
        <?php // CUSTOMERS_APPROVAL == 3 ?>
        <!--eof Add to Cart Box-->
        
    </div>
    I need to change something?

 

 

Similar Threads

  1. Problem with CEON URI Mapping
    By nicksab in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 23 Apr 2014, 03:42 PM
  2. v151 Font and Colour Previews for Products
    By jodalry in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 28 Jan 2014, 03:13 PM
  3. v151 Problem with ceon and add a javascript in product page...
    By onlysteg in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 31 Jan 2013, 10:32 PM
  4. v150 Problem with Ceon Uri Mapping Add on
    By GodfatherAntiques in forum General Questions
    Replies: 5
    Last Post: 2 Jul 2012, 08:04 PM
  5. .htaccess problems with media previews in music products
    By BlessIsaacola in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 22 Apr 2010, 01:51 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