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
3 answers

CS-Cart promotions

We've bunch of shopping cart volume and coupon code discounts for our website. We can't add those discounts each and every time through CS-Cart back-end "Promotions" tab. So, we've made a import script in PHP which imports the records in the DB…
user2136790
  • 61
  • 1
  • 2
  • 6
0
votes
2 answers

Advantages of using Google Analytics for Email Read Tracking

I was recommended Google Analytics as a solution for receiving confirmation whether the emails sent out by my web app actually was delivered and read by the recipient or not. I take it that what google does is to use an embedded image in the email…
Harindaka
  • 4,658
  • 8
  • 43
  • 62
0
votes
4 answers

IBM WebSphere Commerce Promotions

I'm pretty new to WebSphere Commerce and I had a question regarding Promotions. I know you can set Promotions to be only accessible by a certain group of users and what not. But how do you go about editing this and is it possible to restrict…
0
votes
1 answer

Find closest promo rule

We are offering free products on certain order limits, over Magento CE 1.7. In order to encourage customer to go for more purchase, we have to show notices/alerts on cart's page with the closest promo that could be applied on the cart. I have found…
s_s_
  • 463
  • 5
  • 20
0
votes
1 answer

PromotionRule, a good name or not?

I'm working on the promotion part of an ecommerce website. We have two kinds of promotions: Offer discount to customers Offer gift products (free) to customers Both promotions require some preconditions to be met by customers. For example, if the…
Mouhong Lin
  • 4,402
  • 4
  • 33
  • 48
0
votes
2 answers

Facebook new payer promotion not working

Facebook new payer promotion spec at https://developers.facebook.com/docs/payments/payer_promotion/#user_eligibility says it will return 1 if user is eligible, and nothing if not. But, this code in PHP: $fbdata =…
SavaMinic
  • 75
  • 1
  • 5
0
votes
2 answers

Magento Promotions Rule

I have the multiple stores runnning on single magento website. For Example, Cloth, Electronics, Jewellery etc. Now i want the promotions rule like 'Get $50 discount on purchase of $500 or more from the cloth store only' Can you please let me know…
parthvi shah
  • 51
  • 1
  • 7
0
votes
1 answer

About integer promotions

Studying C conversions I found a paragraph about Integer promotions that I haven't understand very well, it says: "Integer types smaller than int are promoted when an operation is performed on them. If all values of the original type can be…
abc
  • 11,579
  • 2
  • 26
  • 51
0
votes
2 answers

C# number promotion in expression

I am creating a generic operator method that can dynamically compare two objects of any type. For example: Object a = (int)5; Object b = (long)7; return a < b; Now this obviously won't compile because object does not provide the less than operator.…
user140628
-1
votes
1 answer

Hybris create promotion For every X items bought, Save 99% Off on the lowest price item

I'm struggling to figure out how can I create a promotion type: "For every 3 items bought, Save 99% Off on the lowest price item" with the new promotions system of hybris from Backoffice, it's not very intuitive. Which are the conditions and actions…
Nexussim Lements
  • 535
  • 1
  • 15
  • 47
-1
votes
1 answer

Adding Promo text to set of Magento Products

Working in Magento 2.2.10 and I am wanting to advertise a special promotion on my product pages with text in a banner or something on the actual product age but am sure of how to do this. I was originally thinking of just adding the text to the…
-1
votes
1 answer

Buy X Get X for free formula in Python

In a buy one get one free situation, it is simple to calculate, just had to divided by 2 to the quantity we want(ex: buy 3 get 3 for free, so we get 6). But when it gets more complex, like buy 4 get 1 for free, what would be the best purchasing…
moomoochen
  • 355
  • 1
  • 7
  • 15
-1
votes
1 answer

How to create an order level promotion in hybris.?

How we can create an order level promotions in the Hybris. I created one promotion through back-office, I did all steps. But that promotion is not applying to the cart. Why? I am using hybris6.4 version.
Mahesh
  • 1
  • 1
-1
votes
1 answer

Cross-Promotion tools (framework or service) on iOS

This is not really technical programing question, but I had good experience with Stack Overflow. I have I few (around 5) iOS apps (some are games). Now I would like to do cross promotion of my app in my other apps. For offline solution I could…
WebOrCode
  • 6,852
  • 9
  • 43
  • 70
-1
votes
1 answer

Promotion banner in application

Playing in my aplication, appear in the right panel, one Promotion about obtain Facebook credits to be played in my application. I don't allow that promotion and obviously, there is not necessary Facebook credits to play in my application. Who is…
1 2 3
9
10