Magento – Add product custom content as a tab in product details

We wanted a store in the product description below to the already existing tabs as “Description“, “Additional Information“, “Upselling” etc.. add another tab, to display more information by product attribute can. In this particular case involved the addition of a “FAQ” Rider. The article itself should there be an attribute,…

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 – Show total price / not + and –

Use the custom options for different items “Extras” Article to be addressed. If changes are to be deducted or (e.g.. Color change, Accessories…) but weights can thus be detected, without directly via a configurable product always new items must be created (inventory management for the options but falls flat). Now these options are…

Magento – Liste Admin “See X per page” / “Show X per page” adapt. View More

Who in the default values ​​of the available display backend (Admin Grid of the article as well as purchase orders, etc.) is not satisfied, this can be expanded as. For orders, Invoices, Shipments, Credits as well as article this is the grid.phtml opened in the / / / / / / folder / app design admin html template default default widget, and any values ​​ca. from line

Magento – Problem Dropshipping / various suppliers / eMails

We needed a project for a way different suppliers / In order to allow distributors to get order emails, only to send the relevant data for this supplier. Wanted to make the first step we have so, Follow up on someone that Amastys extension emails are sent to the supplier, if the articles were ordered. Here, however, was…

Magento – Only items defined Email to a Friend (similar. Dropshipping)

We are currently looking for a solution: It is an issue, which is actually under “Dropshipping” is. It can be paraphrased as follows: There are items in our shop, from different suppliers / Manufacturers / Distributors will be sent. Let us call you Supplier A, B and C. Article 1,2,3 are supplied by A, 4 of B and 5.6…