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

How to find where promotion applies according to base price or total price?

I could not handle a case related to new promotion engine in Hybris. I just want to learn where promotions apply according to base price or base price with taxes. I have a case which product promotion applies according to base price (net price) and…
Emre KAYA
  • 31
  • 3
1
vote
1 answer

Why does not promotion engine work correctly in Hybris?

As I have observed, Promotion engine (drools-based) has not worked stably in Hybris. For instance, I have a promotion named free-shipment if your order total is more than $150, you will have free shipment.Whenever I deploy the release of Hybris…
Hatip Kabak
  • 316
  • 2
  • 22
1
vote
2 answers

Get product info in promotions applied in Hybris

I want to learn which promotions were applied to which products on promotionengine in order to distribute prices on products amongst themselves and send them to ERP. When we look at the promotionService in Hybris, there is a method called…
Hatip Kabak
  • 316
  • 2
  • 22
1
vote
1 answer

hybris promotion coupon is not applied to total price

I am adding active coupon with rule. When I am redeeming coupon, I can set coupon and in storefront writes coupon is applied. But total price of cart is not changed. Also when I publish rule, there is no change in total price of cart. Thanks for…
Kemal Taskiran
  • 311
  • 5
  • 18
1
vote
1 answer

Coupon not getting applied?

I have created promotion through backoffice but coupon is not getting applied on percentage discount for products. Its showing something like coupon code entered is no longer valid. I have attached image also. Any suggestion?
user7943182
1
vote
0 answers

Change artifact version name on artifactory rest api/build/promotion

I am using Gradle to build my application and artifactory to store/resolve binaries and Jenkins-CI to automate builds. So far I am using single-project structure in Gradle to build. For each build I am overwriting existing jars in artifactory under…
1
vote
0 answers

Emails getting delivered to promotions tab in gmail

We have a magento based portal which triggers welcome emails on user signing up. These welcome emails have a header image, some content with links for the users to access their account and a signature with a footer text and image. The problem now…
1
vote
1 answer

Is there a way to auto promote artifact from one repo to another in Jenkins using artifactory

I want to setup a job which promotes an artifact from say integration repo in artifactory to staging repo in artifactory based on the result of another job. Even if there is a solution to promote as a post build action based on result of the current…
Max
  • 1,202
  • 1
  • 13
  • 21
1
vote
1 answer

Spree - count discount on product show page

Is there a way in spree to calculate discount for product, based on promotions, and show it on product show page? Currently, i know that it is possible to show all adjustments on order page, but I would like to show possible price for every product…
vladotg
  • 33
  • 6
1
vote
1 answer

Google CSE Promotions via API stopped working

We have a Google CSE (Custom Search Engine) and have built a script to manage its Promotions via API via our own web interface. That script has been working for over three years, but now it fails. It worked Feb. 6 of this year, the last time we used…
Ken Stuart
  • 63
  • 1
  • 6
1
vote
0 answers

Magento exclude Catalog Price Promotions for country

I need to modify magneto promotions for Catalog Price to exclude the for specific IP/Country.. I will do it using geoIP. What I need to help with and cannot figure out yet is howto modify magento code so it will not use the promotion(special)…
1
vote
1 answer

java explicit type conversion gives different results

I would like to know in which order does the explicit type conversion work and in what area does it work. In the next example I receive different results. float S = 0; for (int i = 1; i <= 10; i++) for (int j = 3; j <= 20; j++) S += (i *…
Mary
  • 95
  • 9
1
vote
1 answer

Make App Store Promo Codes Scannable Like Starbucks Does?

My app is in review and I'm trying to make some promo codes that are scannable so I can print them on cards similar to the "app pick of the week" by starbucks. They put the app promo code in a box and it is scannable using the app store app. I gave…
Ford Davis
  • 343
  • 4
  • 13
1
vote
1 answer

Promotional Discounts of a Specific Brand in Magento

I need help, supposed that I have a product brands in Magento and I want it to add special discounts on a specific date until its expiration date. My Question is how do I set it up on Magento's Backend as well as to add the product with disruptors.…
Cherry
  • 58
  • 5
1
vote
2 answers

Java: compound assignment and expression based type promotion

In the three bitwise left shift code fragments below, it's interesting that examples #2 and #3 are treated differently by Java. In the last example (#3), why does Java decide not to upgrade the compound assignment statement to an int? Does the…
user2911290
  • 1,396
  • 1
  • 16
  • 26