Order entry script mt4Jobs
I am looking for a skilled freelancer who can create a script and video explainer for my product/service introduction. Requirements: - The purpose of the video explainer is to introduce my product/service to potential customers. - I do not have an existing script or narrative, but I have a rough idea of what I want to convey. - The video length required is 1 minute. Ideal Skills and Experience: - Strong scriptwriting skills to create a compelling and engaging script. - Experience in creating video explainers for product/service introductions. - Proficiency in video editing and animation software to bring the script to life. - Creativity and ability to turn rough ideas into a visually appealing and informative video. If you have the skills and experience re...
Vi har et gammelt reservationssystem, som i processen skal sende et mail til os og kunden. Systemet er for 100 år siden, lavet i Classic ASP/Jmail men er nu flyttet til ny server uden Jmail, og skal derfor ændre til CDO.
...similar to: or What's important: - Price entry in the backend should be in m² - We should display the price of m² and the price of a box with its contents. - The visitor will enter the surface he needs, it will be rounded up to the next number of boxes that cover that area. - Or he will enter the number of boxes and see how much that is in terms of area. - Both fields are interconnected. - Show the total cost of his order. I will give you more details via chat if needed. I am really looking for someone with good english who can understand the whole picture and do what's needed to deliver a functional end result. I am not looking
...connect up with our DIV - contact formular on - FROM OUR BACKEND DEVELOPER (RoR Ruby On Rails) It should always be possible to load external JS as the current one is based on, so I don't think they can make something that won't work with the type of solution we use at the moment. MENUS Each site needs to have this menu Om "Companyname" (about us) Bestil tilbud (order quotes) Brancher - EITHER DROPDOWN or search the SEARCH bar? - Recommendations wanted Kontakt os (contact) Lær mere om håndværker (Learn more about construction) Håndværkerne (the contractors / Entrepreneurs) Bliv leverandør - Hvordan virker det? (This is how it works) Inspiration sites https://colego
Pine script programmer, Pine script programmer.
Mere par believe Karo to mere taraf se koi sikayat nhi aaye ga please order Karo mujhe
...should be changed to "Læs mere" ex. 8 - Under each product there is also an button with the text "Bestil tilbud" - this should continue having this name. 9 - In the left hand side of all product overviews ex. - There is the box named Indkvarteringsniveau.... I need the icons sorted in the following order CAMPING - BRONZE - SØLV - GULD Further I would also like to replace the current icon for Camping to be showing a camping tent instead. Ex. 10 - In the overview all product is shown with an price. Right now it ex. shows as 23.995 DKK I need this changes so that every price is shown as Fra 23.995 DKK 11 - In the top menu when putting the mouse
In the attached HTML pages extract the (valid JSON) part only (Python or PHP). Starts with : {"data":{"question":{"pagedListDataConnection" Ends somewhere here : {"minSeq":"0","channel":"main-w-chan51-8888-react_uzonmseebkkzidac-MRb2","channelHash":"17978758530268586595","boxName":"...ld2VyQDA6MA==":["LIUS:d1a97be745ad05203c316c52e05659bc","LIUB:51c686f136238887af1ffc4ce43bb59d"]},"depkeyToVersion":{"LIUS:d1a97be745ad05203c316c52e05659bc":0,"LIUB:51c686f136238887af1ffc4ce43bb59d":0}}}"; Make sure whatever you extract is valid JSON (move end point of extract around so JSON is valid). You can ...
...try to order something and see how it looks. 2- 3- 4- 5- 6- 7- 8. Please look at the files how I want the website to look. For every link theres files how about I wanted to look on my website. Green square means remove that. Check files name. I also need 4 to 5 payment gateways, login setup and Mail integration as well. And mail sent to me with details about the order. Also a
When a customer visits my woocommerce shop with an affiliate link: I need "paid" and "pacid" saved as cookie on user device for 40 days. If the customer goes thr...saved as cookie on user device for 40 days. If the customer goes through checkout and to "thank you" page, I need to call an url with curl containing this data: ÆTNINGPRSALG&altsats=SATSGRUPPE This URL uses PAID, PACID, ORDRENUMMER (order id), OMSÆTNINGPRSALG (order total as 9999.99) and SATSGRUPPE, which is always (2). The job is done when cookie is saved and curl contacts external partner url on purchase.
...flaws. Script 1 : We need to be able to scrape URL's like these: What we need of info is : * Name of restaurant * Adress * Postalnumber + city * URL So the data retrieved should be delivered in a csv file : "Den Gamle Grillbar og BBQ", "Holsteinsgade 12", "8300 Odder", " " "Marios Pizza", "Melstedvej 17", "2770 Kastrup", "" "Tobclas Sandwich", "Torvet 3", "8700 Horsens" ,"" File to work with : Input file: Output : csv file Script 2: Second script : scrapcat
Please, check this website for your reference: I want to make a "page" like this one, at my Magento 1.6 store. Check where in my website this most works: How you can see the reference link, is much better to costumer choose what he needs. Some details: - pay attention on the picture with number, the costumer can choose what part he need and add directly to shooping cart - the list of parts showing, you can see: Position, Stock Code (I do not need this one), Product Name, Pack Qty( I do no need this one), Price, Quantity and Total - you can choose differents products and "add to Cart" with only one click. -
I have a simple custom indicator in thinkorswim and need converted for tradovate. I hope you have knowledge of trading software. Must start and finish within a few hours. Here is code from thinkorswim that needs to be converted input RiskUnit = 150; input buffer = .00; input digits = 0; def price = close(priceType = ); def candleRangeBull = price - low + buffer; def candleRangeBear = high - price + buffer; def BullRisk = (RiskUnit) / round(candleRangeBull); def BearRisk = (RiskUnit) / round(candleRangeBear); def BullRisk1 = rounddown(Bullrisk, digits); def BearRisk1 = rounddown(Bearrisk, digits); def o = open; AddLabel(yes, "Risk: " + AsDollars(RiskUnit) + " Ele : "+ (if price > o then BullRisk1 else BearRisk1), if price > o then else );
Hi Shalu S., Jeg faldt over din profil, og vil gerne tilbyde dig mit projekt. Vi kan diskutere yderligere detaljer over chat.
I have a script in a Google Sheet where I'm getting an exception error: Access denied: DriveApp. There is an Archive function were projects in a Master List are updated. However, when I Archive Completed Projects I get an error: Access denied: DriveApp. I need someone to debug the code and/or otherwise tell me how to fix the issue. The particular piece of code is: function archive(){ var spreadsheet = (); var topSheet = ("Active Projects") var archiveSheet = ("Completed Projects"); var archiveCurrRow = ()+1; var topSheetRows = (); //var sheetFolder = findFolder(targetFolderId,targetFolderName) var archiveFolder = findFolder(archivedProjectsFolderId,archiv
...a small script which searches in the database to find out how many posts there if for the current day. Search in the database pallel29_c7nordiccall_dk tabel queue_calls - It must search for the number of rows where the column queue_name2 contains CBD Nordic and the column queue_name contains 206611. Scriptet the script must count the number of rows and multiply it by 8, and then send the information in an e-mail. Subject: Dagens statistik for CBD Nordic Mail: Hej Vi har i dag håndteret [number of rows] opkald for jer, som sammenlagt har kostet [number of rows * 8] kroner. Med venlig hilsen NordicCall The information must be send to XX and BCC XX The above must also be done for the rows where queue_name2 contains Xshopping and queue_name contains 271171. Scri...
We must have set up a new asterisk server that follows the normal asterisk guidelines. We also need a script where we provide the telephone number (DID), opening hours also agents who are queuing, then it must do the setup in configs.
Hello, i have a magento 2.2 installed and i need help in two point - already installed webnise product tag but not works in frontend bcz don't see anything - amasty order attributes: there is a field where i should display a date. this date coming from 2000 but this refer to birth date of the customer so we should edit this to bring the year before the 2000s.
Design or formulate the financial analysis for a self storage project in order to ascertain its viability.
Hi Anvi V.. Pls hlp me how its work i need work i know data entry but yr ispe kse krna hai aur ksejob kre please help as a sister ...... plese mere ko pta nhi tha kse msz kru apko but yhi mere shi lga 9988882969 aap mere ko cll kr skteho is no p please sister help me
Opgaven: Telemarketing salg til små og mellemstore virksomheder i Danmark inden for bestemte brancher. Formålet er at generere leads til vores salgs-team som følger op med det egentlige salgsmøde. Du vil blive forsynet med... -De første emnelister, -Call script med info på produkter og vores erfaring indenfor de enkelte brancher, -Kort træning indenfor relevante begreber og produkter, -Skype eller andet til opkaldet. Opgaven forventes udført fra din egen adresse. Betaling sker som freelancer/selvstændig. Vi forventer, du... -Er dansk og kan tale og skrive på indfødt Dansk niveau. -Er vant til at arbejde med salg, -Ikke giver op nemt, -Kan se værdien af et langvarigt samarbejde. Nogle engelsk kundskaber t...
SEO for We would like to be in top of search engines so that we can get natural visitors as we are not going to pay Google or Facebook for advertising since we are a non profit organization supporting municipalities to get their citizens a job. We need decision makers in municipalities to visit out site in www, FB and LinkedIN in order to get new clients. The website is in Danish - hope that wont be a problem...
Lave noget arbejde i Excel Jeg har bruge for hjælp til at laver et system på excel over købesaftaler
Kopiere oplysninger fra nogle hjemmesider Transfer chess games from paper to it system
Jeg ønsker mulighed for at en formular på en hjemmeside i aspx, automatisk udfyldes med prædeterminerede data, og indsendes hver dag et givent klokkeslæt.
online test for web desiger html photoshop java script,
I'm looking to have a smart TV app developed for LG and/or Samsung. THe app would be a simple web-browse player with HTML5 support which is able to display a website in Full Screen mode. No interaction required beyond the entry of the URL and storage. Would ideally like to have the option to have it automatically selected upon turning on the TV. Udvikling af en SmartTV app til LG og/eller Samsung. App er en en simple web-browser player med HTMl5 understøttelse som formår at vise en website i Fullscreen mode. Ingen interaktion påkrævet udover URL indtastning og lagring. Skal gerne kunne vælges automatisk ved tænding af TV. - dog ikke noget krav.
We have one very compliated SASS-file that is being used for styling a Telerik Kendo UI Scheduler component. The SASS-file contains a lot of redundant code, and is very hard to manage. We would like to clean up this SASS-file. It is already working as it should. It is just a lot of mess. We hope to reduce the size of the file to a minimum, thus improving performanc...Kendo UI Scheduler component. The SASS-file contains a lot of redundant code, and is very hard to manage. We would like to clean up this SASS-file. It is already working as it should. It is just a lot of mess. We hope to reduce the size of the file to a minimum, thus improving performance and manageability. We will create a development website and provide you with the necessary credentials in order to log on to...
Need Scrapper for data........................................................................