Matthew66 Posted May 13, 2017 Share Posted May 13, 2017 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 Quote Link to comment Share on other sites More sharing options...
Dirty Butter Posted May 13, 2017 Share Posted May 13, 2017 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. Quote Link to comment Share on other sites More sharing options...
Matthew66 Posted June 3, 2017 Author Share Posted June 3, 2017 (edited) 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) Edited June 3, 2017 by Matthew66 added info Quote Link to comment Share on other sites More sharing options...
Dirty Butter Posted June 4, 2017 Share Posted June 4, 2017 I don't know. I guess you could try seeing if the language will accept the image file. Quote Link to comment Share on other sites More sharing options...
Matthew66 Posted June 4, 2017 Author Share Posted June 4, 2017 (edited) 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 June 4, 2017 by Matthew66 added info Quote Link to comment Share on other sites More sharing options...
ayz1 Posted June 4, 2017 Share Posted June 4, 2017 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" /> Quote Link to comment Share on other sites More sharing options...
Dirty Butter Posted June 4, 2017 Share Posted June 4, 2017 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> Quote Link to comment Share on other sites More sharing options...
Matthew66 Posted June 6, 2017 Author Share Posted June 6, 2017 (edited) 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 June 6, 2017 by Matthew66 Quote Link to comment Share on other sites More sharing options...
Dirty Butter Posted June 6, 2017 Share Posted June 6, 2017 Are you still seeing 2 Add to Baskets? Quote Link to comment Share on other sites More sharing options...
Matthew66 Posted June 7, 2017 Author Share Posted June 7, 2017 (edited) 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 June 7, 2017 by Matthew66 update Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.