X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   General questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=66)
-   -   Delete Paypal button at sign-up & Add an image. (https://forum.x-cart.com/showthread.php?t=78351)

Blainevk 01-12-2022 09:27 AM

Delete Paypal button at sign-up & Add an image.
 
1. I don't want new members to be able to sign-up using their PayPal account... how can I remove the PayPal button & Link from the Signup/Register page. (But, I still want them to be able to purchase using PayPal)

2.On the Signup/Register Page, I also want to add a logo and change the text "Or sign in the classic way" I opened "Or sign in the classic way" in TRANSLATIONS, changed the text and added an HTML image address... it is not recognizing the image, does this page not accept HTML code?

What can I do?

cflsystems 01-13-2022 05:46 AM

Re: Delete Paypal button at sign-up & Add an image.
 
1. Don't use PP Express. Use PP Standard.
2. I don't think the labels process html code. The html code is escaped and turned into html entities. You can modify the actual template that outputs the page and add the image directly there or depending on how the the label text is referenced - in the template or in the php file - you can force html code in there
- if in the template use the "raw" {{ variable | raw }}
- if in the php file you can use html_entity_decode

Theaunnowly 03-02-2022 05:47 AM

Re: Delete Paypal button at sign-up & Add an image.
 
We want to make sure that your experience with us is easy and enjoyable. That is why we have added a custom logo to the top right corner of each page. You can find the logo in the footer area of each page. If you need help adding an image to your site, feel free to contact us!

Blainevk 05-06-2022 11:59 AM

Re: Delete Paypal button at sign-up & Add an image.
 
Sorry, it's taken so long to reply... I'm easily sidetracked.

Where do I find the actual "Registration Page" (template name)? I think it would be easier to change text and ADD an image from within.

Thanks,

Ed B. 05-17-2022 07:53 AM

Re: Delete Paypal button at sign-up & Add an image.
 
cart.php?target=profile or ?target=profile according to your setting. (This goes to registration page only to those who are not registered already, so log out from your account before testing).


All times are GMT -8. The time now is 10:43 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.