E-commerce payments.
0
votes
0answers
8 views
problem in enabling Commerce 2CheckOut module
I have added 2CheckOut module to drupal 7, then go to drupal admin and modules page to enable it, the module tell me it needs Commerce_paymen as required module "Requires: Commerce_payment ...
0
votes
0answers
16 views
drupal course module adding payment object
Please Somebody help me. I have spent almost a week working on this functionality but haven't got any success yet.
I have a Learning management system in drupal7 using the course 7.1 beta2 module, the ...
0
votes
1answer
41 views
How do I set up PayPal parallel payments in Drupal 7 Commerce Express Checkout module?
After an exhaustive online search, I can't find an answer to my problem: where do I place the code snippets PayPal provides to implement PayPal parallel payments in Drupal 7's Express Checkout module? ...
-1
votes
0answers
36 views
drupal commerce goes to checkout complete page instead of payment gateway [closed]
I am using Drupal 7 and using Drupal Commerce to setup an e commerce but the icici payment gateway module does not seem to be working. I switched from Ubercart to Drupal commerce because it has icici ...
0
votes
0answers
18 views
Mails are sent to users when the payment transaction fails
If the payment fails, for example because the bank account has an insufficient balance or an incorrect password is entered, the e-mails are sent to the users. After the payment method completes, it is ...
0
votes
0answers
8 views
Create more validation using lm_paypal module or the paypal module
I'm trying to fight spam on my drupal community site, and I am looking at creating a validator that allows users to create an account and are taken to a page that allows them to make a payment using ...
0
votes
0answers
15 views
Embed Ubercart Checkout Page
I want to embed the Ubercart 7.x checkout page in Panels 3, but there doesn't seem to be much documentation on it. I would consider manually adding content via node-...-.tpl.php, but that's more or ...
0
votes
1answer
22 views
Authorize.net - Multi-currency - disabling currency code when sending money
I have a issue processing multiple currencies in Drupal 7 Commerce with Authorize.net Gateways (version 1.0 stable).
I have Canadian store and have 2 currencies setup for my site: US and CDN funds.
...
0
votes
1answer
59 views
How to show payment form on node form preview in Drupal 7? [duplicate]
I have make a content type, I have make compulsory to preview node before saving, now what I need when user click on the preview button, he can review his information which he wrote in the form and ...
0
votes
0answers
68 views
Is anyone successfully making use of the SMS payments with Drupal? [closed]
I need an SMS payment method on my website, and I'm looking for an appropriate provider of such services.
The only service I've found so far for Drupal 7 module is SMS payments Mobio. To my surprise, ...
2
votes
0answers
234 views
Drupal Commerce - using rules to send different emails for Bank transfer and Cash on Delivery Payment [closed]
I have setup eshop (Commerce Kickstart) with two type of payments: Bank Transfer and Cash on Delivery.
I need to send different emails for selected payment method (Bank Transfer or Cash on Delivery).
...
1
vote
1answer
185 views
Storing Credit Card Information for later use
I'm building a website where registered users would place future order(s). e.g. after 6 months for $20, or even on a specified date may be after one year or so.
In order to charge them on those ...
1
vote
0answers
85 views
URL to catch post data from off-site payment gateway in Drupal commerce
We have to set up an Drupal 7 e-commerce site with Commerce module (Kickstart) that accepts payments via an off-site payment gateway. For which we are developing a commerce payment method that will ...
1
vote
3answers
75 views
Advice - Forms and Credit Card Security
I'm working on a website for a client where he wants a order form created and e-mailed back to him. Because of the nature of the business, the card cannot be charged until the order is verified that ...
0
votes
1answer
63 views
How to disable payment cart pane when discount brings total to $0
I am using the uc_discounts_alt module on a Drupal 6 / Ubercart 2 site to provide specific dollar amount discounts for specific products. The discounts bring the product price down to zero, and ...
0
votes
1answer
119 views
Ubercart payment option without gateway?
I'm new to this forum, and I'm maintaining a Drupal 6.x webshop using Ubercart 2.4 for a client. The client wants to add a new payment option for business to business customers. These customers ...
0
votes
1answer
27 views
Problem in Recurring payment using money scirpts
we offered 20% discount last year and I've just received a recurring payment and it should be for full amount but its the same payment as last year. It just means if people renew their membership we ...
0
votes
0answers
87 views
Skip/Disable Ubercart Checkout Review
I have to disable the review order page and make the checkout process short for my customers.
I tried using 'Optional Checkout Review' module and it skips the payment method and submits the order ...
1
vote
1answer
52 views
Drupal / Ubercart says it's not saving CC data… then what's “_save_cc_data_to_order”?
I'm using Drupal 6, Ubercart 6.x-2.4, and the Stripe payment module.
I wanted to double-check my PCI compliance and make sure I'm not storing credit card data in my database, but I looked at my ...
0
votes
0answers
84 views
How to include ubercart order comments into conditional actions (CA D6) email?
I am working on 'Drupal 6' Ubercart
I am trying to include the order comments into an email which is generated using conditional actions module. There is a token for adding comments but on the email ...
0
votes
1answer
73 views
payment method in commerce
I want to make a payment method, that works with web services. I made set of rules that decrease the money from the bank. at last the bank give me a code that it notices whether the payment is ...
1
vote
1answer
86 views
Module for managing permissions on per node basis integrated with shopping cart or checkout
Hey I'm looking for a way to manage specific users access to specific nodes in Drupal. I'm wondering which modules I can use to accomplish this.
To elaborate:
Lets just say I have 20 stories on my ...
0
votes
1answer
159 views
Get payment before users create a node
When users create a node, they should be redirected to a payment page; if payment is successful, the user can see the node.
Is there any way to achieve this?
0
votes
0answers
42 views
Drop-down list instead of radios for payment method selection
I would like to change standard radio buttons to drop-down list at the payment method pane.
When I change file uc_payment_checkout_pane.inc
$contents['payment_method'] = array(
'#type' ...
-2
votes
1answer
290 views
drupal credit card payment [closed]
I try to install "credit card" payment in ubercart for drupal 7, My knowledge about credit card is very limited and The project is for australian customer and I live in another country.
the question ...
0
votes
2answers
312 views
Paid membership plans on registration page
I am creating a registration based website that has five membership plans.
Based on the selected membership plan, users have to pay the membership fee using Stripe payments.
How can I create ...
0
votes
2answers
137 views
It is it difficult/time consuming to set up a Drupal site that users pay to subscribe to?
I have never implemented a payment system in Drupal but it looks like I will have to do it in the very near future. I have plenty of Drupal experience, including writing custom modules, but I know ...
0
votes
3answers
253 views
Credit card type in drupal commerce
I need to find out what credit card type was used when someone purchased something from my website.
Is it possible to find this out? I was looking through the database tables and couldn't find ...
2
votes
1answer
294 views
Drupal Commerce: How to validate payment method settings?
The code add settings for commerce_mymodule (for example) commerce payment module. Can I validate 'mymodule_deadline' variable and how?
/**
* Payment method callback: settings form.
*/
function ...
0
votes
2answers
276 views
Drupal commerce: how to force user to pay with specific payment method?
I Have written a shipping method (name:X) and a payment method(name:Y) for drupal commerce. the problem is that I want to force user to pay with Y if he selects X and I want to disable other payment ...
1
vote
2answers
220 views
Transfer money between users?
Is there a way with Drupal to transfer money between users? Im making a skill sharing website, so users can buy and sell their skills. Thanks
0
votes
0answers
33 views
Ubercart6 How can I unset default payment method?
I'm using Ubercart6 with 2 payment method "Bank transfer" and "Paypal".
My problem is that always "Bank transfer" is set as default on the checkout page (with a radio button). But I don't want to set ...
1
vote
1answer
91 views
Commerce South African Payment method
I’m busy with a Drupal 7 Commerce site, and I need a correct and working payment method to handle the payments in ZAR (South African Rand) and not in any other currency.
3
votes
1answer
236 views
Drupal Commerce order list - Pay unpaid invoices
I have created some extra statuses: Paid and Unpaid.
Now they got the functionality and react on the transaction balance perfectly fine. However, on the user site, it is kind of a dumb thing.
Even ...
1
vote
1answer
258 views
Drupal Commerce payment transaction: execute script and pass variables
When you need to create a new transaction method for Drupal Commerce, you need to dive into the code. And that's something I have zero experience with. BUT the following couldn't be hard. I already ...
1
vote
1answer
458 views
drupal commerce Cash on delivery extra fee
I use cash on delivery payment method. When the user select this payment method an extra fee should be added to the order total. NOT to the product line items. Any ideas? I read i a post that a ...
0
votes
1answer
165 views
Dynamic Payment Method required Input Field for Ubercart Checkout
I have a site running with Drupal 7.12 and Ubercart 3.0. I am creating a custom payment module which is used to pay by mobile phone. The workflow is:
User enters his mobile phone number in the ...
1
vote
1answer
1k views
Ubercart 3: Skip review, single page checkout
I am using Drupal 7.12 and Ubercart 3.0. I created a custom module in order to enable a single page checkout by skipping the checkout review page.
The Code
/**
* Implementation of ...
0
votes
1answer
382 views
Payments and user balances/virtual coins
I would like to implement some premium options within my website. But most modules I have looked at, focus on providing payment-interactions (buying items, adding node etc.).
In contrast, I am ...
0
votes
1answer
110 views
Drupal Ubercart Merchant ID and Key are incorrect?
When I checkout in Ubercart the merchant key and merchant id are incorrect. In my configuration they are correct, but when the login credentials are displayed during checkout, they are jumbled.
I am ...
1
vote
0answers
136 views
How can I get Payflow Link to work with Ubercart 7.x-3.0 in D7?
Here is the example from PayFlow link:
<form method="POST" action="https://payflowlink.paypal.com">
<input type="hidden" name="LOGIN" value="Your LOGIN here">
<input type="hidden" ...
0
votes
1answer
665 views
Ubercart - How to get rid of “Review payment” form after PayPal Express Checkout
Can I somehow disable "Review payment" site after paying with "Express Checkout" method on PayPal?
Why is it even needed? Why do we assume that our customers who pay via PayPal "Express Checkout" do ...
0
votes
1answer
144 views
How do I receive and record Paypal transaction variables from POST?
I have a service I want my customers to subscribe to, and I want to be able to update a field within my DB based on their subscription. Was it cancelled? Did it successfully begin/recur? I'd like to ...
0
votes
1answer
1k views
How do i create a payment method+gateway in Ubercart with a custom function called by the gateway to determine whether payment is successful?
We're looking to use a payment gateway - SecurePay in this case - that allows merchants to save credit card details in their system and then trigger payments against that credit card again for future ...
1
vote
0answers
289 views
Drupal paid subscription manager where nodes are removed upon expiration
I would like to charge my users to post content. For example, 1$ per node/ week that it's visible.
Now I know there are many subscription modules. But how can I manage a subscription system with ...
3
votes
1answer
142 views
Users can “promote” node for a fee?
Basically I want a classified ad system where users can pay extra to make their ad more visible - sticky at the top of lists, for example.
lm_paypal or pay-per-node for the simple payment for posting ...
3
votes
1answer
434 views
Is Paypal payments pro gateway available for Drupal Commerce
I am aware of the module Commerce PayPal
but according to the description it only handles redirects to Paypal and not the Payments Pro gateway which allows site users to stay on the site and have ...
0
votes
1answer
351 views
Mobile-friendly Ubercart options?
Are there any payment gateways with Ubercart integration that are particularly mobile-friendly?
I noticed that Magento has something called Magento Mobile that works with PayPal MEP, a mobile payment ...
2
votes
3answers
2k views
Retrieving customer information to use in drupal commerce payment module
I'm new to drupal development and am programming a payment module for the new drupal commerce module. It's will be a basic api module that allows the user to stay on the site and makes a separate ...
4
votes
2answers
74 views
Automatically turning a profile to unpublished if membership is unpaid and v.v
I am creating a website for a society, where members pay an annual fee. When members pay for the first time (through ubercart and 2checkout), they automatically receive a user role that enables them ...