Archive: price

 

Posts Tagged ‘price’


We have a poster store. Posters come in varying sizes and have optional frames. Both the size and frame change the price. These are print-on-demand, so no inventory is needed. In the Magento world: This can’t be a simple product with attributes due to the pricing differences (?) Configurable products seem like a maintenance nightmare [...]



 

Alright I have a fairly unique situation in which a client wants to have a coupon code that does the following: -Apply the cart wide 10% discount if the following conditions are met: – Cart subtotal is over $60 However if there are items in the cart that are already on sale, I dont want [...]



 

Background I am trying to create a possibility on the webshop to create packs of products. A pack is for instance a product (let’s say a digital camera) and multiple accessories (extra charger, memory cards, …). The point is to push the customer into buying the product together with accessories by giving a discount if [...]



 

I’m pretty new in this whole magmi, magento and it is a little bit confusing.. a Few questions: There are two prices, one is an original price given by a supplier, and the second price is the one given by me, the one i want to show the visitors. What am i supposed to write [...]



 

Magento extension simple price scraper by tzvir http://t.co/ANWGzqZK Magento extension simple price scraper by tzvir http://t.co/ANWGzqZK Possibly Related Posts: @avicentec Yo también uso VirtueMart y va genial pero para tiendas grandes profesionales con tráfico es mejor #Magento (en mi opinión) @gordongekkko cada mochuelo a su olivo ;) web+blog=wordpres, web+ecommerce=magento o prestashop New Look for Magento [...]



 

Magento Tier Price Fix by jamesallwood: Hi. There is a small bug in magento that does not calculate t… http://t.co/2OyOnswa #sem #jobs Magento Tier Price Fix by jamesallwood: Hi. There is a small bug in magento that does not calculate t… http://t.co/2OyOnswa #sem #jobs Possibly Related Posts: @avicentec Yo también uso VirtueMart y va genial [...]



 

@brilliantretail Any blackfriday coupon codes like the 50% off – leaning toward you over Magento right now but price is the kicker @brilliantretail Any blackfriday coupon codes like the 50% off – leaning toward you over Magento right now but price is the kicker Possibly Related Posts: @avicentec Yo también uso VirtueMart y va genial [...]



 

I have an easy one. I need to get the was and special price for a grouped product in list.phtml I can get was and special for associated products but not the grouped product. echo $this->getPriceHtml($_product, true); It is not giving me the was and special price, only the final price. However, it works on [...]



 

I’ve looked through Magento forums and here on SO, but haven’t come across the proper answer. I simply need to replace the displayed normal price on product pages (and category pages also) with the lowest tier price. Had the thought of replacing price.phtml ~ line 59: $_price = $_taxHelper->getPrice($_product, $_product->getPrice()) With: $_price = $_tierPrices (while [...]



 

By default I have the cart set to require account creation, however, some associated freebies products, e.g. brochures and samples, need to go on the system as products. (To date these have been tick boxes on a contact us page but we want a better contact database.) I have tried to work out how Onepage.php [...]