Tagged Questions
1
vote
4answers
1k views
Magento - How to set minimum amount of products per order for a category?
Is it possible to set the minimum number of products required for a category per order in Magento. A client sells wildlife paintings, one of the shop categories is 'cards', it isn't very cost ...
1
vote
1answer
744 views
Magento Help -> Having difficulty FILTERING new products
I'm having a little dilemma. The following code correctly displays the assigned products while ignoring the minimal pricing. The "as low as" option.
<?php
$cat_id = 123; // category id
$category ...
0
votes
2answers
53 views
Set position of product when it sells out in Magento
A client wants all products that are sold out to appear at the end of the product listings and I'm struggling to get it to work at the minute, hence the question. It's worth noting that all the ...
0
votes
1answer
48 views
How can i get products displayed with predefined quantities in magento?
I have some simple products setup that have various custom options, some of which are set to required. What I would like to do is get the products set up to where the customer can choose from ...
0
votes
0answers
169 views
Displaying the product details page in a pop up box in Magento? [closed]
How do I display the product details page in a pop up box in Magento, like the lightbox effect in Magento?
Is this possible?
0
votes
2answers
942 views
Magento Paypal Express having issues with Downloadable Products
Just like to send a thanks out in advance for the help.
I have successfully setup a downloadable product with the option of filling out the URL in the Downloadable Information section. I have also ...