Questions tagged [commerce]

E-Commerce related questions

221 questions
0
votes
2 answers

How to Display 2 tables of 2 content types on one page in Drupal?

Can anyone help me? I'm in need of displaying 2 tables on one page. Those 2 tables are actually shopping cart info, but holds different content type. This is the link of an image how the page should be seen.
Alex Jin
  • 239
  • 1
  • 4
  • 15
0
votes
1 answer

unable to install or enable commerce modules via admin interface in commerce kickstart 2

For some reason, I am having a world of trouble enabling commerce modules in my commerce kickstart 2 install. I first noticed it when trying to enable autosku which is installed with the kickstart profile. Enabling it in the module page does not…
0
votes
1 answer

drupal commerce kickstart admin access denied

I am new to drupal and I have completed the installation process for commerce kickstart in my Ubuntu system. The thing is that when I am trying to access the admin page i get an error "403 access denied". I am using the predefined Username and…
bettas
  • 195
  • 1
  • 2
  • 11
0
votes
1 answer

Drupal commerce and views

I recently made security updates of the core and all modules on my drupal website. All went good except when I update views from 7.x-3.7 to 7.x-3.8. When my shopping cart is empty the page shows up with an empty table and saying "no products" but…
steph1301
  • 47
  • 1
  • 6
0
votes
1 answer

How can I make a paypal payment to a site user in D7? (How to SEND money to a site user through Paypal?)

How can I make a paypal payment to a site user in D7? Currently I use commerce and commerce_paypal with express checkout. Is there a way to do these payments without installing any other modules? I have already created a 'paypal account' field on…
user3563097
  • 179
  • 8
0
votes
1 answer

kickstart commerce 2 in openshift /admin/modules/list/confirm with no response (white dead screen)

I installed commerce kickstart on openshift. I had /admin/modules/list/confirm return white screen. Look like the execution cannot be finished. On my local system (aquria drupal desktop in PC), there is no this kind of situation. Do I need to enable…
hosais
  • 164
  • 1
  • 1
  • 10
0
votes
1 answer

Adding processes in payment pipeline in ATG

i am atg beginner I have to add few processes to payment pipeline(paymentpipeline.xml) as I have to do some integration stuff. Please let me know how to add processes to payment pipeline and how to invoke them ? Also, i am not able to find…
user3554403
  • 11
  • 1
  • 5
0
votes
1 answer

Spree Commerce - "Bundle install" (replace my files and lose info)

I am working on a e-commerce platform with Spree Commerce (RoR), each time I run bundle install command (after add a new gem), Spree change all my website (app)!! I don't know why but Spree replace all my view, models and controllers files, ... it…
0
votes
1 answer

Drupal commerce - validating coupon against product programatically

All my products are related to some "Magazine" content type objects - that is every product has node reference to Magazine object. Also, I added same node reference field to coupon, referencing again to nodes of "Magazine" content types. What I want…
MilanG
  • 6,994
  • 2
  • 35
  • 64
0
votes
1 answer

Assemble and deploy ATG 11 module issue

I have created a new atg module using eclipse plugin. I use CIM to assemble and deploy the project, it works well but when i created a custom droplet, the src folder and the config folder didn't assemble, the generated EAR contains only the JSPs and…
Amr Khaled
  • 51
  • 1
  • 3
  • 9
0
votes
1 answer

Drupal better exposed form set min and max values from a hook

I have installed 'better exposed form' module on my Drupal 7 site, I created a view for commerce module catalog, and made a slider range filter on JQuery, here it is (sorry, the site is in russian language, but anyway, the essential thing is a…
Yuriy Dyachkov
  • 439
  • 3
  • 16
0
votes
1 answer

Drupal commerce create paypal wps order programmatically

I m trying to create a paypal order programmatically but I need the redirection key. The paypal WPS module gets this data from the $order->data['payment_redirect_key'] like this: // Return to the payment redirect page for processing successful…
Nikos Tsagkas
  • 1,287
  • 2
  • 17
  • 31
0
votes
1 answer

Drupal Commerce order admin page, order id

I'm building a commerce site using Drupal Commerce. I've got it going very smoothly now but I've hit a dead end when I'm trying to create a module for handling shipping information and sending it to the shipping company for label printing. The…
Nookie
  • 89
  • 12
0
votes
0 answers

How to show up product accessories image in drupal commerce cart?

I have configured drupal commerce module properly. Now I have to display product image and product accessories image on cart. I have solved it but product image and product accessories image are displayed in separate table td data. Please tell me…
0
votes
1 answer

How to access add to cart form in a view's template.php theme

I've set up a custom view for a very complex product listing. I've custom themed my view's row output by creating a custom template file in my subtheme's template folder. I then turned this into a function in the subtheme's template.php file so that…
sakeferret
  • 305
  • 1
  • 6
  • 15