Zen cart save images databaseJobs
...issue that needs to be fixed on Hosting is with Hostinger and I reached out to them for help and this is the reply: To help reestablish the connection between your Adifier theme and the WordPress database for the recent ads, you can try the following steps: Clear Cache: If you are using a caching plugin or your hosting provides caching services, clear the cache. Sometimes, outdated cached files can prevent new changes from appearing correctly. Re-save Permalinks: Go to your WordPress Admin area, navigate to Settings > Permalinks, and simply click "Save Changes" without making any changes. This can sometimes refresh the WordPress rewrite rules and fix URL-related issues. Check Custom Fields: For the recent ads that are not displaying correctly, edit on...
...I need almost all details, like pictures and text from the links. No links to the other site, I just borrowing their design. I sell the same products. I need to change prices as well and add option to upload some of my pictures, beside your own means I need a section where you can upload the images from me beside your own. I want to sell some of my pictures as an option too. Please check uploaded files for what I want and compare with links. 8 sites (FRONTPAGE and 2,3,4,5,6,7,8) those files will save you time. FRONTPAGE - IS THE FRONTPAGE. i want it to look like this. See uploaded files for details. You can try to order something and see how it looks. 2- 3-
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 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.
...tocha-solda-mig-consumiveis-acessorios/ 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 expect you code what I want using "Pages" and "Static Blocks" of magento 1.6. This must be replicable. TOGETHER WITH THE QUOTE, I WILL ANSWER ONLY WHO SEND ME A DESCRIPTION HOW YOU PLAN TO DO THE CODE BE WORKING IN MAGENTO 1.6. IF YOU ARE EXP...
Jeg skal ha lavet et database program hvor jeg kan indføre forskellige data hver dag. Skal helst kunne køre som app på både android og ios, ios i første omgang Jeg skal selv kunne skrive og lave nye data der skal indføres. Der skal være et pænt layout og være meget nemt at gå til Der skal være en backend, hvor man selv kan tilføje og rette i de ting der skal indtastes. Der skal ikke være begrænsninger for hvor mange indtastninger man kan lave Alt skal kunne konverteres og udskrives i pdf og excel Der vil være småting der skal ændres og tilføjes løbende, så det skal være en der kan arb på projektet noget tid
Jeg skal bruge et system der kan lave coinflips med secret og hash. Der skal være mulighed for et loft på indsatsen og det skal helst være skrevet i php. Resultat, begges id'er, indsatser og procentdel skal skrives til en MySQL database. Jeg har selv lidt erfaring og kan klare resten af hjemmesiden selv.
Database description Database to be run on Internet, with a small number of users, now 6 users. Login for each user, the database is not visible if you are not logged in. The database to be used for the creation and search of records. The information consists of standard personal data, address, and mail. Typing the postcode, the city name is found in an underlying base. Furthermore, there is the creation date / correction date 3 text fields and 2 dropdown field - and a note field. One drop down box shows the default login person (which is part of the drop down option) Searching is done on 3-4 fields individually, and results are displayed as list, which can be clicked on, as each result is displayed. The layout may be edit via CSS. The database ...
Jeg skal have omprogrameret North Wind skabelon, med fjernelse af elementer i databasen så den er tilpasset min virksomhed
...æ+ø+å Here is it. it define my languare 3 extra lethers.. normal its easy. but this is an template sow i dont know how to fix it. you can ce it on the front page to. and i nead help to link my facebook page and can you tell me how to change the lethers/info on the front page? all the booton and corners and some of the shoping cart and sow on. tell me if you nead more time on it...
Jeg har vedvarende arbejde med relation til vores tidligere projekt 'Auto delete images in Umbraco Media folders'
Hej, Vi er en lille dansk virksomhed, som gerne vil have startet en hjemmeside. Vi har allerede et udkast til hvordan hjemmesiden skal se ud, og mangler derfor bare nogen som kan lave den for os. Der skal kunne være en betalings mulighed og en database med alle vores informationer lavet i Linux. Vi stiller store krav sikkerhedsmæssigt til databasen.
Jeg har vedvarende arbejde med relation til vores tidligere projekt 'Database programming'
oprettelse af skærm applikationer / skærmsider. Data frem og tilbage ti Mysql database via aftalte tabeller. Ekspertviden i MYsql og database viden kræves. Ialt 5 tabeller
HTML5,BOOTSTRP3,IOS,andriod,PHP,WordPress,exommerse,shopping cart PSD WE NEED MAKE WEB FOR TELECOM
we need opencart 2.0 full support and mobile phone whit out any code errors templates for online fashion stores. + Design a Logo and banner for the stores support language English and Dansk we need some think like and better look like : 1: 2: 3: We are open to all suggestions only answer me if you are 100% can do this this is 3 time i am sending this project to many mails still no one can make this 100%
Patterson Dental Eaglesoft database extraction - Patterson Dental Eaglesoft database extraction - Patterson Dental Eaglesoft database extraction - Patterson Dental Eaglesoft database extraction
Patterson Dental Eaglesoft database extraction - Patterson Dental Eaglesoft database extraction - Patterson Dental Eaglesoft database extraction - Patterson Dental Eaglesoft database extraction
...kunne sorteres via forskellige filtre (årstal, forfatter, navn etc.) 8) Der skal være toplister over bedst ratede dokumenter i hver "filter"/tema 9) Hver bruger skal have begrænset plads til at gemme dokumenterne tilknyttet deres personlige database. 10) Bruger skal kunne købe sig til ekstra plads for at gemme yderligere dokumenter 11) Brugerne skal betale for at downloade dokumenterne 12) brugerne skal kunne se, men ikke downloade dokumenterne gratis via hjemmesiden (samme dokument kan ses igennem 3 gange) ellers skal den gemmes i den personlige database 13) Når en bruger uploader et dokument skal der vandmærke i dokumentets baggrund således det er muligt at se hvor det stammer fra (bruger id + mit logo) såf...
import autopep8 import sys def format_code(file_path): try: with open(file_path, 'r') as file: code = () # Auto-format the code according to PEP 8 formatted_code = autopep8.fix_code(code) # Save the formatted code to the file with open(file_path, 'w') as file: (formatted_code) print(f"Successfully formatted {file_path} according to PEP 8 standards.") except Exception as e: print(f"Error formatting file: {e}") if __name__ == "__main__": if len() < 2: print("Usage: python <path_to_python_file>") else: format_code([1]) How it works: Reading the file: It reads the Python file from t...
I'm looking for a skilled graphic designer with experience in creating high-quality Amazon product images for a luxury skincare product bundle. Key requirements: - Create 5-9 images that follow a 'luxury and elegant' style - Emphasize the product benefits in the images See project description attached. Here is a video explaining the project: There are MANY similar bundle type products that we sell, see them for examples. If you take some time it will be easy to win this contest. NO duplicates. If I see duplicates the earliest entry will win so don't worry about that Put ALL of your 5-9 images on the SAME ENTRY for quick review I will be following this contest for several days and commenting so revisit for
READ BEFORE YOU BID!!! +++ BUDGET $10 ++++ INSTRUCTIONS NEEDED In all of my research, a WP Multisite has ONE shared database for main and subdomain. 1. Why does my multisite creation have 2 databases? 2. Give me step by step OR video instructions on how to create a multisite with main and subdomain that have ONE database, different themes and tables for contents of each site. I will release the milestone ONLY after I repeat your steps and it works.
I'm looking for an expert who can create a robust e-commerce website for my Therian business, market it across various platforms, and manage my social media interactions. Website Requirements: - This will be an e-commerce site. - Essential features include a shopping cart, payment gateway integration, and product reviews. Marketing & Social Media Management: - I need my business to be marketed on Google Ads, social media platforms, and through email marketing. - A keen understanding of social media trends and e-commerce marketing strategies is vital. Ideal Skills: - E-commerce website development (preferably with experience in product reviews integration) - SEO and Google Ads expertise - Social Media Marketing and Management - Email Marketing - Understanding of Therian ...
I want to find an excellent game designer and graphic designer, preferably in Saigon Vietnam, to create a game for an educational website (English learning), with more games to follow. I've already created a working model of the game with Adobe Captivate, JavaScript and Google Sheets, so you can see the game processes and even th...way so the car could move forward to the next obstacle. I would like the graphic animation to be as cool looking as possible. Thank you for your interest. I have about a dozen such games, so it would be good to find a talented artist who could continue with the same style and look of animation. Skills: - HTML5, Javascript - Firebase or other non-SQL database - developed in modules to be inject to CMS - User Avatar - has api interface to save...
I want to find an excellent game designer and graphic designer to create a game for an educational website (English learning), with more games to follow. I've already created a working model of the game with Adobe Captivate, JavaScript and Google Sheets, so you can see the game processes and even the spreadsheet formulas and codes...way so the car could move forward to the next obstacle. I would like the graphic animation to be as cool looking as possible. Thank you for your interest.I have about a dozen such games, so it would be good to find a talented artist who could continue with the same style and look of animation. Skills: - HTML5, Javascript - Firebase or other non-SQL database - developed in modules to be inject to CMS - User Avatar - has api interface to save...
...design. I want someone who understand and is able to set up marketing & sales: 1. Email marketing tools, abandoned cart recovery system, product recommendation engine, etc. 2. Secure payment processing solutions like stripe, PayPal Key Requirements: 1. Optimized Shopify Theme 2. Custom Logo 3. Professional Clean Design 4. Custom Banners / Images 5. Custom Coding To Improve User Experience 6. 4 Content Page Templates 7. 20 Test Products Uploaded 8. Mobile Responsive Design 9. Expert App Installation 10. Site Map Creation & Submission 11. Google Shopping Data Feed Creation 12. Analytics With Conversion Tracking 13. Webmaster Tools Account Setup 14. Custom Banners / Images 15. Custom Coding To Increase Conversions 16. 4 Content Page Templates 17. 20 Test P...
...content, which is critical for functionality and usability. I'm seeking a skilled professional/ content aggregator to develop a comprehensive database for auto spare parts content. The database will primarily need to store text descriptions and specifications, images and diagrams, as well as customer reviews and ratings. Objective: To populate the website with accurate and comprehensive product content, ensuring customers can easily search for and purchase the auto spare parts they need. For example, if a customer needs a Toyota Corolla Engine from 2005, they can search for it on the website and purchase it directly. Key Requirements: - The database must seamlessly integrate with our existing e-commerce platform. - It should support advanced search...
...design. I want someone who understand and is able to set up marketing & sales: 1. Email marketing tools, abandoned cart recovery system, product recommendation engine, etc. 2. Secure payment processing solutions like stripe, PayPal Key Requirements: 1. Optimized Shopify Theme 2. Custom Logo 3. Professional Clean Design 4. Custom Banners / Images 5. Custom Coding To Improve User Experience 6. 4 Content Page Templates 7. 20 Test Products Uploaded 8. Mobile Responsive Design 9. Expert App Installation 10. Site Map Creation & Submission 11. Google Shopping Data Feed Creation 12. Analytics With Conversion Tracking 13. Webmaster Tools Account Setup 14. Custom Banners / Images 15. Custom Coding To Increase Conversions 16. 4 Content Page Templates 17. 20 Test P...
I'm experiencing a configuration error with my vTiger database. The current charset or collation isn't compatible with UTF8, and I need to change it to 'utf8mb4' and 'utf8mb4_unicode_ci'. I'm using MySQL, and I have full access to the database. However, I have not yet taken any steps to resolve the issue. The ideal freelancer for this project would be an expert developer with extensive experience in working with vTiger and MySQL.
Project Overview: Develop a WordPress website using the Listivo theme for a study abroad consultancy. The site will provide features for users to schedule consultations, search and filter universities, save and compare options, initiate applications, and manage documents through a dashboard. Scope of Work 1. Theme Customization (Listivo) Customize the Listivo theme to align with our branding, user interface preferences, and feature requirements. Ensure compatibility with all required plugins, especially those needed for consultation scheduling, user profiles, and document management. 2. User Features a. Consultation Scheduling Integrate a consultation booking system (Calendly or similar) where users can select available time slots for consultations. b. University Search and ...
I need a proficient SolidWorks designer to create technical drawings for a coffee cart. The project will entail the following: - Designing the coffee cart using SolidWorks - Producing detailed technical drawings which can be used for manufacturing The ideal freelancer for this project should have: - Extensive experience with SolidWorks - A strong portfolio in creating technical drawings - Prior experience designing machinery parts would be a plus - Excellent attention to detail to ensure the drawings are accurate and comprehensive.
I'm looking for a skilled web developer proficient in HTML, CSS, JavaScript, Node.js, and MongoDB. The primary goal is to create a website centered around movies, series, and other related content. Key Requirements: - Expertise in front-end technologies (HTML, CSS, JavaScript). - Proficiency in back-end development with Node.js. - Experience with database management using MongoDB. - Ability to create a user-friendly, engaging web interface. Skills and Experience: - Previous work on entertainment or content-centric websites is a plus. - Strong understanding of web development best practices. - Excellent problem-solving skills and attention to detail. - Ability to work independently and meet deadlines.
My E-commerce site is currently facing a significant issue with bots that are adding products to the shopping cart. This not only affects the user experience for genuine customers but also potentially impacts sales. I am looking for an expert who can implement a comprehensive bot prevention system on my website. Key Requirements: - Understanding of E-commerce platform security - Implementation of bot prevention tools and techniques - Expertise in user verification methods Ideal Skills: - Proficiency in CAPTCHA integration - Experience with IP blocking strategies - Knowledge of advanced bot detection technologies Your task will be to design and implement a system that dramatically reduces bot activity on the site, ensuring a smoother experience for my genuine customers.
Interior photo editing/enhancement- Batch of 10 images
I need assistance with my Excel VBA and Python integration. I can open a Colab Notebook from VBA, but I'm having trouble getting the code to execute automatically upon opening the Notebook. VBA-code: Sub StartColabScript() Dim colabLink As String colabLink = "" ThisWorkbook.Follo...run immediately upon opening the Colab Notebook. - No additional authentication is necessary as I am already logged into my Google Account. Ideal Skills: - Proficient in Excel VBA - Experienced with Python and Google Colab - Able to troubleshoot and automate script execution This project is perfect for someone with an understanding of integrating VBA with Python in Google Colab. Your help will save me a lot of time and hassle!
I'm looking for a proficient developer to create an E-commerce application that works seamlessly on both iOS and Android platforms. Key Responsibilities: - Design and develop a user-friendly E-commerce application - Ensure the app is compatible with both iOS and Android - Implement secure payment gateways and shopping cart features Ideal Skills: - Proven experience in cross-platform app development - Proficiency in E-commerce app development - Strong understanding of iOS and Android development standards Your bid should reflect your experience and estimated time to deliver a high-quality, fully functional app.
I will develop a flutter app with backend and admin panel for diet tracking and other features as discussed. Deliverables are: Backend APIs and Database Admin Panel Android APK iOS IPA
...cleaning services. Main application functions 1. User registration and authorization • Registration by phone number, email or via social networks. • Authorization via login/password, with password recovery support. 2. List of services • Cleaning service categories (e.g. apartment cleaning, office cleaning). • Detailed description of each service (time of completion, cost). • Adding services to the cart. 3. Ordering services • Selecting the type of service, date, time and address. • Calculating the cost of the service. • Order confirmation. 4. Distribution of orders among employees • Ability for employees to view a list of available orders. • Order response function (e.g. “Select an order”). • The administrato...
Hello, I am looking for a professional freelancer experienced in Data Scraping to obtain Saudi phone number...to extract the data from any of the following apps: 1. App 1 2. App 2 3. App 3 (Number Book Gulf) – This app is the preferred option. Project Details: • Extract Saudi phone numbers only. • Retrieve all names associated with each number (there may be multiple names per number). • Save the data in an Excel or CSV file. • The data must be accurate and properly extracted from any of the mentioned apps. Notes: • Priority will be given to the "Number Book Gulf" app. However, if it is difficult to extract data from it, the other apps can be used as alternatives.
I would like to request your assistance in developing a simple database using **Claris FileMaker Pro** for home use. Since this is a personal project with a limited budget, I hope you can accommodate my requirements, which I believe are straightforward to implement. ### Overview: The database will serve as a tool to manage information about cars, service jobs, and associated costs. It should also support multimedia attachments such as photos and videos. ### Requirements: 1. **Car Details Table:** - Fields: Car Make, Model, Year, VIN, License Plate, Purchase Date, and other relevant details. - Multimedia: Allow uploading photos and videos of the cars. 2. **Service Job Table:** - Fields: Date of Service, Job Description, Labour Cost, Parts Cost, and...
Hello I'm looking for USA Actors interested in voicing Thomas (Main character) Paige( 2nd character) Charlotte Wang (Antagonist) Jeremy Blake (Protagonist) Lei(antagonist) and Lisa Butler , Arthur Mclean and Andrea Ortega. the story takes place in Texas, he has a job as a coffee barista and life is all good, until a woman named Charlotte Wang ruins his life and tries to take ...USA Actors interested in voicing Thomas (Main character) Paige( 2nd character) Charlotte Wang (Antagonist) Jeremy Blake (Protagonist) Lei(antagonist) and Lisa Butler , Arthur Mclean and Andrea Ortega. the story takes place in Texas, he has a job as a coffee barista and life is all good, until a woman named Charlotte Wang ruins his life and tries to take over the business it is up to Thomas to save...
I am looking for a skilled developer to create a budget-friendly e-commerce platform using Python Django, focusing on user accounts (registration, login, profiles), A secure payment system (supporting multiple methods like cards, UPI), and essential e-commerce features like product management (add, update, delete, filter), A shopping cart with a seamless checkout process, and an admin dashboard for managing products, orders, and users. The platform should be mobile-responsive, secure (CSRF protection, password hashing, SSL), and scalable for future enhancements. If you have experience in e-commerce development, payment gateway integration, and delivering quality work within budget constraints, please share your portfolio, approach, timeline, and cost estimate.
I need someone to manually enter data from around 700-800 photos of receipts into Google Sheets. Most of these receipts contain a maximum of 10 rows. Requirements: - Extract EAN codes, prices and receipt numbers from the images. - Some photos may be duplicates. - Manual work ONLY Ideal Skills: - Attention to detail is crucial to ensure all data is accurately captured. - Experience with data entry and Google Sheets is preferred. - Familiarity with handling and processing image data is a plus dilligence I would like the final data set to be delivered in a neatly organized Google Sheets document.
Python and Visual Studio Code Data Processing Data Entry Web Scraping Data Mining The project involves creating a script to mine text data . Key Responsibilities: - Develop a text mining script that can efficiently extract and process data from various fields in the database. - The script should be able to handle large volumes of data and return results in a timely manner. Ideal Skills: - Proficiency in SQL and data mining techniques. - Experience with developing scripts for database text extraction. - Ability to work with large datasets.
...3. **Chapter 2: Midjourney Prompts and Use** 4. **Chapter 3: RunwayML Animation Instructions** 5. **Chapter 4: Post-Production Editing** 6. **Appendices** - A. Sample Prompts - B. Notes on Avoiding Confusion in Messaging - C. References and External Links --- ### **1. Workflow Overview** 1. Use **Midjourney** to generate high-quality static images of the FT and traditional trailer in various scenarios. 2. Animate the static images using **RunwayML** to create short, dynamic video clips. 3. Combine the animated clips into a cohesive video using post-production software, adding overlays, sound, and transitions. 4. Ensure the messaging focuses on real-world benefits, avoiding theoretical confusion (e.g., raw numerical advantages like 1600x). --- ### **2. Chapter ...
Crear base de datos personalizable para introducir datos y consultar mediante busqueda especifica de palabras. Crear base de datos, para poner en servidor. Php mysql. Front end y backend, puede ser en laravel , CodeIgniter o cualquier. Usuarios. Admin y usuario invitado, en niveles. Tipo de datos a introducir, texto, fecha, imagenes y links. Todo personalizable, serian varios campos, e incluso unos textos serian cortos y otros largos. Todo en un interfaz dinamico y atractivo para la vista, en colores suaves, que se podra personalizar en el menu o en el codigo fuente. 2 secciones principales, primera, introduccion de datos, segunda buscador de palabras clave, indicando donde y cuantas hay en coincidencia. Y que se pueda acceder, ya sea en nueva ventana o lo mas practico. Pero que no se pie...