Oscommerce authorize digits工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 oscommerce authorize digits 份搜到的工作,货币单位为 USD

    I need to set up the Amazon Vendor System, using the SFTP way, and exporting the relevant data from OSCommerce. I need the whole setup. from setting UP the system from the Amazon Vendor System to setting it UP in the Server (SFTP and OSCommerce Export). The only way the Job Can be done for security reason is bia teamViewer Session on our Private Server. All the needed technical info will be send once the job start. N.B. AMAZON VENDOR, NOT AMAZON MERCHANT.

    $500 (Avg Bid)
    $500 平均报价
    7 个竞标
    I need a R Programmer 已经结束 left

    ...running into some issues. The R code is quite short (about 20 lines). It is required that the code remains in R base and no extra libraries are used. This is my code so far: convert_number <- function (number, direction = c("to_dec", "to_bin")) { direction <- (direction) if(grepl("[2-9]", strsplit((number), "")[[1L]]) & direction == "to_dec") { stop(paste0("Non-binary digits in number. Argument direction changed.n", "Continue with conversion to binary number.")) direction <- "to_dec"} else { warning(paste0( "Binary number not supplied as string. Leading 0s get lost.n", "Stop conversion.")) } if(direction == "to_dec") { u ...

    $19 (Avg Bid)
    $19 平均报价
    5 个竞标

    Upload to azure blob storage using rest api in plain vanilla javascript (not nodejs). It should not use any npm or other package. It has to be done in Javascript using shared key (not SAS token). The approach of rest api should eventually work through postman too. You will have to use your own azure account. We will test the solution at our end.

    $38 (Avg Bid)
    $38 平均报价
    6 个竞标

    We need an expert developer in Express JS using the NestJS framework or M...service bus in order to offer better availability of information between systems or Service Mesh - HTTP, HTTPS, AMQP communication protocols will be used - JWT, oAUTH must be used The purpose is to provide a platform that integrates other systems, communicates information from one side to the other, applies business rules to the information, saves information on everything that happens, can authorize business flows. We already have some products developed in ReactJS / REDUX in the Front and in the BackEnd NestJS, for everything we use MariaDB, Redis and MongoDB, So maybe we re-use modules or take advance about existing business logic. Also, We need to buil some UI on Bootstrap to produce Administration ...

    $1267 (Avg Bid)
    $1267 平均报价
    15 个竞标

    hi there i use oscommerce and the backend as u know is very outdated and unresponsive. i need a NEW modern responsive backend for my Store Manager. i will provide u ftp developer folder to do the work. i have a few ideas of how i want it to look and it innvolves a few sections and pages which i will go thru with u. i already have an existing framework which we can we work with. and a reference mockup - it must remain responsive for any device - some new features will be integrated for continuous devleopment - a teamviewer session/seminar is vital so u have a full claer and visual understanding of what i need/want - this is based on oscommerce/php/mysql db NO TIME WASTERS - NO DISRESPECTFUL WORDS OR ATTITUDES - BE HUMBLE - LISTEN TO ME - DEDICATED HARD WORKER ONLY - hope t...

    $512 (Avg Bid)
    $512 平均报价
    16 个竞标

    hi there i use oscommerce and the backend as u know is very outdated and unresponsive. i need a NEW modern responsive backend for my Store Manager. i will provide u ftp developer folder to do the work. i have a few ideas of how i want it to look and it innvolves a few sections and pages which i will go thru with u. i already have an existing framework which we can we work with. - it must remain responsive for any device - some new features will be integrated for continuous devleopment - a teamviewer session/seminar is vital so u have a full claer and visual understanding of what i need/want - this is based on oscommerce/php/mysql db NO TIME WASTERS - NO DISRESPECTFUL WORDS OR ATTITUDES - BE HUMBLE - LISTEN TO ME - DEDICATED HARD WORKER ONLY - hope to develop fruitful relati...

    $507 (Avg Bid)
    $507 平均报价
    24 个竞标

    OPERATION: 1. User: Open APP - Home Page 2. User: Point, zoom as required 3. APP: After a few seconds.. auto-capture image (display processing hourglass when applicable) 4. APP: OCR on main phone number (largest/centered) on image (display processing hourglass when applicable). Beep once if number looks good and continue.. otherwise beep twice ...if number looks good and continue.. otherwise beep twice and return user to home screen ready for next scan 5. APP/USER: Stop camera and display phone number for a few seconds allowing user to edit number if required. 6. APP: Dial number 7. After hanging up return user to home screen * The OCR should capture main number in image if multiple numbers exist. OCR should be sensitive enough to read digits from image (zoomed) equivalent to hu...

    $307 (Avg Bid)
    $307 平均报价
    17 个竞标

    We need a team to digitize information that is on pictures of receipts. Simply open the picture link and note down the receipt number that you see (4 digits as per the attached picture). Different receipts will have different numbers to note down. We pay $0.07 per receipt number.

    $45 (Avg Bid)
    $45 平均报价
    63 个竞标

    I would like a pcb design for running 22 large 12” seven segment digits. The boards need to be able to manage groups of one, two or three digits. Each board needs link to the next via Pluggable leads. I have a attached a very basic wiring diagram and a photo of the front of the board to give you an idea of what I am trying to achieve. The scoreboard will be run using an arduino and raspberry pi with a wireless module so it can be updated remotely via laptop.

    $204 (Avg Bid)
    保密协议
    $204 平均报价
    13 个竞标

    hi there i use oscommerce and the backend as u know is very outdated and unresponsive. i need a NEW modern responsive backend for my Store Manager. i will provide u ftp developer folder to do the work. i have a few ideas of how i want it to look and it innvolves a few sections and pages which i will go thru with u. i already have an existing framework which we can we work with. - it must remain responsive for any device - some new features will be integrated for continuous devleopment - a teamviewer session/seminar is vital so u have a full claer and visual understanding of what i need/want - this is based on oscommerce/php/mysql db NO TIME WASTERS - NO DISRESPECTFUL WORDS OR ATTITUDES - BE HUMBLE - LISTEN TO ME - DEDICATED HARD WORKER ONLY - hope to develop fruitful relati...

    $441 (Avg Bid)
    $441 平均报价
    8 个竞标
    A simple assembly program 已经结束 left

    *** The program must be done using irvine32 compatible x86 processor. *** Write an assembly program converting a 4-digit Hexadecimal integer to its Two's Complement. The program must be done using irvine32 compatible x86 processor. An implementation of Two's Complement is suggested here: * Receive a 4 char Hex digits * Loop through each char digit from right to left * Get a Hex char digit * Make it upper case if necessary * Convert char digit to a number value * Reverse every bit in Hex digit * Plus one to the lowest digit (may cause a carry to propagate) * Convert each number value back to char digit

    $46 (Avg Bid)
    $46 平均报价
    2 个竞标

    I need a query to load orders shipping data into a csv file that will be used to be uploaded in my courrier system to generate automtically the shipping labels.

    $27 (Avg Bid)
    $27 平均报价
    5 个竞标
    Sudoku Solver 已经结束 left

    ...task and subsequent tasks, your implementation should be able to represent and solve Sudoku and variants of any valid sizes, e.g., 4 by 4 and above. You won't get a grid size that isn't a perfect square, e.g., 7 by 7 is not a valid grid size, and all puzzles will be square in shape. In addition, the values/symbols of the puzzles may not be sequential digits, e.g., 1-9 for a 9 by 9 grid, but could be any set of 9 unique non-negative integer digits. The same Sudoku rules and constraints still hold for non-standard set of values/symbols. Your implementation should be able to read this in and handle any set of valid integer values/symbols. Task B: Implement Backtracking Solver for Sudoku To help to understand the problem and the challenges involved, the task is to ...

    $63 (Avg Bid)
    $63 平均报价
    6 个竞标

    ...the price first, I need to make two option for pricing when adding new product if admin started to add a new product he should choose whether this product pricing will be : - by item (fixed price) => this will allow me to add 5 digits for pricing instead of one ( item price + handwork price + commitments price + profit price + percentage) = Total price 1103.98 + 10.14 + 85.94 +. 10.15 + ( +/-) 0% = Total price by gram => this will allow me to add 5 digits for pricing instead of one (metal api price/gram+handwork price+commitments price+earnings price+percentage) * weight= Total price (100.98 + 10.14 + ...

    $221 (Avg Bid)
    $221 平均报价
    36 个竞标

    Add a function in .php to a Wordpress Plugin Plugin: This is a plugin that allows to distribute files through...Plugin: This is a plugin that allows to distribute files through subscriptions. If people want to download something from my website or from third party websites they must submit their contact details. The problem is many temporary, disposable emails like this I bought this plugin but I need to add a new function. Only authorize the download based on a withelist domain. Example: Only downloads from , , ... Maybe something like that See:

    $26 (Avg Bid)
    $26 平均报价
    5 个竞标

    I already have a core PHP CMS. Now, I need to add a Button in CMS to Generate a PDF file {see attachment for PDF Layout} after fetching data from MySQL. PDF Layout Design must be written in HTML+PHP, so that...have a core PHP CMS. Now, I need to add a Button in CMS to Generate a PDF file {see attachment for PDF Layout} after fetching data from MySQL. PDF Layout Design must be written in HTML+PHP, so that i will change it in future. NOTE : 1. details which is written in between [ ] and Image will come from MySQL database {see attachment}. 2. Amount in Word will Auto-generate according to AMOUNT in DIGITs {see attachment} >> Script must be written in simple format. So, I can change field_name of DATA-TABLE and HTML Text. >> must provide documentation to implement i...

    $21 (Avg Bid)
    $21 平均报价
    3 个竞标

    1. Migrate database and images from oscommerce () to opencart (). 2. Migrate the side over from to 3. Change the new homepage to look like the current site benjaminscrafts 4. There are two price groups for Retail & wholesale customers. Currently benjaminsyarns is only importing retail prices. 5. There are multiple price discounts available based on quantities per each product, this also needs to be added to the new site. Let me know if you need more information

    $587 (Avg Bid)
    $587 平均报价
    18 个竞标

    I need a personable spokesperson to create an introductory video that will be displayed in the product page of a kids educational software that contains audiovisual ebooks that are for the purpose of improving language reading skills in kids who are beginning to read. You have to sign a video artist release form that would authorize us to use the video for marketing in multiple media sources and grant us full rights to the video. Duration will be around 5 minutes. Budget $50. If interested please send a sample. The appearance, tone , voice and demeanor should be pleasing to parents and kids. For those of you who click faster than you can read, this is not a voice over project :)

    $67 (Avg Bid)
    $67 平均报价
    6 个竞标

    I need a personable spokesperson to create an introductory video that will be displayed in the product page of a kids educational software that contains audiovisual ebooks that are for the purpose of improving language reading skills in kids who are beginning to read. You have to sign a video artist release form that would authorize us to use the video for marketing in multiple media sources and grant us full rights to the video. Duration will be around 5 minutes. Budget $50. If interested please send a sample. The appearance, tone , voice and demeanor should be pleasing to parents and kids. For those of you who click faster than you can read, this is not a voice over project :)

    $253 (Avg Bid)
    $253 平均报价
    5 个竞标

    Hi I need a one time scrape of the URL in attachment. Its a OSCommerce webshop. Around 3-4000 products where some are in multiple categories - around 10.000 URLs. Needed is: ALL information which is: * Categories * products, ID, SKU, price, all name-info (H1,H2 etc), meta-tag-info, html-text, price, description-html-text, images of products (texts in both DK and US language) * URL of products If you do not check the URL all contact will be ignored. ***PLEASE DO NOT post the site-name in the proposal***

    $93 (Avg Bid)
    $93 平均报价
    20 个竞标

    ...created. FRONT-END : 1. Add the phone number question in actual signup with a UI/UX similar to 2. Make a front end similar to this : with and the necessary front-end for success and message error. Propose the possibility to resend in case of none receive text. Code valid for 15 minutes. 4 digits. WHEN : 1. -For everyone for first signup. 2. -For log in : every 30 days if the user use the same device. -Every time when the user uses a new device. Documentation for GCP here : Credential : Login/password of Twilio in 1Passwordmanager Full-time mission. Autonomous developer. No payment if we discover that

    $185 (Avg Bid)
    $185 平均报价
    5 个竞标

    I need a personable spokesperson to create an introductory video that will be displayed in the product page of a kids educational software that contains audiovisual ebooks that are for the purpose of improving language reading skills in kids who are beginning to read. You have to sign a video artist release form that would authorize us to use the video for marketing in multiple media sources and grant us full rights to the video. Duration will be around 5 minutes. Budget $50. If interested please send a sample. The appearance, tone , voice and demeanor should be pleasing to parents and kids. For those of you who click faster than you can read, this is not a voice over project :)

    $36 (Avg Bid)
    $36 平均报价
    14 个竞标

    I need a personable spokesperson to create an introductory video that will be displayed in the product page of a kids educational software that contains audiovisual ebooks that are for the purpose of improving language reading skills in kids who are beginning to read. You have to sign a video artist release form that would authorize us to use the video for marketing in multiple media sources and grant us full rights to the video. Duration will be around 5 minutes. Budget $50. If interested please send a sample. The appearance, tone , voice and demeanor should be pleasing to parents and kids.

    $117 (Avg Bid)
    本地
    $117 平均报价
    7 个竞标

    I need a personable spokesperson to create an introductory video that will be displayed in the product page of a kids educational software that contains audiovisual ebooks that are for the purpose of improving language reading skills in kids who are beginning to read. You have to sign a video artist release form that would authorize us to use the video for marketing in multiple media sources and grant us full rights to the video. Duration will be around 5 minutes. Budget $50. If interested please send a sample. The tone and voice and demeanor should be pleasing to parents and kids.

    $43 (Avg Bid)
    $43 平均报价
    6 个竞标

    Hello, I´m looking for somebody to help me creating 3 flows in Power Automate. I´m sure it´s straight forward for a MS certified person but It´d take too long for me to maket. Flow 1 is the most complicated one (see attachment for a brief specification). It consists of the sequential approval of 3 people to authorize a Purchase Order Flow 2. is a basic holidays request, approved by 2 line managers. Flow 3 is a basic request to approve mileage and expenses. the requester Will fill a template and three people will review and approve it. All the flows need to be able to approve them via email, with a simple buttom (Approve / Reject). I´d give you Guest Access to our Microsoft 365 dashboard. Please reply with an estimation of Number of Hours to complet...

    $10 / hr (Avg Bid)
    $10 / hr 平均报价
    19 个竞标

    im using a coupon module in oscommerce. the problem im having is people are exploiting a loophole where they can apply the coupon then reduce their shopping baskets and then procedd to checkout again and the coupon still gets applied as its ALREADY IN THE SESSION. So its checking the coupon rules only if its not in the session. Once its in the session it doesnt check the rules again thereby creating a loophole. so when they go to the payment page its says COUPON ALREADY APPLIED TO THIS ORDER (its in the session) then they can proceed to confirmation page as it doesnt check again. we need it to check the rules even if coupon has been applied (ie. in session) to make sure all the rules are still satisfied. ill send u the checkout files and the coupon file so u can examine. please do...

    $40 (Avg Bid)
    $40 平均报价
    2 个竞标

    Dear All I need PMO specialist to help me to create template and map existing projects Stage-Gate is a governance structure to evaluate, authorize, and monitor projects as they pass through the project life cycle and is a critical component of project selection and portfolio oversight. I need this Project to be done in less than 4 Hours from Now and Please make sue you are PM expert . Regards

    $7 / hr (Avg Bid)
    $7 / hr 平均报价
    6 个竞标

    ONLY OSCommerce expert on this job! Your job is to export data from a hosted OSCommerce shop (it has mods). Import this data into a new designated dev-site. After tested succesful on the dev-site then we put it live. Address of the shop is in the attachemt.

    $25 / hr (Avg Bid)
    $25 / hr 平均报价
    1 个竞标

    ...or group chat with candidates. 3) User will first register with form with Name, CNIC, Email and Mobile number. While registering user the candidate will be verified through mobile phone OTP and email both with different codes and these fields will be populated in the main profile form automatically from the database. 4) Some Form fields will be mandatory, some will be restricted to some limit of digits like CNIC, Mobile, DOB etc. 5) All drop downs default should be blank/none and user has to choose the value accordingly. 6) Need to add captcha and "I'm not a robot' to protect auto bot filling the form 7) The submit button will not work until all mandatory fields are filled as well as the terms and check box is selected 8) All uploaded documents should be stored in ...

    $276 (Avg Bid)
    $276 平均报价
    24 个竞标

    I need to remove the mouse over effect from the product info page on the following website: As you can see, if you hover over the product image, you have a zoom feature pop up. I want to remove this. I want to keep the option to click on the image and have a popup large image, as currently works. The reason behind this is that the zoom function interferes with the menu drop down, such that you cannot select everything on the menu. To confirm reading this, please start your post reply with the letters SBB. I need this job done within 24 hours, I will send over the page and anything else you requrie, but cannot give you access to the site.

    $17 (Avg Bid)
    $17 平均报价
    13 个竞标

    I need a verified stripe and authorize payment gateway. if you can get me a 2D payment gateway is an add-On. I will be contacting and asking you some questions

    $185 (Avg Bid)
    $185 平均报价
    19 个竞标

    SocialScore is a recent platform that let users be able to create visuals and videos on ...users be able to publish to this platform. The flow for this is very simple. We want to have as much under control as possible in our main application and let the Android TV application do as less as possible. This way, we already created our flow and API calls. The Android TV application will have very little screens: 1. Startup screen with logo (if necessary) 2. Screen to enter a pin code (5 digits) 3. The application will show a video that is generated by the main application 4. When the application closes and restarts, it must come back to step 3. This way it will be possible to restart the TV screens in the stores the day after and continue where it was. The application will run on a Xia...

    $527 (Avg Bid)
    $527 平均报价
    3 个竞标
    (Ab)normality calculator. 已经结束 left

    I am looking for a web app or else a windows app that implements a theory I have for calculating normality or abnormality (evenness or unevenness of distribution of decimal-place digits) in numbers. The app would accept three inputs: 1. a numerator (which, depending on how advanced the software, may be the product of an inputted calculation or else it has to be a literal value) which is to have its (ab)normality measured 2. the number of denominators it runs tests with (which gets multiplied by two, to deviate positively and negatively from the numerator in equal amounts). 3. The precision (number of decimal places) that the calculations use. The higher the number, the more precision. 4. (optional) choice of base number system, e.g. binary, decimal, etc. Let's say the n...

    $397 (Avg Bid)
    $397 平均报价
    2 个竞标

    An excel sheet of mobile number needs to be cleaned up i.e. adding the 0 in front of the number and then clean out any other numbers that does not have 10 digits.

    $11 (Avg Bid)
    $11 平均报价
    38 个竞标

    I am creating a webapp, where I need to send email using Gmail API.. I am able to authorize, but when it comes to sending email, API is showing error.. For some one who has done this before, it will be few minutes to point out the error

    $60 (Avg Bid)
    $60 平均报价
    12 个竞标

    We have a woocommerce webshop and need to change it into a kind of catalogue where the vistor can order maximum 1 product and can only pay with a coupon code. We need to generate 4500 unique codes and send it individually to each customer. This code can only be used 1 time. Modifications on the woocommerce w...woocommerce webshop and need to change it into a kind of catalogue where the vistor can order maximum 1 product and can only pay with a coupon code. We need to generate 4500 unique codes and send it individually to each customer. This code can only be used 1 time. Modifications on the woocommerce webshop to do - Remove everywhere the price - Ability to create 4500 unique coupon codes (code with 4 digits) - Place an order only with coupon code - Restriction to order maxi...

    $204 (Avg Bid)
    $204 平均报价
    30 个竞标

    I am thinking on migrating an old existing web store (based on OSCommerce 2.x) to Prestashop. I have never used Prestashop before, so I would like someone to install me a sample store so I can check out how it works, the backoffice, etc. I am looking for someone with a lot of EXPERIENCE in Prestahsop; not someone who can install it but hasn't used it a lot before. I am looking to get two sample installations. One plain Prestashop latest version, and another one with the most used/common modules you can think of. I do not need any customization on the interface. I do not care about logos, categories, products, or anything like that. I want to check out how a default prestashop looks like, and how it looks like with some customization with current modules. I want to check out t...

    $590 (Avg Bid)
    $590 平均报价
    19 个竞标

    The application should perform the basic functionality: authorize the user using data from the cashier table (they have access to the application) then have a window with a choice of options: (of course, you need the back buttons to return to this main menu, as well as the logout button) add / edit clients add / edit products (and their prices, which are submitted separately) add / edit distributors You can write in winforms or something else, it doesn’t really matter

    $170 (Avg Bid)
    $170 平均报价
    13 个竞标

    ...like Red Cross and Hope Foundation and several others get funds during the Covid-19 Pandemic. There are 2 use cases: A. The hybrid App IOS & Android allows a customer to download and install and register their login and password along with details credit card. Next, they select one of the preregistered charities, enter the iTrust donation amount and confirm their donation by entering the 3- digits credit card code and pressing Confirm. They receive a Thank You message with an option to make another pledge donation or Cancel. B. The customer sees a Poster from the registered Charity with an NFC and QR Code. The customer Taps the poster using their NFC enabled smartphone which triggers the iTrust App to open and Request them to make an iTrust Donation. The user can select...

    $1591 (Avg Bid)
    $1591 平均报价
    14 个竞标

    I need an Android project with source code which is able to detect MRZ lines efficiently on video stream, using the native camera driver. If an MRZ found on a frame, it parses its alphanumeric data, calculates and compares all check digits and displays all fields. Requirements (in roomlight conditions) : - reads one line (driving license), two line (passport), three line (ID card) of zone - capture&detection in 5 seconds - min 80% success rate (at least 8 successful detection out of 10 tries) - open-source libs only, restrictive licence is not acceptable - optionally: auto-correction of common character mistakes (8/B, 2/Z, 0/O, 4/H, 1/I ) until check digit validity passes (you may use my GitHub project ZsBT/mrz-java ) I do NOT need the facial image, this job is about the alph...

    $550 (Avg Bid)
    $550 平均报价
    4 个竞标

    ...Startmarker Let’s say we replace the symbolic code with hex-numbers: i = A // example A5 65 => load Register #5 with ASCII "A" o = F + = B // example B5 => increment Register #5 (which get s "B") [ = C // example C0 sets a start marker (label) for a loop - = E ] = D The code sequence would look like A0 41 A1 03 C0 F0 B0 D1 two digits after AO that is 41 will come out as result 44 that means for 41 result will be 44 for 51 result will be 54 I conclude that result will be 3 digits higher any input. please make in and send me both text files for and and also share with me the complete program from compiler //C program for turing machine short #include<stdio.h> #include <stdlib.h> #include <string.h> #include <math

    $14 (Avg Bid)
    $14 平均报价
    7 个竞标

    ...Startmarker Let’s say we replace the symbolic code with hex-numbers: i = A // example A5 65 => load Register #5 with ASCII "A" o = F + = B // example B5 => increment Register #5 (which get s "B") [ = C // example C0 sets a start marker (label) for a loop - = E ] = D The code sequence would look like A0 41 A1 03 C0 F0 B0 D1 two digits after AO that is 41 will come out as result 44 that means for 41 result will be 44 for 51 result will be 54 I conclude that result will be 3 digits higher any input. please make in and send me both text files for and and also share with me the complete program from compiler

    $19 (Avg Bid)
    保密协议
    $19 平均报价
    5 个竞标

    I have a plugin named. (Digits) that change the way of registration and login to be by SMS message (verification code) instead of email and password, its easy way for the users and secure. But there are some conflicts with my current theme Adifier , Here are my requirements needed in order to have the plugin work fine 100%: 1- To change the Login/Register button to be Digits, In my theme, there is a Login/register button in the header to be changed to Digits. 2- To change the functionality of the Submit button from referring the theme login form + submit Ad to be Digits Register/login form + Submit Ad. I have a submit Ad button that functions two things at the same time A: As login button, if the user status not logged in, so when the unsigned-in user clicks...

    $203 (Avg Bid)
    加精 加急
    $203 平均报价
    20 个竞标

    Hello All, I hope you all are doing well. I want a customized Checkout funnel for my eCommerce store, as I am using some custom plugins. Please find the list of plugins below which are linked to my current checkout process: 1. DIGITS: Wordpress Mobile Number Signup and Login 2. WooCommerce Table Rate Shipping (By Bolder Elements) 3. WooCommerce Shipping Estimates (By SkyVerge) 4. YITH WooCommerce Checkout Manager 5. And 3 Different Payment Gateways I want an extremely easy checkout process or UI for my customers for their better experience and more conversions. It should be mobile friendly as well.

    $179 (Avg Bid)
    $179 平均报价
    5 个竞标

    i am looking for a program w the following properties that runs on windows 10 and mac. I w...top of all windows - it should be sticky, meaning not movable w a switch toggle on/ off - content will mainly be a table where rows of that table are movable up and down this kind of data is the program holding in a simple table - 1st column w numbers 1 to 100+ which will be put in by user - 2nd column w user input, simple text line, numbers w decimal sign , not . as used in the us format, two digits after the comma functions of the program - it should adjust line hight of each row w + and - button - button for adding row above - button to reorder whole table based on 1st row (ascending/descending) - button for each row to delete row, rows from below will move one up - button for reset...

    $249 (Avg Bid)
    $249 平均报价
    3 个竞标

    Looking for a freelancer highly experienced in Website Optimization to improve loading speed. Must be very experienced at OsCommerce PHP platform. Making suggestions and providing advice for improvements is necessary. * Setup and enable Cloudflare CDN server * Full comprehensive optimisation of website (i.e. images, scripts, plugins etc) * Server side and code optimisation * Faster loading for Mobile Devices * Remove unnecessary files See attachment for details and issues to be resolve. Target: Rating should improve to a B rating at the end of project (both desktop and mobile view) Bonus payment: $50 if an A ranking is achieved. Timeframe: 1 week Budget: AUD $100 + $50 (if Ranking A is reached)

    $82 (Avg Bid)
    $82 平均报价
    10 个竞标

    JOB DESCRIPTION: • We have a customers app and a doctor app. We're a telemedicine company that helps pe...who didn't read the whole job post and don't follow instructions. COMPENSATION: • We believe in giving bonuses for great work, or "thinking out of the box", or going the extra mile. • We seek the Best Value Proposition. The lower the rate you offer, the more bonus points you'll get during the evaluation of your application. We're not into haggling. Our target pay for this job is in the single digits $ per hour. Other Benefits: • We are always on the lookout for passionate, intelligent, and driven people to help us build a better company, serve more customers, and produce more “magic.” If hired, you'll have...

    $6 / hr (Avg Bid)
    $6 / hr 平均报价
    9 个竞标

    I need freelancer to create a woocommerce payment gateway plugin. It should provide credit card payment option at the check-out page with bank (credimax) logo, and it should communicate with bank server all relevant variables such as amount and merchandise description and take client to bank authorization page to authorize the transaction and return to our page with authorization result. Setting page must include enable/disable button, title and description fields (end-customer will see this on check-out page), merchant id, merchant name, merchant address, enable/disable test mood, and return page upon sucess (select from existing pages) For more details on integration please check Further documentation

    $424 (Avg Bid)
    $424 平均报价
    16 个竞标

    We have an old oscommerce website and getting and error so we need this fixing. it appears when we try to checkout etc error is shown below ================= 1062 - Duplicate entry '0' for key 'PRIMARY' insert into orders (customers_id, customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, ...

    $58 (Avg Bid)
    $58 平均报价
    13 个竞标
    P&L Audit of company MTD 已经结束 left

    Need a CPA with audit license to review and authorize our P&L .

    $162 (Avg Bid)
    $162 平均报价
    5 个竞标