Find Jobs
Hire Freelancers

i need very simple php code for snippet

$10-11 USD

Closed
Posted about 1 year ago

$10-11 USD

Paid on delivery
hi i need to add to this code <?php /** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency ) { switch( $currency ) { case 'USD': $currency_symbol = 'Credits'; break; } return $currency_symbol; } ?> if function that show this code Only on certain pages
Project ID: 36370330

About the project

28 proposals
Remote project
Active 1 yr ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
28 freelancers are bidding on average $14 USD for this job
User Avatar
Hello there? I will help you to add code to your site. I can start work right now. Waiting for your reply Thank you
$30 USD in 1 day
5.0 (197 reviews)
6.6
6.6
User Avatar
Hi there, I am an expreienced wordpress developer and can create plugin or function, sio you can use currency symbol script as you required on specific pages only. REgards, Jitendra
$55 USD in 1 day
5.0 (47 reviews)
5.9
5.9
User Avatar
Hello Sir/Madam start immediately Hope you doing well I am software developer having 10+years experience in web development more then 100+ website I have made. I enjoy being challenged and engaging with projects that require me to work outside my comfort and knowledge set, as continuing to learn new languages and development techniques are important to me and the success of your organization. If you are looking outsources please let me know I will always ready to work with you.
$10 USD in 1 day
4.9 (41 reviews)
5.3
5.3
User Avatar
i need very simple php code for snippet Hello Shimi O., I would like to grab this opportunity and will be dedicated to your work till you get 100% satisfied with the tasks. I have 10+ years of experience on PHP, WordPress, HTML. You can check out my freelancer portfolio section. I will also share my portfolio on further demand over a chat. Please come over chat and discuss your requirements in a detailed way. Thanks & Regards, Ali K.
$11 USD in 7 days
5.0 (14 reviews)
5.4
5.4
User Avatar
Hi, (I'll get started right now!) I looked at your design proposal. I will professionally and creatively design your project. I read the description you added, and I can do it because I've already worked on a project that is comparable to it. Check out my profile. I've worked with 2D and 3D logos, Illustrator, In-Design, Photoshop Adobe-Packages, Animation, Word-Doc, and Presentation for more than 9 years. When you'll have time to discuss the doubts? Please let me know when you will have time to discuss the queries. Will insure that the work is done well and on time. Thanks & Regards, Usama A
$11 USD in 7 days
4.9 (36 reviews)
4.9
4.9
User Avatar
Hello Shimi O., I have reviewed the details of your project and I am confident that I possess the necessary skills and experience to complete it to your satisfaction. I am excited about the opportunity to work with you and deliver a final product that meets all of your requirements. I have worked on all these skills PHP, WordPress, HTML and that's why I am really interested in work. Please come over chat and discuss your requirement in a detailed way. Best regards, Soham
$11 USD in 7 days
4.9 (20 reviews)
4.9
4.9
User Avatar
Hello there I thoroughly read your work description and am confident that I can do this task for you in a professional manner. I am more than happy to meet your needs. Please start a brief conversation so that we can go through the project's cost and due date. I look forward to collaborating with you on this project.
$20.09 USD in 1 day
4.8 (21 reviews)
5.1
5.1
User Avatar
Hello I can help you to complete the project in 2 hours max It’s easy job for me I’m waiting for your response to discuss further thank you
$10 USD in 1 day
5.0 (58 reviews)
4.5
4.5
User Avatar
Hii there, How are you??? I am Neha and checked your requirement which is based on PHP . I have 7 years great experience in this field and have done many work . According to your need having perfect skill which suitable for this job and am able to perform changes and update new features in your existing website. Before starting work I want to see Existing website url for checking website? What new features and changes you want there? I am sure , I can do this work very well so please come on chat and share me details more about the same sure about quality work, responsive layout as well perfect result at your itne time line.. Waiting for your positive response ? Thanks
$11 USD in 2 days
3.9 (114 reviews)
5.8
5.8
User Avatar
❤️❤️❤️Senior FullStack Developer❤️❤️❤️ Hi There Shimi O. Good afternoon! I read your requirements very well and understand you understood what you need. I 'm 6+ senior web developers and have a rich experience in WordPress, HTML and PHP. I have done several projects similar as yours and get many several reputations from the previous clients. I have no projects now. ✅I can start your project immediately ✅I will devote all my efforts on your project Pls give me opportunity , I'll implement your idea into reality. I hope we can discuss more details in chat. I'll look forward to hearing from you soon. Thanks so much.
$15 USD in 1 day
5.0 (2 reviews)
3.3
3.3
User Avatar
I have Decent knowledge of Python and can help you with your projects. Can we have a chat to discuss it further in detail?
$18 USD in 7 days
5.0 (15 reviews)
3.4
3.4
User Avatar
Hello, I will help you to add this code and I can start right now in a proper manner. Please initial the chat to discuss more. Thanks!
$11 USD in 7 days
5.0 (11 reviews)
3.4
3.4
User Avatar
i need very simple php code for snippet  DW Solution Online is providing WordPress,E commerce BigCommerce Development Services. WordPress, E-commerce, BigCommerce expert that is backed with 7 years of real-world experience developing great WordPress, E commerce BigCommerce websites. We never delivered a project before it finished as a professional output. So I always used to make my clients happy and glad about my great works. I want to work with you to solve problems and bring your ideas to light. Our team now take any new challenges and deliver the project according to client's requirements. All you need is to explain your idea to us, send us written requirements or share your requirements. Some of the programming languages are mentioned below: Skills: ASP.NET/MSSQL, C#, VB.NET, PHP/MySQL, WordPress, Joomla, OsCommerce, OpenCart, CS-Cart, WooCommerce, Drupal, Magento, CodeIgniter. We're always here to help you, Please write me back for further details. Thanks My Services WordPress Installation and Setup, Theme Customization, Plugin Installation and Configuration, Content Creation and Management, Troubleshooting and Maintenance, Custom Theme and Plugin Development, Search Engine Optimization (SEO),Security, Performance Optimization Skills: HTML, PHP and WordPress
$10 USD in 5 days
4.9 (15 reviews)
3.3
3.3
User Avatar
Here's the modified code that you can use to add the conditional statement to show the currency symbol change only on certain pages: <?php /** * Change a currency symbol on certain pages */ function change_existing_currency_symbol( $currency_symbol, $currency ) { switch( $currency ) { case 'USD': $currency_symbol = 'Credits'; break; } return $currency_symbol; } // Define an array of page IDs or slugs where you want to display the currency symbol change $allowed_pages = array( 10, 20, 'my-page-slug' ); // Check if the current page is one of the allowed pages if ( in_array( get_queried_object_id(), $allowed_pages ) ) { add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); } ?>
$11 USD in 1 day
5.0 (1 review)
2.9
2.9
User Avatar
We have to use wordpress conditional tags I have the code ready, so why are you waiting lets start the chat and get it done!
$11 USD in 1 day
5.0 (1 review)
2.4
2.4
User Avatar
Hi To show the modified currency symbol only on certain pages, you can use the is_page() function provided by WordPress. You need to pass the page ID, title, or slug as an argument to this function
$11 USD in 7 days
4.8 (2 reviews)
1.8
1.8
User Avatar
Dear client I have 10+ years of experience as the remote Fullstack developer. Just now I saw your description about your project and I can help you successfully complete your project. I can start your task soon. Best regards. Wang
$11 USD in 7 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Dear client As a creative developer with hands-on skills in front-end and back-end frameworks, I am specialized in PHP. I am sure I can provide good result asap. Let's discuss about the project now. Regards.
$11 USD in 7 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hello, I am a well dedicated and time managing individual and I would love to help out on this project.
$11 USD in 7 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of ISRAEL
Rishon LeZion, Israel
5.0
20
Payment method verified
Member since Apr 22, 2014

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.