E-Commerce related questions
Questions tagged [commerce]
221 questions
1
vote
1 answer
How to propagate the rounding configuration in a Kentico store settings for custom calculations?
I am developing a commerce site in Kentico 11 CMS and, in addition to a product price, need to compute its insurance cost based on a user’s input.
Kentico allows to configure a price rounding option in Store configuration application -> Store…

Kate Orlova
- 3,225
- 5
- 11
- 35
1
vote
1 answer
How to use email template files and stylize emails in OroCRM
There are just two questions:
How can I use email template files instead of managing email content
from the Back Office in OroCRM?
How can I stylize email templates in OroCRM?
Thanks in advance,

Andrey
- 11
- 2
1
vote
0 answers
Drupal-8 Commerce - Adding multiple add to cart buttons to multiple product variations
I want to display multiple variations for a product as follows:
each variation has different colors which can be purchased in different sizes.
I want all the color variations to be displayed on the product display but have a separate add to cart for…

Susie
- 11
- 2
1
vote
2 answers
How to get product type from product entity (Drupal commerce)?
I'm getting product object with a view. How to get its type?
$view = Views::getView('get_all_products');
$view->execute();
foreach ($view->result as $row) { // products
$product = $row->_entity;
$product =…

MilanG
- 6,994
- 2
- 35
- 64
1
vote
1 answer
linking content in drupal 7
I want to create a linked image to a page of products. I know this is silly. I could do this in html very easily. I can't figure out the best way to do this. my constraints are.
1. Needs to be easy for owner to change images and pages they are…

JamesTBennett
- 2,091
- 6
- 19
- 22
1
vote
3 answers
Hybris - Unable to increase column size in MySql DB
I am trying to increase column size to 1024 characters from default 255 characters. Note that this is an existing production item type(AbstractOrderEntry) & attribute(productDescription). system init is not possbile.
So far I have tried these 2…

BNR
- 89
- 2
- 13
1
vote
1 answer
PCI HTTP header security requirements and AWS CloudFront
I have a web site that does E-commerce. We've been dinged about our security not being PCI DSS compliant because our AWS based servers are returning an HTTP response with:
Server: CloudFront
as a parameter. I can see how advertising your server…

wdtj
- 4,554
- 3
- 17
- 20
1
vote
0 answers
Commerce 2 onReturn order must stay at it's current state
I'm working on a new type of payment gateway with these steps: 1. The client is redirected to the payment gateway. 2. Client returns from payment gateway with payment information BUT THE PAYMENT CAN BE FAILED OR REJECTED, so no action should be done…

EdvinasPocius
- 173
- 2
- 10
1
vote
0 answers
Exclude WCS/WebSphere Commerce 8 categories that are not relevant to current catalog and categories in keyword search?
We have bunch of item(s) in more than 1 customer catalog under customer specific categories. For example when we search for 'candy' we see items that have given text and also items that are in a category with word 'candy' in category name(s). The…

cnu
- 461
- 8
- 19
1
vote
0 answers
How to insert Product Images using Salesforce OCAPI 19.1?
I am trying to insert a new product from my app into my Salesforce Commerce (Sandbox). When I use the Data API 19.3 Put /products, it is inserting but not the images.
This is the format of the json that I am using (please see below). Let me know if…

Jeremy Punsalan
- 11
- 1
1
vote
1 answer
Hybris 6.6 create multiple orders from one cart
I need to created multiple orders from one cart based on specific items the products have.
I have already split the entries so I have multiple carts on which I call the getBolCartFacade().placeOrderFromCart().
I get two separate orders in which the…

pr191ex
- 88
- 1
- 14
1
vote
0 answers
"Mobile sliding menu" module for my Drupal Commerce kickstart site
I need to install "Mobile sliding menu" module for my Drupal Commerce kickstart site. I install the free version of http://mmenu.frebsite.nl, but my status report says "The Mmenu library was not detected".Do I need to buy the license?

Viraj
- 11
- 1
1
vote
1 answer
WooCommerce Customer Billing Address
I am trying to add a VAT field to the Customer Billing Address, while this works on the Checkout page with the following code:
// Company Name Required
add_filter('woocommerce_checkout_fields','custom_override_checkout_fields');
function…

Rafaël De Jongh
- 898
- 2
- 14
- 32
1
vote
0 answers
Sitecore Commerce - exception while submitting the request to SubmitVisitorOrder pipeline
I migrated of Sitecore from 8.0 to 8.1 version. The new version of Sitecore is 8.1.160519 and Commerce Server is 11.3.507.0. All works fine except case, when carts are submitted for processing to SubmitVisitorOrder pipeline. I get…

Hann
- 11
- 1
1
vote
2 answers
Hybris Commerce - Exception on WCMS Live Edit
I'm running a freshly installed Hybris Commerce with the b2c_acc recipe on Azure. Everything seems to run fine besides Live editing in the WCMS module. When I click on Live Edit and then on one of the sites, I get this error message:
type Exception…

SpaceJump
- 483
- 6
- 24