stoffgrosshandel-holland Posted April 15, 2014 Report Share Posted April 15, 2014 Hallo an Alle, Ich hab dieses Thema schonmal gepostet, leider ohne echte Antworten wo ich was mit kann. Es geht um die Bilder Lupe. Ich lade Bilder Hoch von 1920 x 1080px Das hat mit viele andere Plattforme zu tun. Die wollen mindestens 1000px haben. Ansonsten kommt man in die suchergebnisse schlecht hoch. Im Shop Veyton 4.1 haben wir Lupe. Nun ist der bei 1920px viel zu nah dran. Man sieht im Endeffekt noch nix. Kan man das Vorbild die der Lupe zeigt auch vergrößern? Jetzt ist der Lupen output ca.400 x 300px ? Oder so etwas? kan man da z.B 1200x800 von machen? Oder vielleicht noch besser.... "Klick to enlarge" Funktion??? Link to comment Share on other sites More sharing options...
Amrit Posted April 15, 2014 Report Share Posted April 15, 2014 in der produkt.html bei "product-images" z.B. ....class="cloud-zoom" id="zoom" rel="adjustX: 28, adjustY:-10, zoomWidth: 1200, zoomHeight:800">.... Grüße Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted April 15, 2014 Author Report Share Posted April 15, 2014 Hi! In meine Template Mappe ? Kann es nicht so schnell finden. Haben sie vielleicht ein Datei-Pfad? Gruss, Link to comment Share on other sites More sharing options...
Amrit Posted April 15, 2014 Report Share Posted April 15, 2014 Ja, templates > DeinTemplate > xtCore > pages > produkt > produkt.html da nach "product-images" suchen Grüße Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted April 15, 2014 Author Report Share Posted April 15, 2014 Hi, Vielen Dank, aber bei mir kann ich den Code nicht finden. Ich hab im Produkt.html stehen: {img img=$products_image type=m_info alt=$products_name|escape:"html" width=auto height=auto itemprop=image} Die beiden "auto" hab ich geändert auf 900 und 506, aber ohne erfolg im Frontend. Link to comment Share on other sites More sharing options...
Amrit Posted April 15, 2014 Report Share Posted April 15, 2014 Hallo, hier mal die ganze Zeile wie sie bei mir steht, einfach die werte 250 durch Deine ersetzen <p class="product-image"><a href="{img img=$products_image type=m_org path_only=true}" class="cloud-zoom" id="zoom" rel="adjustX: 28, adjustY:-10, zoomWidth: 250, zoomHeight:250">{img img=$products_image type=m_info alt=$products_name|escape:"html" width=auto height=auto itemprop=image}</a></p> [/HTML] Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted April 16, 2014 Author Report Share Posted April 16, 2014 Ich hab es Gestern Abend noch einige malen versucht, und auf mehrere Wege, aber leider kommt es nur zur Fehlmeldungen. Dies ist das komplette Produkt.html was ich habe: {$products_name} {if $review_stars_rating} {/if} {if $date_available!=''} {txt key=TEXT_PRODUCT_AVAILABLE} {$date_available|date_format:"%A, %B %e, %Y"} {/if} {if $allow_add_cart eq 'true'} {if $products_fsk18 == '1'} {txt key=TEXT_PRODUCTS_FSK18_NOTE} {/if} {/if} {if $smarty.const._CUST_STATUS_SHOW_PRICE eq '1' and $products_price.formated neq ''} {$products_price.plain} {$products_price.formated} {if $base_price && !$group_price} {$base_price.price} {txt key=TEXT_SHIPPING_BASE_PER} {$base_price.vpe.name} {/if} {if $products_shipping_link} {$products_tax_info.tax_desc} {txt key=TEXT_EXCL_SHIPPING} {else} {$products_tax_info.tax_desc} {txt key=TEXT_EXCL_SHIPPING} {/if} {price_table} {/if} {if $products_model!=''} {txt key=TEXT_PRODUCTS_MODEL} {$products_model} {/if} {if $products_weight > 0} {txt key=TEXT_PRODUCTS_WEIGHT} {$products_weight|number_format:2:",":"."} KG {/if} {if $stock_image} {img img=$stock_image.image type=t_img_stockrules} {$stock_image.name} {/if} {if $shipping_status} {txt key=TEXT_SHIPPING_STATUS} {$shipping_status} {/if} {if $products_discount!=''} {$products_discount} {/if} {hook key=product_info_tpl_before_cart} {if $allow_add_cart eq 'true'} {form type=form name=product action='dynamic' link_params=getParams method=post} {form type=hidden name=action value=add_product} {form type=hidden name=product value=$products_id} {$products_information} {form type=text name=qty value=1} {css_button text=$smarty.const.BUTTON_ADD_CART type='form'} {form type=formend} {/if} {hook key=product_info_tpl_cart} {if $products_master_flag == 1 OR $products_master_model != ''} {hook key=product_info_tpl_options} {/if} {if $products_image == 'product:noimage.gif'} {else} {img img=$products_image type=m_info alt=$products_name|escape:"html" width=auto height=auto itemprop=image} {/if} {if $more_images !=''} {foreach name=aussen item=img_data from=$more_images} {/foreach} {/if} {hook key=products_images_tpl} {if $products_description !=''} {txt key=TEXT_PRODUCTS_DESCRIPTION} {/if} {if $products_master_flag == 1} {txt key=TEXT_PRODUCT_OPTIONS} {/if} {if $review_stars_rating} {$products_average_rating}{if $products_rating_count}{$products_rating_count}{else}0{/if} {txt key=TEXT_XT_REVIEWS_INFO} {/if} {if $media_files !=''} {txt key=TEXT_DOWNLOADS} {/if} {hook key=product_info_tpl_tab_headline} {if $products_description !=''} {txt key=TEXT_MD_PRODUCTSQUESTION} {$products_name} {$products_description} {/if} {if $products_master_flag == 1} {hook key=product_info_tpl_productlist} {/if} {if $review_stars_rating} {if $products_rating_count}{$products_rating_count}{else}0{/if} {txt key=TEXT_XT_REVIEWS_INFO} {hook key=product_info_tpl_reviews} {txt key=TEXT_XT_REVIEWS_WRITE} {/if} {if $media_files !=''} {include file="$selected_template/xtCore/pages/files/product_public_files.html"} {/if} {hook key=product_info_tpl_tab_box} {hook key=product_info_tpl} [/HTML] Kann es sein das ich eine andere Version Veyton habe (4.1) Gruss, Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.