Customizing Checkout page labels - square-connect

I am using Square Checkout as documented here, and the end to end flow is working fine.
Is there a way to customize the labels/text on the Checkout and the confirmation pages? For example can we change "Shipping information" to "Billing information", and "Shipping address" to "Billing address" ?

You cannot do that at this time. See all the options here: https://docs.connect.squareup.com/api/connect/v2/#endpoint-createcheckout

Related

Removing Step 2 "Shipping Information" from Magento Onepage Checkout

I am currently using magento 1.5.1. I am also using a module to allow local store pickup. However, I want to remove the "Shipping Information" Step from the checkout process. I do not want to remove the "Shipping Method" part because it's required form my in store pickup module. Please help.
You would have to remove the link to it in the file:
magento/app/design/frontend/base/default/template/checkout/onepage.phtml
and then most likely edit
magento/app/design/frontend/base/default/template/checkout/onepage/shipping.phtml or shipping-method/phtml
It might be a little difficult.
Let me know how this goes!

How to add rel nofollow in these links in magento? for example "Add to Compare"

How to add rel nofollow at these links in magento store? Thanks in advance.
in product page,
"Add to compare"
"Add to wishlist"
"email to your friends"
"reviews"
"Add your review"
"Sign up for price alert"
"social bookmark share"
in checkout page,
"Terms and Conditions"
"Already registered? Click here to login."
We take a autoradio online store website a example in this case.
http://www.onlyforcars.com/
Find the template file that generates the add to compare link and put it in there.

Magento Order Status at Default for Google API

I have a problem with new orders coming through the Paypal and Google Checkout. Those orders are marked as "Cleared" automatically, while I want them to be "Processing" and process them manually.
in my configuration >> Sales >> Google API
"New Order Status" is set as "Pending" there's only "pending" and "Cancelled" options in drop down there...
As for the Paypal, I have enabled paypal exress checkout, in the "Payment Action" dropdown I have selected "Sale", another option there is "Order"
Can anyone help me with this please?
Thanks in advance
Regards,
John
It seems as though the answer to this is here: https://stackoverflow.com/a/4629929/870729

Magento - Add a checkbox to "Edit Customer's Address" formular

I want to add a yes/no checkbox to "Edit Customer's Address" formular and I want that this checkbox to be also in the database, with the other adress data.
How can I proceed to do that??
Thanks a lot.

VirtueMart Shopping Cart - Open a "Ask a question about this product" page in modal box?

How can I open a "Ask a question about this product" link in modal box with only fields without the entire template. The good example is the email button in the article, it only shows the needed fields to send the article as email. I am using VirtueMart v1.1.5. Could somebody help me with this?
I finaly understand how to do it. To the end of the link has to be add to parameters -
&tmpl=component&type=raw

Resources