E-Commerce related questions
Questions tagged [commerce]
221 questions
0
votes
3 answers
Hybris Commerce - How to expose Web Services
I'm fairly new to Hybris Commerce and its extensions. I installed Hybris 5.7 and 6 and (hopefully) installed the platformwebservices extensions this way:
I added these entries to localextensions.xml:

SpaceJump
- 483
- 6
- 24
0
votes
1 answer
Shoppingcart open in multiple tabs
I am looking for tips on solving the following problem in a web store:
I have an online store where customers can buy bus tickets. Sometimes the customers have the website open in several tabs and while planning a trip they search for tickets and…

Liknes
- 195
- 14
0
votes
1 answer
Drupal migrations ":additional_field" missing
In the Commerce KickStart, they have a few migrations but the one that im trying to replicate is CommerceKickstartBagsCases, which is creating products of type Bags_Cases. Everything is great but in my migration, for a term reference, i am not given…

Nathan
- 24,586
- 4
- 27
- 36
0
votes
1 answer
Is there a way to force a user session timeout in Websphere?
I need to do some testing to the session timeout logic and how timeouts are handled, but I don't want to have to wait for the session to time out. Right now it takes 30 minutes of inactivity to time out, is there a way to either change this to a…

jros
- 714
- 1
- 10
- 33
0
votes
1 answer
Update item's property in a versioned repository in code
I'm kinda new in the Oracle Commerce ATG technology and don't understand many of its concepts yet. By now I have encountered an issue I couldn't find any resolution to.
I'm trying to update a particular property of an item in a versioned repository…

TonyStrych9
- 17
- 7
0
votes
2 answers
How do I write my first serious test with MSpec?
I am new to testing and have never used MSpec. I looked at tutorials and the only examples is "lite", like 1 + 1 should be 2. I need to test this real method and I don't know where to start.
public ILineItem CreateLineItem(BaseVariationContent sku,…

Don Juan
- 171
- 2
- 17
0
votes
1 answer
How to change drupal commerce credit card default value
I have a drupal commerce install, the credit card on the payment pane has this has default values for the expiration month and expiration date.
I have tried to change the default values to 'mm' and 'yy' but it won't…

JNL
- 13
- 4
0
votes
1 answer
Redeem rate for Freestanding Coupons in Oracle ATG commerce
Any clue on how can I keep a track regarding how many Freestanding Coupons were used in Oracle ATG? I know that for bulk vouchers we have the Redemption Rate, but for the simple vouchers there's no such thing.
For example I created 500 vouchers with…

Bisbal
- 9
- 1
0
votes
1 answer
How to properly encode ATG commerce JSON taglib droplet response
I had a problem where I was doing an jquery $get for a list of schools. I was using an RQLForeach droplet to retrieve the list and specified the output to be JSON, I would then take the returned JSON and use jQuery template to render out the…

thedbz
- 41
- 1
0
votes
1 answer
drupal commerce line item display
I'm trying to learn how to use commerce module in drupal 7, and here I'm really confused.
In ( admin/commerce/products/types/product1/display/) I can manage display of product1 (for example) .It is clear that default display is used in nodes and…

Nixmd
- 775
- 5
- 11
- 20
0
votes
1 answer
Drupal 7 and Commerce GoCardless Module - Library not loaded error
I'm having trouble getting the GoCardless interface working. I've downloaded the GoCardless PHP library zip file from github. However, I'm unsure where to save it, and what to name the library. The documentation does not help.
When I try to pay with…

Paul Drake
- 1
- 2
0
votes
2 answers
Which PayPal API and product shall be used for card payments with auth and capture
How shall I integrate custom shopping cart app with PayPal to accept indirect credit card payments without forcing buyers to register at PayPal?
There's a custom shopping cart web application and the task has been set to replace current credit/dept…

Piohen
- 1,514
- 15
- 23
0
votes
1 answer
What does 'product' => TRUE in hook_commerce_line_item_type_info() do?
In hook_commerce_line_item_type_info() there is an option 'product' => TRUE that is used by different implementations.
What does it mean / do?

user3563097
- 179
- 8
0
votes
1 answer
How can I create Drupal Commerce product collections?
How can I group products in collections?
For example:
Manufacturer Collection1 {Product1, Product2}
Collection2 {Product3, Product4}
Collections are contain parameters: size, wight, width ant etc.
Products are contain only individual…

Alexey
- 21
- 4
0
votes
1 answer
How to show confirmation message in jQuery Dialog after adding a product into cart using AJAX
I am trying to show a confirmation message in jQuery Dialog after adding a product into cart using AJAX.
I have tried using jQuery to achieve this. But it reloads the page(Although it adds the product to cart). I want to show a dialog as soon as a…

InspiredCoder
- 394
- 6
- 22