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
0
votes
2 answers

Prevent sending mail to "Promotions" in gmail

I am using Amazon Simple Email Service to send email to my web application users. I am sending mail by using verified email by amazon as well but still, emails are being sent on Promotions tabs in Gmail. Anyone can guide me for this?
0
votes
1 answer

How to create a baseline forecast with sales data that includes (non-promotional and promotional) sales?

I have a df with a sales column and another column (Base/Promo) coding 1 or 0. I'd like to create a baseline forecast. So I have to exclude/ignore the promotional sales. By doing this there will be multiple gaps in my time-series... Is there a…
0
votes
1 answer

How to construct a conditional running average with 3 weeks prior to the condition?

I have the following sample df, consisting of a category (Cat) in which different articles are shown (Pizza or Pasta) together with their sales data for different calender weeks (CW). In some weeks there is a promotion, which causes the sales to go…
jestor
  • 67
  • 5
0
votes
1 answer

Calculating taxes before any promotion gets applied - SAP Hybris

We are using hybris 1811 version. B2C application. Tax calculation is done on the net amount i.e. after the promotion is applied. But we want the tax calculation to be done on the grosss amount i.e first tax should be calculated then promotion…
pa_One
  • 35
  • 1
  • 2
  • 11
0
votes
1 answer

Promotion Not Opening from HMC: de.hybris.platform.jalo.JaloSystemException: Cannot create Jalo instance for item

When I try to open promotions on HMC it throw this error, first Couldn't understand problem and cause of problem? Try to clear cookies, login/logout, restart browser as well -looks nothing works. (check this link for more detail, can't find…
Rucha Bhatt Joshi
  • 822
  • 1
  • 15
  • 38
0
votes
1 answer

Not able to publish Hybris Promotion

I have created a promotion in hybris 1808 but when I am trying to publish the promotion it's Failing. The same promotion is working in 1808 Vanilla Hybris I have added following properties in localextension.xml and tried but still facing the same…
Aishwarya
  • 21
  • 4
0
votes
1 answer

Problems with promotion page on Prestashop 1.7.3.0

I'm using prestashop 1.7.3.0 for e-commerce and i've got problems with the promotions page. in fact, the page show some products but they aren't in the shop that they normally should be in. On this page, some products are displayed despite having…
0
votes
0 answers

How to set case insensitive coupon codes in hybris?

Out Of The Box hybris promotion codes are case sensitive. If you creat a coupon code as TAKE50OFF, you need to enter it as TAKE50OFF to redeem, if you try Take50Off or take500ff, it will not work. I know I can achieve this by converting entered code…
Nirmal Mangal
  • 812
  • 1
  • 12
  • 26
0
votes
1 answer

I try to promote artifact with Jenkins Artifactory Plug-in and got error 404

I use Jenkins Artifactory Plug-in for promotion. I try to create separate job to promote the artifact. Here the stage of promotion stage('promote artifact') { steps { script { String buildName = "${BUILD_NAME}" …
Risha
  • 45
  • 1
  • 7
0
votes
1 answer

Hybris promotion cart total progress

I have products which have percentage discount like %10. When I applied cart total based promotion like free delivery, promotion considers cart total price without percentage discount. But user sees the discounted cart total, so problem…
Kemal Taskiran
  • 311
  • 5
  • 18
0
votes
1 answer

C prototype functions and default argument promotions in C function calls

EDIT: Actually this is a duplicate for this question - Why does a function with no parameters (compared to the actual function definition) compile? I am a beginner to C and while I understand the need of function prototypes and the default argument…
godaygo
  • 2,215
  • 2
  • 16
  • 33
0
votes
2 answers

In C, can a primitive be passed to a function, which is looking for a user-defined datatype as input, if a casting/promotion rule is defined?

Suppose we have a function like this: void WonderfulFunction(float a) Clearly, we can pass an int to wonderful_function and the C-compiler will promote the int to a float. However, what about user-defined data types? Suppose we use a typedef…
Toothpick Anemone
  • 4,290
  • 2
  • 20
  • 42
0
votes
0 answers

Apple iOS: give access to paid app version from free app without any charge

I have two apps: A paid app that costs $0.99 (without ads) A free app - without ads In free version I have share page and if user shares the app 10 times they should be able to get pro (paid) version for free. I can't figure out how to make this.…
mister_giga
  • 560
  • 1
  • 15
  • 37
0
votes
2 answers

Multi-firing of BXGY promotion - consumption of qualifying order entries

I have implemented BXGY custom promotion. To simplify my case let's say after you have X products in your cart you'll get Y free products. If I have 2*X qualifying products in cart expected behavior is to get 2*Y free products. My problem is…
Zildyan
  • 1,261
  • 9
  • 11
0
votes
1 answer

getPromotionsList() in Demandware

I want to use dw.campain.Promotion object in demandware to print a list of active / inactive promotions. Did you have a method to recover the full list of promotions in demandware?