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.
Questions tagged [promotions]
137 questions
0
votes
0 answers
iOS App Store Banners / Promotional Art Work
On the iTunes store ( apps ), I want to add a background Banner and have a unique colored background whenver someone visits our app on iOS Device or iTunes app on Mac / Windows. Such background images are used by companies like Linkedin and Watsapp.…

Taimur Ajmal
- 2,778
- 6
- 39
- 57
0
votes
1 answer
How to calculate overall lift in R for Retail Promotion
I'm trying to find out which promotion was effective for Retail promotion data.
Data has the following column…

user7166577
- 1
- 3
0
votes
1 answer
Hybris: Child user group not visible in Promotion User Restriction
I created a parent user group and a child user group through storefront.
eg: ROOT >>
PARENT >>
CHILD
When I see the User Restriction screen of Promotions in Product Cockpit, then I can only see parent user groups…

Sanchit Khera
- 1,005
- 1
- 16
- 47
0
votes
1 answer
Hybris: Display Custom Promotion only in Product Cockpit
I have created a custom promotion in hybris by overriding the default ProductPercentageDiscountPromotion. But I was wondering how to display the new custom promotion only and not the old original one on Product Cockpit.
I found there are two…

Sanchit Khera
- 1,005
- 1
- 16
- 47
0
votes
1 answer
How to get All Promotion(s) using SuiteTalk API?
I am using suitetalk toolkit for accessing Netsuite. Already checked the samplecode,it has the code to get a promotion details by its internal Id(using getCustomer.php). I want to get All promotions from netsuite, to achieve this what could be the…

Manikandan Arunachalam
- 1,470
- 3
- 17
- 32
0
votes
2 answers
magento v1.9 catalog price rules doesn't work some times
We are using Magento version 1.9.2.3. We have a cart price rules setup based on user's group and product's custom attribute. It sometimes doesn't work. And I am not sure the reason if it. I can't really replicate the issue as it is on and off type…

orbnexus
- 737
- 1
- 9
- 38
0
votes
1 answer
How to transfer Information from one promotionstep to the next?
we have set up Jenkinsjobs with several promotion step which reflect our QS/Testing workflow. In one promotion we trigger a build on an other Jenkins master server. In the log of the promotion build is recorded which buildnumber the job on the…

R. Höllwarth
- 1
- 1
0
votes
1 answer
Jenkins sometime fails to auto-promote job
I have really big net of jobs. Something Like this:
Start job: A, job to promote: Z, Requires: E, F, G
A-------
| \ |
B C D
| | / \
E F G H
| | | |
I J K L
============ > if(E,F,G) then Promote Z
The question is: why…

Vardens Archangel
- 355
- 5
- 18
0
votes
0 answers
Magento promotions price deactivated each day
I am using magento 1.8 and i have created promotions on catalogs.
its working perfectly but, after 24 hour the rule will be deactivated automatically but still on website home page the promotion pricse is shown.
once you clicked on the product you…

Moayad Rayyan
- 89
- 7
0
votes
0 answers
Magento list all products out of stock after showing all products in stock the day before
I'm using the latest version of Magento, 1.9.1.1, and when I went to check my shopping cart this morning all of my products are out of stock on the retail side. Each product still shows "yes" for "Stock Availability" with a quantity listed > 0 on…
0
votes
1 answer
How operands are promoted in a long expression?
If I have an expression like the following:
double d = floatVar / intVar;
intVar will be promoted to a float and then the returned float result will be converted to a double and assigned to d. But what happens if I have a long expression, such…

John
- 1,049
- 1
- 14
- 34
0
votes
2 answers
How to handle promotional content that makes use of database data?
I am using Ruby on Rails and I would like to render a web page that makes use of database data for promotional purposes. The source code is stated something like the following:
# Model
PROMO_ID = 9
# Controller
@promo_article =…

Backo
- 18,291
- 27
- 103
- 170
0
votes
3 answers
C++ virtual function from privately inherited class, promoted to public in derived class declaration
I have the following scheme:
class Interface
{
virtual ~Interface() { }
virtual void foo() const = 0;
virtual void bar() const = 0;
}
//Interface is derived privately mostly for preventing upcast outside
class Derived : private…

galinette
- 8,896
- 2
- 36
- 87
0
votes
2 answers
modify existing promotion, what happens to the user profiles who already have it?
I have created a promotion promoxyz with unilimited access and create coupon couponxyz which uses promoxyz, and gave it to user1 , he used it so promoxyz is saved in his active promotions as unlimited.
No after some time the business wanted the…

Andy
- 3
- 2
0
votes
1 answer
Magento Promotions - Buy a selection of products for a fixed price
I'm having trouble with setting up a promotion.
The aim is to offer any 2 products for a fixed price. Eg, buy any 2 cakes for £5 (instead of £7 total, or £3.50 each - a £2 saving). There can be several SKU's to choose from, all under the same offer.…

Mr N Dynamite
- 477
- 7
- 21