The checkout tag has no wiki summary.
0
votes
0answers
13 views
Fatal Error when checkout
I get a message:
Fatal error: require_once(): Failed opening required
'/home/washingt/public_html/includes/src/dibs_api/pw/dibs_pw_api.php'
...
0
votes
0answers
13 views
Changing currency/home country for Google Checkout Account for Apps sold on Google Play
I am a developer selling Android apps through Google Play and I live in Canada. Currently Google pays me out in Canadian Dollars into my canadian bank account. What governs the currency I receive my ...
0
votes
1answer
12 views
Fatal error: Class 'Modelpaymentfreecheckout' not found OpenCart
I am running Opencart v1.5.5.1 and all was going well, I am using PayPal for my standard payments which works but as an opening gift I am giving away some products for free. I have set the price to 0 ...
0
votes
0answers
6 views
Adding Checkout to Cart as well as save it to the database
Im trying to build my first ecommerce site and have been given this code for a shopping cart. I need to add in a checkout function as well as have the option to save the order to the database. Im new ...
0
votes
1answer
16 views
how to check out svn file from server file:///abc/def from outside environment
I have a server where the folder is stored.
When I type
svn info
on the server, it says:
URL: file:///abc/def
If I want to checkout a copy into a local machine from the server,
how can I find ...
1
vote
1answer
22 views
how to autogenerate transaction ID during checkout in Opencart?
I am trying to integrate a payment gateway (www.sslcommerz.com.bd) in Opencart which requires to submit a transaction id at the time of checkout. This transaction id needs to be stored in the ...
0
votes
1answer
18 views
Setting 'business name' and 'cancel and return' attributes on paypal review information page
We are having an issue with setting out 'business name' and the 'cancel and return' to our website link on the PAYPAL 'Review your information' page.
Can anyone advise on how we can change the ...
-1
votes
0answers
21 views
There was an error processing your order with using credit card magento [closed]
I have installed one step checkout extension at my magento live site and it gives me alert "DECLINED" at the end of all checkout process (pressing Proceed buton).
So i disabled one step checkout and ...
0
votes
0answers
18 views
Extract SVN url from WebSVN Project
I have this project http://mmcfe.mfis.net/ in WebSVN and i'd like to check out the trunk with the svn checkout url command. How can i achieve this?
0
votes
0answers
10 views
Turning off order confirmation system in magento
I need to disable the magento order confirming system after payment.
That is, once a payment is made the order should be confirmed automatically at once and that
message should appear for the ...
0
votes
1answer
17 views
magento tracking pixel checkout
I'm trying to integrate a tracking pixel into the magento success page. For testing I build the following code and implemented it into line > 45 in success.phtml file within the template folder. ...
0
votes
1answer
40 views
Override Magento persistent/checkout/onepage/billing.phtml
I need to override Magento "checkout onepage billing" (Block and phtml).
I extended the block (Mage_Checkout_Block_Onepage_Billing) correctly but I can't replace the ...
0
votes
0answers
36 views
Radio Buttons to select specific text inputs during checkout in WooCommerce
I am adding custom fields to my checkout area in WooCommerce through my child theme's functions.php. I have added some text inputs, but I need to add two radio buttons that will select/ activate two ...
0
votes
0answers
21 views
Cannot checkout project from SVN to USB drive
I'm trying to checkout a project from an SVN repo (@assembla), and I'm getting wierd errors that all state the connection has been reset by the remote host...
The wierd thing is that I only get these ...
0
votes
0answers
32 views
Checkout - Send final product details to mail -
Hi guys i tried in vain to mail the final order details once the use hit the checkout button . this mail to be sent to the admin so i kept the mail static. below is my code .
<form ...
1
vote
2answers
40 views
Revert git repo to previous commit
I have a git problem. I develop on my local host, push changes to my repo, then pull to my live site. I recently built a page on my localhost, which worked fine. Then I pushed to my repo and pulled ...
0
votes
0answers
20 views
Magento 1.7 ecommerve tracking doesn't work
After upgrading from 1.4 to 1.7 ecommerce tracking won't work.
I figured out, that in Mage/GoogleAnalytics/Block/Ga.php in the function getQuoteOrdersHtml() he doesn't get a quote:
$quote = ...
2
votes
1answer
47 views
Git porcelain command to revert a single file to its HEAD state but keep its staged state?
Is there a git porcelain command to revert the working dir state of a staged file to its HEAD state and at the same time keep the staged state of the file? Later I would like to be able to revert the ...
0
votes
1answer
22 views
How to display content of an svn repository?
I check out (down load) subdirectories from our svn repository in the following way: svn co file:///home/svnrepository/aaa/bbb/ccc and it works.
The problem is that I am doing it "blindly" because, ...
0
votes
0answers
47 views
Magento Checkout Conversion Back to Base Currency not Working
After installing a magento connect theme I am having an issue on checkout whereby; whichever total is being displayed in a converted currency (not base), is not being converted back into base on final ...
0
votes
3answers
23 views
How to unstage github changes (reset --hard, checkout both failing)
I've run into a problem wherein i cannot "back out" of a branch which I've started merging.
The branch is behind master
By checking out the branch, there are several files left from my last branch ...
-1
votes
1answer
44 views
Check out an existing Remote Branch
I am new to GIT. Please help me, I am stuck at this point.
In my Remote Repository (github.com), already a branch by name code-267 is present which was created by a different developer.
My ...
1
vote
2answers
28 views
How can I get Javascript results to show up in the Order Review section of the Onepage Checkout?
Hello I'm having trouble getting <script type="text/javascript"></script> display in the template/checkout/onepage/review/review.phtml or even the ...
0
votes
1answer
67 views
Improving the Magento one-page-checkout:: Adding some useability- Masks, etc.
Just developed a payment module and it works fine with my bank. It consists the regular elements like text-input for credit card number and the cvc etc.
Then decided to add some functionality and ...
0
votes
1answer
65 views
get tax amount in the thank you page in magento
I am trying to get the tax amount to deduct from the total amount or just get the bare subtotal amount so i can put it in an affiliate link but i am not being able to get the tax amount or bare ...
-4
votes
1answer
69 views
Magento Cart Zero Grand Total [closed]
Using Magento 1.7.0.2 CE.
I have setup 2 websites (each using their own domain), with 4 store views each. The websites are in the same folder and share the same index.php file and .htaccess file. ...
0
votes
0answers
53 views
onestepcheckout login popup css change from checkout page in magento
I am having a problem with the onestepcheckout login popup, its working fine in normal browser in a computer but while trying to login using an iPhone the login popup gets hidden and cannot see it.
I ...
0
votes
0answers
106 views
Magento: Bundle not adding to cart
I made a custom Magento extension that would allow bundled product types to be associated with a "parent" bundle product.
For example, if I was selling computer parts and I created a bunch of SIMPLE ...
1
vote
1answer
25 views
Variable 3rd party paypal Shopping cart
Spent half a day looking for an answer for something i thought would be easy enough..
Simply put a flexible check out paypal button using your own shopping cart.
one that sends each product plus ...
2
votes
1answer
80 views
How can i add a driver tip in magento onepage checkout process?
Currently i have an requirement of adding a custom Driver tip step in magento onepage checkout process, right after the shipping method(step-3), in which i want user to select tip from some given ...
0
votes
0answers
40 views
Magento Different shipping address -> Paymetn error (Zero Subtotal Checkout)
When I`m adding new shipping address at checkout, at payment step I've got error, "Zero Subtotal Checkout", there is no other payment methods. If I select shipping address from list, there is alright. ...
-2
votes
0answers
16 views
Retail Website Order Processing [closed]
I am creating a retail website and I would like to accept both credit and debit cards, but NOT Visa gift cards. The reason I cannot accept gift cards as a form of payment is because I am selling a ...
0
votes
0answers
58 views
The Retailer Wordpress Theme, JS query, How to change the way the accordion works?
Okay if you go to the following website, http://www.thirteenprints.com , and add something to the basket and continue to checkout, you will see 4 stages.
I want to change it so you can;t move on to ...
0
votes
1answer
20 views
Magento- How to change shipping amount
I need to change shipping amount depending on the quote subtotal. Specifically I need to set the shipping amount to 'X' euros when quote subtotal is below than 'Y' euros.
How could I do that?
Thanks ...
0
votes
1answer
26 views
Error in checkout - AddBodyClass
I added the following in my local.xml to add an extra body class when a customer is logged in:
<customer_logged_in>
<reference name="root">
<action method="addBodyClass">
...
0
votes
0answers
29 views
Magento messages stuck in session
I'm having an issue with a Magento cart where the Shopping Cart page will show the following message up top:
"Some of the products are currently out of stock"
... when a product is out of stock, and ...
2
votes
1answer
50 views
Prices double at checkout Magento - sales_order_flat_quote_address
We are currently experiencing an issue on Magento Community 1.7 where some customers have their totals doubled at checkout.
Investigation has shown that for these customers quotes, they have four ...
0
votes
0answers
70 views
GitHub: checkout data to origin, adding data to origin without merge
I have a remote repository and a local one. The local Git repository I also use in StarTeam.
My task is to take files from Git origin, after check them out on StarTeam, and then add changes to Git ...
1
vote
1answer
48 views
remove certain state/province from magento checkout
I want to remove certain state/Province from magento 1.12.0.2 checkout (onestepcheckout) page like "American Samoa"
I tried changing the Data.php file in "/app/code/local/Mage/Directory/"
public ...
0
votes
2answers
64 views
Add Login Validation to Magento Checkout
What We're Trying To Do
Using Magento CE 1.7.0.2. We are using a one-page checkout. We need users to be registered to checkout (NO guest checkout). BUT, we need them to be able to login and/or ...
0
votes
0answers
43 views
asp.net basket & checkout WITHOUT ecommerce [closed]
I have an existing asp.net website which uses the most basic Paypal buttons to allow purchase of products. The products in the website and the buttons are output from a back-office system that ...
0
votes
1answer
80 views
Magento: Edit “Your credit card will be charged for” on onepage checkout to show desired currency
I think the picture is explaining the problem. I did a research and I simply have not enough time to create another 4 stores and set over 200 articles again and again. I would agree on removing the ...
0
votes
1answer
43 views
Prestashop carrier unavailable at checkout.Shows error
Well I have a strange problem. I set up my prestashop carrier with the settings as in the image:
Now when I checkout with an address belongs to country India( Which is in Asia continent), it says
...
0
votes
0answers
34 views
Datepicker booking form to replace the shipping methods - Magento
Im looking for a way to replace the shipping methods step in the checkout process with my own 'booking step' this will consist of a date and time picker for the customer to book the slot they want, I ...
1
vote
1answer
96 views
Minimum order amount in Opencart
I use Opencart 1.5.5.1 and I have a problem. I want in my store minimun order amount. But I am using two currencies (EUR & RON). Well, the scripts that I've added works great, but when I switch ...
0
votes
0answers
69 views
Paypal Express Checkout Error (Method Specified is not Supported)
I am new to codeigniter and paypal. I am working on gocart(an open source eCommerce solution built on codeIgniter). I try to work on paypal API integrated in it, but its showing error as follows :
...
0
votes
1answer
26 views
How to add logic to custom spree step
I have read alot of the tutorials and the spree guides but my major question is how to add step logic (saving and such), I have a step before the payment step it basically chooses if the user wants ...
1
vote
1answer
172 views
How do I include shipping tax in the grand total in Magento 1.7 checkout?
Currently, under "Order Review" in Checkout, it lists the following:
- subtotal: $44.00
- shipping & handling cost: $0.00
- tax: $4.18
- grand total: $44.00
The problem is that the grand total ...
0
votes
1answer
41 views
“Path not found” error when trying to perform a checkout using SVNKit
I was getting to perform the checkout correctly before I merged branch and trunk. After that procedure (merge of folder trunk/Fontes and branches/1.1.0/Fontes, having trunk/Fontes as working copy), ...
-1
votes
1answer
46 views
Modify Magento core text
I would like to change the word 'Discover' to 'Diners Club' in the Magento checkout. They are selections for the saved credit card payment gateway.

