I have a page that shows a list of Commerce Server products (sometimes dozens) that are in a given category. I need to make my page conditional so that it displays a different graphic next to the product thumbnail, that indicates which products within a given CS product list have discounts that apply. My question is what is the best way ...
Hi all,
I'm struggling to figure out how to display the percentage or the amount of discount that is applied to a product in Magento via the Catalog Price Rules.
For example: I want the price to be displayed in the front-end as follows: [old-price] [special-price] [discount info] where [old-price] has a css strike through.
The [old-pr...
Hi,
I have to create some custom promotion Discounts which does not fall in the category of DiscountTypes provided out of box from Commerce Server. Is there a way for creating your own Custom Discounts like custom Pipeline Components. Any ideas are helpful.
Thanks!
...
I would like to create a coupon code for my Magento shop where only customers signed in and subscribed to newsletter could use.
First of all, am I missing a simple option to do this?
If not, would the only option be to override whichever module takes care of this?
Thanks
...
All I see on thereference sheet is ways to implement a discount based on quantity of one item and rates and such. Does anyone know if there is just a simple way I can put if items 1+2 are in the cart give them $100 off and if they have all four in the cart give them 300 off?
...
In basic PDF invoice, on only get discount total, no name in front.
I got as far as to the coupon code showing, using:
if($order->getCouponCode()!=""){
$this->y -=12;
$page->drawText('Coupon Used: '.$order->getCouponCode(), 450, $this->y, 'UTF-8');
}
but I can't find how to show coupon name.
Also,...
Paypal has listed out methods for discounts such as :
discount_amount
Optional
Discount amount associated with an item.
It must be less than the selling price of the item. If you specify discount_amount and discount_amount2 is not defined, then this flat amount is applied regardless of the quantity of items purchased.
Valid only for B...