Link frame to remove images that now blue or another color

Now this is certainly not a Magento specific problem, because each side could struggle with this problem. It is again a problem, which only and only occurs in Internet Explorer and browsers such as Safari, Firefox, Chrome etc.. not noticeable. To image links are frame, although there should be no. What color or structure (dotted, dashed,…

Magento – “Back” Link to Article in Category Details

You want rel. easily have a link back from the product view to the category overview, this can be made as follows. In the view.phtml folder app / design /[base or default]/[IhrTemplate]/catalog / product / The following code is inserted: <?php if ($_category = $_product->getCategory()): ?> <div class =”back-link”> <a href=”<?php echo $_category->getUrl(); ?>” class =”form-button-alt” ><?php echo $this->__(‘Back’) ?></a> </div> <?php endif;?> I…

Magento – Individual options / Custom Options Datei oder Bild mit Link zum Download

It is again noticed something curious: If you use Magento in the individual options, and then type the command “File”, So in order to give customers the opportunity for certain products, such as separate files. Pictures to print send along. Default, but unfortunately not in the basket, still in the checkout or in the order confirmation, a link or even the…

Magento – Some links in the navigation / URL in Nav bar

Who set in the navigation bar at his Magentoshop more links möchste, can do this either by categories, than the static blocks are set to do something or free, by the top.phtml file in the folder app / design / frontend /[base or default]/[IhrTemplate]/template/catalog/navigation angepasst wird. For this purpose the area <?php $_menu = $this->renderCategoriesMenuHtml(0,’level-top’) ?> <?php if($_menu): ?> <div class =”nav-container”> <ul id =”not”> <?php echo $_menu…

Magento – Link in translate.csv einbauen, Linking of translation

If you like a place, provided in the text itself only and is not a link, one wants to incorporate such, can do so quickly, by translate.csv in the appropriate (CSV or other competent translation) e.g.. The following shall be inserted:   “You will be redirected to Saferpay website when you place an order.”,”After sending the order…