Questions tagged [promotions]

Promotions refer to the entire set of activities, which communicate the product, brand or service to the user. The idea is to make people aware, attract and induce to buy the product, in preference over others.

137 questions
1
vote
1 answer

Magento 1.7: Adding a custom promotion

I would like to add a custom promotion condition to Magento 1.7. It should be possible to apply a promotion based on a custom attribute in the shipping address of the customer. Its actually quite basic: if the attribute is filled, the promotion…
Andreas
  • 1,691
  • 1
  • 15
  • 34
1
vote
2 answers

When will default argument promotions happen?

In C language, compiler perform default argument promotion when the function called does not have a prototype. But how about C++? When will default argument promotions happen? In C++11 standard 5.2.2/7: When there is no parameter for a given…
Zachary
  • 1,633
  • 2
  • 22
  • 34
1
vote
0 answers

Custom Payer Promotion

In order to implement a custom promotion unit I would need to know the specific amount Facebook will be giving the user for free. Is there a way to determine the value of the current Facebook offer? Custom PP Unit Reference
Doug Smith
  • 11
  • 3
1
vote
2 answers

Magento Catalog Price Rules not applied to all products (1.5.0.1)

I have a Magento 1.5.0.1 site and have recently come across a problem which I cannot so far seem to solve. I have created many catalog price rules in the past and they've worked fine. I'm using the condition 'is one of' and I'm selecting a bunch of…
Adam Moss
  • 5,582
  • 13
  • 46
  • 64
0
votes
3 answers

How are operands promoted

I have the following code in C: int l; short s; l = 0xdeadbeef; s = l; Assuming int is 32 bits and short is 16 bits, when performing s = l, s will be promoted to 32 bits and after assignment, only lower 16 bits will…
Jake
  • 16,329
  • 50
  • 126
  • 202
0
votes
1 answer

Magento promotions rule gets deactivated

I am using magento on www.gotech.ro, and they have different promotions from time to time. That is why i am using the promotions tab in the admin area, to create price rules (in this case -15%). The problem is that after a while (one day or more),…
user1220553
  • 1
  • 1
  • 1
0
votes
4 answers

Most convenient integer type for processor

According to what I've heard, integer values that are not the processor's word size will be promoted when modifying them (using +, -, &, etc). The long type is supposed to the the word size. On my compiler, int is 32-bit and long is 64-bit. Does…
RPFeltz
  • 1,049
  • 2
  • 12
  • 21
0
votes
1 answer

Policy query - iframe app posting to multiple (5) friends wall

After some advice. I have a client wishing to have an app which lets them download a voucher to redeem in store but only after they post details of this offer onto 5 friends' walls. My understanding of current Facebook policy suggests that: 1)…
steve
  • 2,469
  • 1
  • 23
  • 30
0
votes
2 answers

Promotions code combination from one pool not possible

ist it possible to use two promotion codes from one promotion-code-pool in one order? The promotion is set to Max. total uses : unlimited Max. uses per customer : unlimited I can combine one code of this promotion in one order with other promotions,…
Marc Cheng
  • 111
  • 8
0
votes
0 answers

Google Gmail API filter by Label not working properly in case CATEGORY_PROMOTIONS

The Google Gmail API filter by Label doesn't seem to work properly in case CATEGORY_PROMOTIONS. When I used the query string -label:INBOX, the results did not list messages labeled INBOX. It is right. BUT, I wanted to NOT list messages labeled…
Ai Chau
  • 23
  • 4
0
votes
1 answer

Can shipping step and info be removed from checkout in Magento for a product with Free Shipping rule set?

For a specific product I've got a Shopping Cart Rule which makes shipping for it free. It would be logical to not show shipping information and bypass shipping method selection for such product. Is there any easy way to do this?
jayarjo
  • 16,124
  • 24
  • 94
  • 138
0
votes
0 answers

Xamarin In-App Billing Plugin subscription products for 1 month free promotion questions

I'd like to sell Subscriptions products on Apple. And when Ios made a subscription product, I set up a monthly free promotion. By the way, can't I check the payment for free for a month when I pay for the Subscription products with my Sandbox…
장주명
  • 43
  • 6
0
votes
1 answer

Magento - How to add discounts to Check/Money orders?

I've asked around and google'd but still nothing. I want to be able to offer a 10% (or wtv) discount to anyone that opts out to pay directly through Wire Transfer or Check. Can this be accomplished with Magento?
Rodrigo Dellacqua
  • 268
  • 1
  • 3
  • 12
0
votes
1 answer

Hybris types of promotions and rule based promotion

Hybris has several types of "basic" promotions like…
Nexussim Lements
  • 535
  • 1
  • 15
  • 47
0
votes
1 answer

For a selected delivery mode, set delivery cost to zero - Promotion Engine (Hybris)

I want to create a new custom action to set the delivery cost as zero for cart/order level. Is there any OOTB strategy already include this kind of action. If not, what should be logic of this newly created strategy.
Ranger
  • 23
  • 3