Jump to content

Choose Payment Method


Recommended Posts

Hi,
Still a rookie with CC, so forgive me if this is posted elsewhere, I searched and couldn't find anything pertaining to it. If there is a post regarding this, please link it to let me know.

I am using CC6.1.7  with the PayPal Standard Gateway v1.0.5  (I am also thinking of adding the PayPal Express Checkout option)

On the Checkout page it gives you the "Choose Payment Method" text. Currently though there is nothing to choose, and to me this might cause a sense of confusion for the customer.
With this being the only option offered there is nothing to choose. Is there a way to eliminate this and add the PayPal Credit Card logo somewhere in lieu of this text?
Are their any recommendations on this?

Maybe the attached image or does someone here have any recommendations.
I think I saw somewhere where you can choose a graphic in the admin area, but if this is so, I can not find it anywhere.

Thanks in Advance,

Matthew

cc-badges-ppmcvdam.png

Link to comment
Share on other sites

I added this to the Description box on the Standard PayPal.

https://dirtybutterestates.com/images/source/P/paypal.jpg

The wording "Choose Payment Method" can be changed by going to Store Settings>Languages>click on your flag>drop down to your PayPal Gateway and change the wording for select.

I tried leaving it blank, and that worked as well.

Link to comment
Share on other sites

  • 3 weeks later...

Ok. Thanks! I put a PayPal logo in the footer and I deleted the "Choose Method of Payment"

Is there any way to place an image like the one attached in that location in lieu of the "Choose Method of Payment" text? (but smaller of course)
 

paypal.jpg

Edited by Matthew66
added info
Link to comment
Share on other sites

hey hey...cool, put in the html to the link in the language section and that worked!! Thanks!!
You can view it here on my site https://www.aromaworx.com , you have to add something to the cart to see it, but it looks pretty cool...
Would like it right justified (under the Promotional code/ gift card area) but hey, can't be picky...lol...OMG. I am loving CC !!

Again, Thanks Dirty Butter!!

Edited by Matthew66
added info
Link to comment
Share on other sites

4 hours ago, Matthew66 said:

Would like it right justified (under the Promotional code/ gift card area)

Various ways to do this but you can try

<img style="float: right;" src="https://www.aromaworx.com/_images/paypal.jpg" />

Link to comment
Share on other sites

Also, just a suggestion, since you are using Options:

Instead of using Add to Basket on the Homepage and Category pages, it stops the customer from seeing the Choose an Option warning if you edit the button as a Details/More Info type button. Just change the url of the re-worded button to the product listing instead of the basket.

This is what I use in content.homepage.php:

<a href="{$product.url}" title="{$product.name}" class="button small postfix">{$LANG.common.info}</a>

 

Link to comment
Share on other sites

I put the info on the homepage as suggested. Looks better.
On the content.category.php i saw this:

Begins at Line 161

    {* Uncomment this if you want to show a more info link
               <a href="{$product.url}" title="{$product.name}" class="button tiny secondary left">{$LANG.common.info}</a>
               *}

How to utilize this?

But following the original homepage format that you gave.
There are 2 add to baskets. One at Line 118 and one at Line 177...change both of those?

Thanks Dirty Butter!

 

On 6/4/2017 at 3:51 AM, ayz1 said:

Various ways to do this but you can try

<img style="float: right;" src="https://www.aromaworx.com/_images/paypal.jpg" />



Hey Hey! Thanks ayz1...That Worked!!

Edited by Matthew66
Link to comment
Share on other sites

Yes on the content.category.php page":

Lines 117-119
                    <div class="small-8 columns">
                        <button type="submit" value="{$LANG.catalogue.add_to_basket}" class="button small postfix">{$LANG.catalogue.add_to_basket}</button>
                     </div>

Lines 176-179
                  <div class="small-9 columns ">
                     <button type="submit" value="{$LANG.catalogue.add_to_basket}" class="button small postfix">{$LANG.catalogue.add_to_basket}</button>
                     <input type="hidden" name="add" value="{$product.product_id}">
                  </div>


OK, to update, the code I changed in both. 
The two codes are for layout differences in the catalogue> depending on your preference of rows or columns.

Thanks!!! Dirty Butter

Edited by Matthew66
update
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...