Cfgrid additem työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    123 cfgrid additem työtä löytyi, hinnoittelu EUR

    The Scope of the following project is to create a sample C# form project with Visual Studio 2022 that will implement a simple addItem call to a testserver: The API will use OAuth for a authentication (We will provide the credentials), post a static item (You can set static fields in the data used to create the item) and provide success/failure message with the itemnumber

    €125 (Avg Bid)
    €125 Keskimäär. tarjous
    6 tarjoukset

    ...of the values inside column A in Sheet2. I'm looking for a fix to the script. I have $50 for this if you can turn this around in one hour. Below is a link to a public sheet you can copy. Thanks. https://docs.google.com/spreadsheets/d/1_BAoHzV2v9BIiaPdbjKhd8JD_ChsJzfpo1lsgYRPBMA/edit#gid=0 Script: function onOpen() { const ui = (); ('Functions') .addItem('Unsubscribe', 'est_unsubscribe') .addToUi(); } function est_unsubscribe() { var ss = (); var unsubscribe=("Sheet2"); var sheet = (); var dataRange = (); var values = (); var lastrow=(); var findvalue=""; for(var k=1;k<=lastrow;k++){ findvalue=unsubscribe

    €41 (Avg Bid)
    €41 Keskimäär. tarjous
    5 tarjoukset

    I have a website with products on my database , I need chrome addon or functionality added on my website where I can just list items chosen from my website to via ebay api. So simply if I click the popup windows appears with all information's about the products and I only need to add data which is required by ebay to list in specific category , this should be easy for som...products on my database , I need chrome addon or functionality added on my website where I can just list items chosen from my website to via ebay api. So simply if I click the popup windows appears with all information's about the products and I only need to add data which is required by ebay to list in specific category , this should be easy for someone who is familiar with ebay api additem call

    €463 (Avg Bid)
    €463 Keskimäär. tarjous
    20 tarjoukset

    ...child class objects ObjectA factory -> return an object that implements/extends ObjectA typically there is a switch statement Singleton Makes it so there is only one instance of something Helpful for re-using an object in multiple places private constructor Lazy load don’t instantiate unless necessary Adapter basically a wrapper public method always looks the same hides implementation details addItem(T item) implemented in mongodb plain List mysql, aws aurora text document DAO managing data hides storage code encapsulates a single data type/related data types DTO pojo (Plain old java object) might leave the current application java -> js, js ->java, java -> python, java -> java string, float, arrays, objects, dates don’t add any logic here Iterator help...

    €135 (Avg Bid)
    €135 Keskimäär. tarjous
    4 tarjoukset

    Vending Machine You should be using the best practices we have seen to far to obtain all your readability points. Readability will now start to include points for style and thought of your solution/approach, not just indentation and syntax. Instructions A vending machine is a machine that dispenses items such as sn...the same code as an existing item in our vending machine. Otherwise we should print out a message "Sorry, but the item ITEM NAME is already using that code, please pick another" Interestingly enough, our machine breaks down fairly predictably and must be repaired. Every 10th sale, the machine goes haywire and prints out a random string of gibberish "fnkfl38s!ERROR@893infk" every time vend() or addItem() is called. Calling repair() should fix this. ...

    €26 (Avg Bid)
    €26 Keskimäär. tarjous
    4 tarjoukset

    Muster XML für eBay additem Funktion

    €92 (Avg Bid)
    €92 Keskimäär. tarjous
    5 tarjoukset

    I need someone familiar ...use of the OAuth protocol should be activated from the database (enum field 1,0). The application must be able to use both forms of authentication: Auth'N'Auth and OAuth, tokens to be saved in a database associated with an eBay store table. In this project, there are just a few eBay API calls to be included. Taxonomy API: - GetCategorySuggestions - GetItemAspectsForCategory Trading API: - AddItem - ReviseItem - EndItem - GetItem Also, the application should get all the items of the authenticated user and store them to the database. It's up for the developer to choose the appropriate calls to use to achieve this goal. Error logging: store the errors in the database, and these are the fields: locale or language, error code, error message...

    €232 (Avg Bid)
    €232 Keskimäär. tarjous
    13 tarjoukset

    I need someone famil...use of the OAuth protocol should be activated from the database (enum field 1,0). The application must be able to use both forms of authentication: Auth'N'Auth and OAuth, tokens to be saved in a database associated with an eBay store table. In this project, there are just a few eBay API calls to be included. Taxonomy API: - GetCategorySuggestions - GetItemAspectsForCategory Trading API: - AddItem - ReviseItem - EndItem - GetItem Also, the application should get all the items of the authenticated user and store them to the database. It's up for the developer to choose the appropriate calls to use to achieve this goal. Error logging: store the errors in the database, and these are the fields: locale or language, error code, error message, an...

    €18 (Avg Bid)
    €18 Keskimäär. tarjous
    1 tarjoukset
    OPS Web service Loppunut left

    Web service in java to provide the described interfaces and stamp client side sample html with its utilization. To deployed in Linux/Apache web server. Ideally with minimum dependencies in external libraries. ORDER { MakeItems() GetItems() AddItem(x) GetHeader() GetHTMLItems() } STATION { MakeQ() GetQ() AddWait(x) GetWait(x) AddBtn(id, ordno) FreeBtn(btnId) GetNextFreeBtn(ordno) }

    €462 (Avg Bid)
    €462 Keskimäär. tarjous
    9 tarjoukset

    ...linked with his ebay account ( auth token - refer to ebay api documentation ) - Each item which is created ( only admin of the stre is allowed to create products) on the online store is compatibile with ebay data standards (json/xml - refer to ebay api documentation additem ) - In the store on each item page there is a icon "List On Ebay" - Once button is clicked popup widow appears which item details which allows users to edit item properties ( description / title / price / shipping cost etc - by default we will use stadard ebay additem json template ( refer to api documentation ) - On popup there is submit button which when clicked will create item on ebay ( ebay site based on user account properties - refer to ebay api ) . - Once Item is added we will create ...

    €450 (Avg Bid)
    €450 Keskimäär. tarjous
    13 tarjoukset

    ...node has a key value less than its children and siblings appear in ascending order of their key values. The figures below show some examples of MTTree ADT. You have to make a wise decision regarding the data structure that is representing the MTTree ADT, so you achieve the best complexity possible in terms of time and space. Project Description The MTTree ADT provides the following operations: 1. addItem() allows adding a new node into the tree 2. removeItem() allows removing a node from the tree 3. isEmpty() returns true if the tree is empty 4. size() returns the number of items in the tree 5. getHeight() returns the height of the tree 6. getMinItem() returns the minimum item in the tree 7. getMaxItem() returns the maximum item in the tree 8. getMinItemOfLevel() returns the mini...

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    6 tarjoukset

    ...has a key value less than its children and siblings appear in ascending order of their key values. The figures below show some examples of MTTree ADT. You have to make a wise decision regarding the data structure that is representing the MTTree ADT, so you achieve the best complexity possible in terms of time and space. 1.2 Project Description The MTTree ADT provides the following operations: 1. addItem() allows adding a new node into the tree 2. removeItem() allows removing a node from the tree 3. isEmpty() returns true if the tree is empty 4. size() returns the number of items in the tree 5. getHeight() returns the height of the tree 6. getMinItem() returns the minimum item in the tree 7. getMaxItem() returns the maximum item in the tree 8. getMinItemOfLevel() returns the minim...

    €49 (Avg Bid)
    €49 Keskimäär. tarjous
    3 tarjoukset

    Hello Everybody. Thanks so much for watching my job description. We already have c# desktop application that make GetItem and AddItem eBay API call. Now we are going to convert desktop application to MERN stack web app. So we are looking for Smart programmer who have experience of eBay , Node JS, Restful API. Please let me know your experience of eBay .

    €437 (Avg Bid)
    €437 Keskimäär. tarjous
    9 tarjoukset

    ...interface. • In the Models folder, create a SeedData class to populate your database with initial data. • Add the code to run include this data if the database is empty. • Generate the migration files to implement your database via Entity Framework. • Update the {ItemsListPage} so that clicking on a given item will bring the user to that item's detail page. • Implement a CRUD controller and move the {AddItem} action method and view there. • Update the {ItemPage} to include an update button. Load an update page via the CRUD controller to handle updating, or deleting, the item in the database. • Update the {DataPage} to show some derived statistics based on the data in your database. For example: • {Example1} • {Example2} • {TH...

    €173 - €518
    €173 - €518
    0 tarjoukset

    In Magento 1.9 admin, while accessing the below 1. Sales -> Orders (Pagination) 2. Sales -> Orders -> Export to CSV I am getting the below error: There has been an error processing your request Item (VES_PdfPro_Model_Sales_Order) with the same id "13774" already exist Trace: #0 /var/www/html/(582): Varien_Data_Collection->addItem(Object(VES_PdfPro_Model_Sales_Order)) #1 /var/www/html/(533): Varien_Data_Collection_Db->load() #2 /var/www/html/(66): Mage_Adminhtml_Block_Widget_Grid->_prepareCollection() Steps to replicate the issue: 1. Magento Order displayed for the first

    €14 (Avg Bid)
    €14 Keskimäär. tarjous
    2 tarjoukset

    We have a "build your snowman" drag and drop game which needs finishing off. Most of it has already been built, It uses the Fabric JS framework These are the main issue which need fixing Responsive: Snowman needs to scale from desktop to mobile (see designs) Currently Snowman scales too small and from top left of canvas Snowman needs to scale do...and too wide Mobile Carousel: Carousel appears too wide and a section of empty carousel is visible, (see screenshot) This needs removing so there is no empty space. Horizontal scrollbar mobile and Desktop: There is a horizontal scrollbar because some elements are pushing the width of the page out This needs to be fixed so no horizontal scrolling. JavaScript code: Any reusable functions like “addItem” to be app...

    €22 (Avg Bid)
    €22 Keskimäär. tarjous
    7 tarjoukset

    ...exists. Exception #0 (Exception): Item (MagentoCatalogModelCategoryInterceptor) with the same ID "100" already exists. #0 /var/www/lampesecoenergie2/web/current/vendor/magento/module-eav/Model/Entity/Collection/(307): MagentoFrameworkDataCollection->addItem(Object(MagentoCatalogModelCategoryInterceptor)) #1 /var/www/lampesecoenergie2/web/current/vendor/magento/module-eav/Model/Entity/Collection/(1123): MagentoEavModelEntityCollectionAbstractCollection->addItem(Object(MagentoCatalogModelCategoryInterceptor)) We need you to (carefully) fix this. This Magento 2 multistore is in development so we might encounter more errors. We need someone professional who backups before starting to work, is good in communicating and has experience

    €11 / hr (Avg Bid)
    €11 / hr Keskimäär. tarjous
    19 tarjoukset

    ...par de clases genéricas que pueda reutilizar en mis proyectos de comercio electrónico. 1. Clase (back-end) * Agregar items con cantidad, unidad, descripción, precio unitario, impuesto e importe. * Estos items se deben guardar en la sesión (Session). * Debe hacer las sumatorias de subtotal, impuestos (ver nota) y total. La idea es poder hacer algo como: use Cart; (...) $cart = Cart::addItem([...]); // [cart Obj] en vistas: {{ Cart::getTotal() }} @foreach(Cart::getItems() as $item) ... @endforeach 2. Contraparte Front-end en Vue.js * Recuperar el objeto completo de carrito desde la sesión de Laravel. * Métodos asíncronos para agregar, editar y eliminar items. * La idea de esta parte en Javascript no es un componente, sino una ...

    €191 (Avg Bid)
    €191 Keskimäär. tarjous
    3 tarjoukset

    ...clases genéricas que pueda reutilizar en mis proyectos de comercio electrónico. 1. Clase (back-end) * Agregar items con cantidad, unidad, descripción, precio unitario, impuesto e importe. * Estos items se deben guardar en la sesión (Session). * Debe hacer las sumatorias de subtotal, impuestos (ver nota) y total. La idea es poder hacer algo como: use Cart; (...) $cart = Cart::addItem([...]); // [cart Obj] en vistas: {{ Cart::getTotal() }} @foreach(Cart::getItems() as $item) ... @endforeach 2. Contraparte Front-end en Vue.js * Recuperar el objeto completo de carrito desde la sesión de Laravel. * Métodos asíncronos para agregar, editar y eliminar items. * La idea de esta parte en Javascript no es un compone...

    €210 (Avg Bid)
    €210 Keskimäär. tarjous
    4 tarjoukset

    ...Spreadsheet file: https://docs.google.com/spreadsheets/d/1wRscFjRxfU9IlUiunT2EUxohceRljGkwUVOqjMc41Xc/edit#gid=0 The output tab is "DISPALLCopy" on file: https://docs.google.com/spreadsheets/d/1hSFuksdyJDYeQzEY8dw4H_nK_QQpPUW8JBKUErzX5yc/edit#gid=936196741 The script I am using is as follows: function onOpen() { var ui = (); ('Actualizar Pestañas...') .addItem('Update "DISPALLCopy"', 'updateTabDISPALLCopy') .addToUi(); } function updateTabDISPALLCopy() { //DISPALL var fromSpreadSheetID = "1wRscFjRxfU9IlUiunT2EUxohceRljGkwUVOqjMc41Xc"; //Source File var fromSheetName = "DISPALL"; var toSpreadSheetID = ().getId(); //This Spreadsheet File var toSheetName = "DISPALLCopy&qu...

    €85 (Avg Bid)
    €85 Keskimäär. tarjous
    2 tarjoukset
    Help with ionic app Loppunut left

    ...AngularFire} from 'ionic-angular'; import {Task} from './task'; import {AngularFire, FirebaseListObservable} from 'angularfire2'; @Component({ selector: 'page-tasklist', templateUrl: '' }) export class TaskListPage { tasks: FirebaseListObservable <any[]>; constructor(navCtrl: NavController, public af: AngularFire) { = ('/tasks'); } addItem() {let theNewTask: string = prompt("New Task"); if (theNewTask !== '') { ({ title: theNewTask, status: 'open'}); } } markAsDone( slidingItem: ItemSliding, task: Task) { (task.$key, {status: 'done'}); (); } removeTask(slidingItem: ItemSliding, task: Task) { (task.$key); ...

    €34 (Avg Bid)
    €34 Keskimäär. tarjous
    13 tarjoukset

    ...Firebase rules and both read and write are set to true. Here is my code for the Firebase service named "Checklist" ('checklist', ['firebase']) .service('Checklist', ['$firebaseArray', function($firebaseArray){ var ref = ().ref().child('CheckList'); var items = $firebaseArray(ref); var checklist = { 'items': items, addItem: function(name){ items.$add({ name: name, completed: true }); }, deleteItem: function(item){ items.$remove(item); }, setCompleted: function(item, newV){ = newV; items.$save(item); } } retu...

    €28 (Avg Bid)
    €28 Keskimäär. tarjous
    9 tarjoukset

    This project is to make a VCL control *like* TComboBox that will filter the results as you type, except based on the occurrence of the typed string *anywhere* in the item text, not just at the beginning. Similar to the "Com...current selected item. This is not a database aware control. The entire item list will be loaded into the control prior to use. Sample code: TFilterType = (ftBeginingOfString, ftAnywhereInString); TSearchCombo ... public property ItemID: integer read GetItemID write SetItemID; property ItemText: string read GetItemText write GetItemText; procedure AddItem(DisplayText: string; ItemID: integer = -1); published property FilterType: TFilterType; property HighlightResults: boole...

    €149 (Avg Bid)
    €149 Keskimäär. tarjous
    5 tarjoukset

    This project is to make a VCL control *like* TComboBox that will filter the results as you type, except based on the occurrence of the typed string *anywhere* in the item text, not just at the beginning. Similar to the "Com...current selected item. This is not a database aware control. The entire item list will be loaded into the control prior to use. Sample code: TFilterType = (ftBeginingOfString, ftAnywhereInString); TSearchCombo ... public property ItemID: integer read GetItemID write SetItemID; property ItemText: string read GetItemText write GetItemText; procedure AddItem(DisplayText: string; ItemID: integer = -1); published property FilterType: TFilterType; property HighlightResults: boole...

    €18 / hr (Avg Bid)
    €18 / hr Keskimäär. tarjous
    9 tarjoukset
    Ebay Web Service Loppunut left

    I need a Java client for ebay web service to addItem The client must be developed in eclipse and read the user password and appId from a text file The information of the item can be hardcoded, for testing purposes In this project the full eclipse project must be delivered, with all the jar inside, after a test with the correct credentials in the payment will be released

    €18 (Avg Bid)
    €18 Keskimäär. tarjous
    11 tarjoukset

    ...type="text/javascript"> window._tt = window._tt || []; ({ event: "setAccount", id: /* chiavemerchant */ }); ({ event: "setOrderId", order_id: /* idordine */ }); ({ event: "setEmail", email: /* emailcliente */ }); ({ event: "addItem", sku: /* sku1 */, product_name: /* nomeprodotto1 */ }); ({ event: "setAmount", amount: /* totalecarrello */ }); ({ event: "orderSubmit"}); </script> (Where the string "({ event: "addItem", sku: /* sku */, product_name: /* nomeprodotto */ });" is repeated for each product in the order.) That script must be executed every time an order is created and must pass out to all the data relative to that order. The plugin should work with

    €147 (Avg Bid)
    €147 Keskimäär. tarjous
    7 tarjoukset

    ... When searching, any and all items in your inventory that contain the search text in either the name or description should be displayed. Otherwise, the item should not be displayed in the table. Submitting an empty form should result in every record being displayed. You should also have a hyperlink below your Inventory table that links to the AddItem Servlet. AddItem Servlet Your AddItem servlet should be located at: /Store/AddItem This page should display a form with the following four (4) elements: - Name - The name field should be an input of type text with a name, name. - Description - The description field should be a textarea with the name, description. - Quantity - The quantity field should ...

    €141 (Avg Bid)
    €141 Keskimäär. tarjous
    29 tarjoukset

    ...simplest php added to complete the certain criteria's i have. The winning bid will receive the site with the objectives. The objectives that need to be added to the site are as follows; (the site does not need to be secure just needs to function to the objectives given. 3. Develop the part of the system that allows a member to start a new thread and create the first post for that thread on the additem page. a) The system should check that the thread title has been entered. b) The system should check that the first post has been entered. c) The following data for the new thread should be saved in a database: • the thread title • the member’s username • the current date and time. d) Once the new thread has been saved, the following data for the...

    €216 (Avg Bid)
    €216 Keskimäär. tarjous
    6 tarjoukset
    Build a Website Loppunut left

    ...simplest php added to complete the certain criteria's i have. The winning bid will receive the site with the objectives. The objectives that need to be added to the site are as follows; (the site does not need to be secure just needs to function to the objectives given. 3. Develop the part of the system that allows a member to start a new thread and create the first post for that thread on the additem page. a) The system should check that the thread title has been entered. b) The system should check that the first post has been entered. c) The following data for the new thread should be saved in a database: • the thread title • the member’s username • the current date and time. d) Once the new thread has been saved, the following data for the...

    €464 (Avg Bid)
    €464 Keskimäär. tarjous
    16 tarjoukset

    Ich benötige eine Schnittstelle um Artikel eines selbst programmierten Shops in Ebay einzustellen. Die Artikel sollen auf die deutsche Ebay Seite hochgeladen werden. Mir reicht ein "AddItem Request" der Trading-API mit allen möglichen Parametern (die Parameter bitte mit genauen Erklärungen und Beispielen). Die Schnittstelle sollte einen funktionierenden Beispiel Aufruf enthalten.

    €27 (Avg Bid)
    €27 Keskimäär. tarjous
    1 tarjoukset

    ...provide us with a relatively simple mobile app built using react-native. We plan on using this app as a reference and starting point to build on top of. The primary focus of the app is on iOS. All of the data will be static. We are looking for the app to have the following elements. - Welcome page (Entry point of the app) - Sliding menu with one option to navigate to another called AddItem - AddItem should have the following fields. All fields should use the appropriate iOS native tools such as DatePicker, etc: - Date input field. - Time input field. - Text input field. - Checkbox / Switch component field. - Dropdown field. One the form is submitted, the app should display the results as plain text. We are looking to have this...

    €193 (Avg Bid)
    €193 Keskimäär. tarjous
    22 tarjoukset

    1. Implement a Linked List (addItem, removeAllItem, etc) first. Recommend you to use classes. 2. Read all records from a file. The data file “” will be given. For grading, I will use a different data file, so you cannot specify (or limit) the number of the records. 3. Add all records to the Linked List. 4. Display all records on a console following the format: Record number from 1 and data. 5. At the end, display the number of records, the summation and average, and minimum and maximum values of the linked list

    €16 (Avg Bid)
    €16 Keskimäär. tarjous
    5 tarjoukset

    have a coldfusion page using cfgrid and format as flash, which works perfectly. but when i change the output to html, the column "id" which is incremental doesnt show up, which directly effects another page, as i cant select a row to edit or view futher in the page. but when the format is flash, the table shows up perfectly including the "id" column incremented, and i can select a row to go another page. need this fix within 24hrs or soon. will share code and possible screenshare as well.

    €119 (Avg Bid)
    €119 Keskimäär. tarjous
    5 tarjoukset

    ...L < 0 Then L = 0 = " " + Str$(L) + " dB(A)" End If Next n End If If Modus = 5 Then CLEARBUFFER SENDBYTE 48 d = READBYTE L = (d - 50) / 2 If L < 0 Then L = 0 = " " + Str$(L) + " dB(A)" End If End Sub Private Sub Form_Load() Combo1.AddItem "M 1, 1 Ch 1000 ms " Combo1.AddItem "M 2, 2 Ch 1000 ms " Combo1.AddItem "M 3, 1 Ch 600 ms " Combo1.AddItem "M 4, 2 Ch 600 ms " Combo1.AddItem "M 5, SIOS-kompatibel" = 0 Modus = 1 End Sub Private Sub Form_Unload(Cancel As Integer) CLOSECOM End Sub ...

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    5 tarjoukset

    I need a Magento Expert to look at this error a:5:{i:0;s:69:"Item (Mage_Catalog_Model_Product) with the same id "37" already exist";i:1;s:3451:"#0 /var/www/html/magento/app/code/core/Mage/Eav/Model/Entity/Collection/(265): Varien_Data_Collection->addItem(Object(Mage_Catalog_Model_Product)) #1 /var/www/html/magento/app/code/core/Mage/Eav/Model/Entity/Collection/(1055): Mage_Eav_Model_Entity_Collection_Abstract->addItem(Object(Mage_Catalog_Model_Product)) #2 /var/www/html/magento/app/code/core/Mage/Eav/Model/Entity/Collection/(871): Mage_Eav_Model_Entity_Collection_Abstract->_loadEntities(false, false) #3 /var/www/html/magento/app/code/core/Mage/Catalog/Helper/Product/(214): Mage_Eav_Model_Entity_Collection_Abstract->load() this bit...

    €12 / hr (Avg Bid)
    €12 / hr Keskimäär. tarjous
    34 tarjoukset

    ...back to the IE Conditional comments in the file It seems the error can be worked around by removing the following from the file but we want to know what is causing this issue so we can avoid removing this code. <!-- Add stylesheets with media queries for use by modern browsers --> <action method="addItem"><type>skin_css</type><name>css/</name><params/><if><![CDATA[<!--[if (gte IE 9) | (IEMobile)]><!-->]]></if></action> <action method="addItem"><type>skin_css</type><name>css/</name><params/><if><![CDATA[<!--[if (gte IE 9) | (IEMobile)]><!-->]]></if></action> This issue doesn't seem to be t...

    €33 (Avg Bid)
    €33 Keskimäär. tarjous
    10 tarjoukset

    ...comments in the file It seems the error can be worked around by removing the following from the file but we want to know what is causing this issue so we can avoid removing this code. <!-- Add stylesheets with media queries for use by modern browsers --> <action method="addItem"><type>skin_css</type><name>css/</name><params/><if><![CDATA[<!--[if (gte IE 9) | (IEMobile)]><!-->]]></if></action> <action method="addItem"><type>skin_css</type><name>css/</name><params/><if><![CDATA[<!--[if (gte IE 9) | (IEMobile)]><!-->]]></if></action> This issue doesn't seem to...

    €30 (Avg Bid)
    €30 Keskimäär. tarjous
    13 tarjoukset

    ...Object "Product" will contain the minimum number of properties in order to satisfy the mapping for the channels listed above. You will have to try to join as much of properties together, in order to don't have reputed fields on the java object. Then create Groovy script for mapping the Java interfacece to the channel listed above with the following specifications: - Ebay: Map Java interface to AddItem object contained in package - Amazon: Transform Java common interface to XML using Groovy MarkupBuilder according to xml schema "Create Products - Product Feed Schema" defined in the following pdf - Amazon: Transform

    €247 (Avg Bid)
    €247 Keskimäär. tarjous
    3 tarjoukset
    Ebay API Fix Errors Loppunut left

    I deal my inventory on ebay. Therefore i have a script that uploads my products through ebays api. The whole programming is php. Now i have some bugs in the script that needs to be solved! The script works like this: 1. Inventory is imported in a sql database 2. Script checks each entry if it is already listed on ebay. 3. If not it makes a "additem" call to add the item to ebay. 4. Ebay responses every call with succces or failure. The problem now is, that the script handels the responses wrong! You need to make different calls to see what ebay answers and fix the code at that time!

    €127 (Avg Bid)
    €127 Keskimäär. tarjous
    23 tarjoukset
    ASP/ Ebay API job Loppunut left

    ...that will allow me to 1) list an item for sale on Ebay and using AddItem method and 2) update quantity for an existing listing using ReviseItem. I need 1) interface and 2) sample code that invokes it. No GUI is needed, I'll be plugging the scripts into an existing website. The code should be classic ASP using vbScript and should use no outside components. No server-side jScript either, not supported by the server. More functionality is expected to be added in the future, so any reusable code should be encapsulated. AddItem documentation is at The interface has to support all required and some of the optional parameters for AddItem method. Here is the list - AutoPay BestOfferDetails BuyItNowPrice

    €198 (Avg Bid)
    €198 Keskimäär. tarjous
    2 tarjoukset

    ...the above requirements may result in nonacceptance of the delivery, and withholding of payment until the code is brought up to acceptable quality. ------------------------ The expected API should look something like this: bool amazonLogin(string username, string password); // returns true on success, false on fail string create(string title); // returns the ID of the wishlist bool addItem(string wishlistId, string productId, int quantity = 1); // returns true if all items were added, false if not (and NO items should be added) int countItems(string wishlistId); // returns the cumulative quantity of all items in the wishlist bool setShippingInfo(string wishlistId, string name, string address, string city, string state, string zipcode); // should set (and overw...

    €209 (Avg Bid)
    €209 Keskimäär. tarjous
    15 tarjoukset

    ...ntIds[0])) { $parentProduct = Mage::getModel('catalog/product')->setStoreId($storeId)->load($parentIds[0]); if ($parentProduct->isVisibleInCatalog()) { $checkedProducts->addItem($parentProduct); } } } else { if (!$checkedProducts->getItemById($k)) { $checkedProducts->addItem($p); } } if (count($checkedProducts) >= $this->getProductsLimit()) { break; } ...

    €20 / hr (Avg Bid)
    €20 / hr Keskimäär. tarjous
    21 tarjoukset

    Item (Mage_Catalog_Model_Product) with the same id "267" already exist Trace: #0 /home/lojaotak/public_html/app/code/core/Mage/Eav/Model/Entity/Collection/(265): Varien_Data_Collection->addItem(Object(Mage_Catalog_Model_Product)) #1 /home/lojaotak/public_html/app/code/core/Mage/Eav/Model/Entity/Collection/(1057): Mage_Eav_Model_Entity_Collection_Abstract->addItem(Object(Mage_Catalog_Model_Product)) #2 /home/lojaotak/public_html/app/code/core/Mage/Eav/Model/Entity/Collection/(871): Mage_Eav_Model_Entity_Collection_Abstract->_loadEntities(false, false) #3 /home/lojaotak/public_html/app/code/core/Mage/Catalog/Helper/Product/(211): Mage_Eav_Model_Entity_Collection_Abstract->load() #4 /home/lojaotak/public_html/app/design/frontend/base/defa

    €27 (Avg Bid)
    €27 Keskimäär. tarjous
    11 tarjoukset

    hi, I'm looking for someone experienced in Magento. 2 tasks to perform: 1 - I'm having from tim...more than 30$. COPY / PASTE of the issue described above: There has been an error processing your request Item (Mage_Catalog_Model_Product) with the same id "4971" already exist Trace: #0 /home/paraphar/www/app/code/core/Mage/Eav/Model/Entity/Collection/(265): Varien_Data_Collection->addItem(Object(Mage_Catalog_Model_Product)) #1 /home/paraphar/www/app/code/core/Mage/Eav/Model/Entity/Collection/(1057): Mage_Eav_Model_Entity_Collection_Abstract->addItem(Object(Mage_Catalog_Model_Product)) #2 /home/paraphar/www/app/code/core/Mage/Eav/Model/Entity/Collection/(871): Mage_Eav_Model_Entity_Collection_Abstract->_loadEntities(false, false) ....

    €83 (Avg Bid)
    €83 Keskimäär. tarjous
    6 tarjoukset

    ...on a foreach statement into a javascript. Here is what I am after should look like: foreach <script> submenu().addItem("PHP HERE FOR LEVEL0 MENU", "", function() {}) submenu().getItem('PHP FOR ITEM JUST ADDED HERE').addSubmenu().addItem("PHP FOR LEVEL1 MENU HERE", "", function() { Popup=('PHP FOR URL HERE','Popup','toolbar=yes, location=no,status=no,menubar=no,scrollbars=yes,resizable=yes, width=1024,height=768'); return false; }) </script> end foreach The only thing I need is the PHP where indicated. Here's what the result will look like: submenu().addItem("Customers", "", function() {}) submenu().getItem('Customers')....

    €146 (Avg Bid)
    €146 Keskimäär. tarjous
    3 tarjoukset

    Pick the price from Amazon using ASIN and add/edit the increased price on Ebay. Should be done in .NET only. ...add/edit the increased price on Ebay. Should be done in .NET only. You will deliver complete code. Code is already provided for the same here Please add work "ebay" at the beginning of your bid so that I can understand that u have read the description. Otherwise your bid will not be considered Should be done ASAP.

    €28 - €56
    Sinetöity
    €28 - €56
    0 tarjoukset

    Pick the price from Amazon using ASIN and add/edit the increased price on Ebay. Should be done in .NET Code is already provided for the same here http://developer.e...the price from Amazon using ASIN and add/edit the increased price on Ebay. Should be done in .NET Code is already provided for the same here Please add work ebay at the beginning of your bid so that I can make sure u have read the description. Should be done ASAP.

    €28 - €46
    Sinetöity
    €28 - €46
    2 tarjoukset

    Pick the price from Amazon using ASIN and add/edit the increased price on Ebay. Code is already provided for the same here

    €28 - €56
    Sinetöity
    €28 - €56
    5 tarjoukset

    I have an application is using C++ builder to develop, now I need to add eBay feature in it. Please give me a quote for one API call? and how much for the whole project (around 10+ calls)? I want to try purchase one API call first (AddItem), if everything is good, I will need your help for the rest project, Thanks!

    €841 (Avg Bid)
    €841 Keskimäär. tarjous
    2 tarjoukset

    ...requires the maximum number of Items which might be managed. This will be an integer. The StockTake constructor will check that the argument is positive and if so, use it as the length of an array of Item objects. If the argument is non-positive, the constructor will create an array of 50 Items. The maximum array size and the current number of Items will also need to be initialised • A method called addItem which accepts as an argument a reference to an Item object. This meth...

    €30 (Avg Bid)
    €30 Keskimäär. tarjous
    7 tarjoukset