Placeholder
Combined Shipping NZ Wide From $7.49 Urban Delivery Or $10.49 Rural Delivery
{"id":4608594608224,"title":"Victa Wheel Assy, Self Propelled Ch86743A","handle":"victa-wheel-assy-self-propelled-ch86743a","description":"\u003cscript src=\"include\/libs\/jquery\/3.1\/jquery.min.js\"\u003e\u003c\/script\u003e \u003cscript src=\"include\/js\/psw.js\"\u003e\u003c\/script\u003e \u003cscript src=\"Include\/genFunc.js\" language=\"JavaScript\"\u003e\u003c\/script\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--\nBODY { overflow:visible; }\n--\u003e\u003c\/style\u003e\n\u003cscript language=\"JavaScript\"\u003e\/\/ \u003c![CDATA[\n\tvar app = 'base',\n\t\tsession = '4e318d12-8063-4f74-9216-1ffc807dbb43',\n\t\tcatalog = '73',\n\t\tsEMURL = 'https:\/\/eparts.thepowerportal.com\/scripts\/EmpartISAPI.dll?MF\u0026app=base\u0026session=4e318d12-8063-4f74-9216-1ffc807dbb43\u0026cat=' + catalog,\n\t\tbaseAjaxUrl = 'https:\/\/eparts.thepowerportal.com\/\/scripts\/EmpartISAPI.dll?AJAX',\n\t\tsPartName = 'CH86743A',\n\t\tsPartDesc = 'WHEEL ASSY, Self Propelled';\n\n\tfunction init() {\n\t\tif (document.getElementsByTagName) {\n\t\t\tvar arrAnchors = document.getElementsByTagName('A');\n\t\t\tvar iNumRows = arrAnchors.length;\n\t\t\tvar sLink = '';\n\n\t\t\tif(iNumRows == 1 \u0026\u0026 objMainFrame.bShowIPLForSingleWhereUsedResults) {\n\t\t\t\teval(arrAnchors[0].href.substring(11).replace('%20', ' '));\n\t\t\t}\n\t\t}\n\t}\n\n\tvar getAssemblyParentage = function(catalogId, assemblyId) {\t\t\n\t\tvar data = {\n\t\t\t\tapp: app,\n\t\t\t\tsession: session,\n\t\t\t\tcatalogId: catalogId,\n\t\t\t\tassemblyId: assemblyId,\n\t\t\t\tmode: 'assemblyParentage'\n\t\t\t};\n\n\t\treturn $.ajax({\n\t\t\ttype: \"post\",\n\t\t\turl: baseAjaxUrl,\n\t\t\tdata: data,\n\t\t\tdataType: \"json\"\n\t\t});\n\t};\n\t\n\tvar getWhereUsed = function(catalogId, value) {\t\t\n\t\tvar data = {\n\t\t\t\tapp: app,\n\t\t\t\tsession: session,\n\t\t\t\tcatalogId: catalogId,\n\t\t\t\tlineage: value,\n\t\t\t\tmode: 'getWhereUsedFromLineage'\n\t\t\t};\n\n\t\treturn $.ajax({\n\t\t\ttype: \"post\",\n\t\t\turl: baseAjaxUrl,\n\t\t\tdata: data,\n\t\t\tdataType: \"json\"\n\t\t});\n\t};\n\t\n\tvar root = this;\n\t\n function display_where_used(value){\n\n\tif(!value){\n\t\treturn;\n\t}\n\t\n\tvar value_array = value.split(value.substr(0, 1));\n\tvar\tmainWindow,\n\t\tevents,\n\t\tlength = value_array.length,\n\t\tselected_assembly_id;\n\t\t\n\tselected_assembly_id = value_array[length - 1];\n\t\n\tmainWindow = PSW.Application.getTopWindow(root);\n\t\t\t\tevents = mainWindow.PSW.EventAggregator;\n\t\t\t\t\n\tgetWhereUsed(catalog, value)\n\t\t.then(function(response) {\n\t\t\tif (!response || !response.model) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t\n\t\t\tevents.publish('part\/whereUsed\/selected', {\n\t\t\t\tcatalogId: catalog,\n\t\t\t\tselectedAssemblyLineage: value.substr(1),\n\t\t\t\tassemblyId: selected_assembly_id,\n\t\t\t\tpartName: sPartName,\n\t\t\t\tdata: response\n\t\t\t});\n\t\t});\n\t\n }\n\t\n\tfunction dispAssy(sHist) {\n\t\tif (sHist) {\n\t\t\tvar arrHist = sHist.split(sHist.substr(0, 1)),\n\t\t\tiHistLen = arrHist.length,\n\t\t\tsAssem,\n\t\t\tsSelAssem,\n\t\t\tmainWindow,\n\t\t\tevents;\n\n\t\t\tif (2 \u003c iHistLen) {\n\t\t\t\tsAssem = arrHist[iHistLen - 2];\n\t\t\t}\n\t\t\t\n\t\t\tsSelAssem = arrHist[iHistLen - 1];\n\t\t\t\n\t\t\tif (sSelAssem) {\t\t\t\n\t\t\t\tmainWindow = PSW.Application.getTopWindow(root);\n\t\t\t\tevents = mainWindow.PSW.EventAggregator;\n\t\t\t\t\n\t\t\t\tgetAssemblyParentage(catalog, sSelAssem)\n\t\t\t\t\t.then(function(response) {\n\t\t\t\t\t\tif (!response || !response.model) {\n\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tevents.publish('part\/whereUsed\/selected', {\n\t\t\t\t\t\t\tcatalogId: catalog,\n\t\t\t\t\t\t\tassemblyId: sSelAssem,\n\t\t\t\t\t\t\tpartName: sPartName,\n\t\t\t\t\t\t\tdata: response\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t}\n\t\t}\n\t}\n\n \n\/\/ ]]\u003e\u003c\/script\u003e\n\u003ctable width=\"100%\" cellspacing=\"0\" cellpadding=\"4\" border=\"0\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"Header\" width=\"100%\" align=\"CENTER\"\u003e\n\u003cscript language=\"JavaScript\"\u003e\/\/ \u003c![CDATA[\n\t\tif (sPartName) document.write('\u003cB\u003ePart ' + sPartName + '\u003c\/B\u003e');\n\t\tif (sPartDesc) {\n\t\t\tif (sPartName) document.write('\u0026nbsp \u0026nbsp(');\n\t\t\tdocument.write(sPartDesc);\n\t\t\tif (sPartName) document.write(')');\n\t\t}\n\t\n\/\/ ]]\u003e\u003c\/script\u003e \u003cb\u003ePart CH86743A\u003c\/b\u003e   (WHEEL ASSY, Self Propelled)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"Dark\"\u003e\n\u003ctd style=\"padding: 4px; border-bottom-color: #404040; border-bottom-width: 1px; border-bottom-style: solid;\"\u003e\u003cb\u003eWhere Used:\u003c\/b\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd height=\"100%\"\u003e\n\u003ctable cellspacing=\"0\" cellpadding=\"2\" border=\"0\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.774999.775003');\"\u003e881890 - Victa Ultimate 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881890)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.776100.776118');\"\u003e881891 - Victa Easy Walker 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881891)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.776146.776158');\"\u003e881896 - Corvette 400, 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881896)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.776163.776172');\"\u003e881898 - Corvette Ultimate, 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881898)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.776121.776131');\"\u003e881904 - Pace 400, 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881904)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.776139.776145');\"\u003e881906 - Pace 600, 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881906)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.779485.779513');\"\u003e881908 - Mustang 19\" Self Propelled Walk Behind Mower, 725EXI--\u0026gt;Wheels \u0026amp; Axles Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.779685.779697');\"\u003e881909 - Mustang Ultimate 19\" Self Propelled Walk Behind Mower, 750EXI IS--\u0026gt;Wheels \u0026amp; Axles Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.281955.295216');\"\u003eTKD482 - Tornado Self Propelled, 2 Stroke Keystart--\u0026gt;Tornado Self Propelled Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.281953.295216');\"\u003eTMD482 - Tornado Self Propelled, 2 stroke--\u0026gt;Tornado Self Propelled Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.281954.295216');\"\u003eTMD484 - Tornado Self Propelled, 4 stroke--\u0026gt;Tornado Self Propelled Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.760236.760335');\"\u003eVCBD484-A Commando 19\" Self Propelled Button Start Mower--\u0026gt;Rear Axle Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","published_at":"2020-05-04T10:05:02+12:00","created_at":"2020-05-04T11:06:00+12:00","vendor":"Victa","type":"Wheel","tags":["Categories- Pushmower Parts","Victa"],"price":5689,"price_min":5689,"price_max":5689,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":32202360815712,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"13-CH86743A","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Victa Wheel Assy, Self Propelled Ch86743A","public_title":null,"options":["Default Title"],"price":5689,"weight":0,"compare_at_price":null,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"continue","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/sesdirect.co.nz\/cdn\/shop\/products\/image_88e2a972-9895-4b70-8684-9ec14a7d1038.jpg?v=1687926820"],"featured_image":"\/\/sesdirect.co.nz\/cdn\/shop\/products\/image_88e2a972-9895-4b70-8684-9ec14a7d1038.jpg?v=1687926820","options":["Title"],"media":[{"alt":"Victa Wheel Assy, Self Propelled Ch86743A-Wheel-SES Direct Ltd","id":30300894920948,"position":1,"preview_image":{"aspect_ratio":0.999,"height":1081,"width":1080,"src":"\/\/sesdirect.co.nz\/cdn\/shop\/products\/image_88e2a972-9895-4b70-8684-9ec14a7d1038.jpg?v=1687926820"},"aspect_ratio":0.999,"height":1081,"media_type":"image","src":"\/\/sesdirect.co.nz\/cdn\/shop\/products\/image_88e2a972-9895-4b70-8684-9ec14a7d1038.jpg?v=1687926820","width":1080}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cscript src=\"include\/libs\/jquery\/3.1\/jquery.min.js\"\u003e\u003c\/script\u003e \u003cscript src=\"include\/js\/psw.js\"\u003e\u003c\/script\u003e \u003cscript src=\"Include\/genFunc.js\" language=\"JavaScript\"\u003e\u003c\/script\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--\nBODY { overflow:visible; }\n--\u003e\u003c\/style\u003e\n\u003cscript language=\"JavaScript\"\u003e\/\/ \u003c![CDATA[\n\tvar app = 'base',\n\t\tsession = '4e318d12-8063-4f74-9216-1ffc807dbb43',\n\t\tcatalog = '73',\n\t\tsEMURL = 'https:\/\/eparts.thepowerportal.com\/scripts\/EmpartISAPI.dll?MF\u0026app=base\u0026session=4e318d12-8063-4f74-9216-1ffc807dbb43\u0026cat=' + catalog,\n\t\tbaseAjaxUrl = 'https:\/\/eparts.thepowerportal.com\/\/scripts\/EmpartISAPI.dll?AJAX',\n\t\tsPartName = 'CH86743A',\n\t\tsPartDesc = 'WHEEL ASSY, Self Propelled';\n\n\tfunction init() {\n\t\tif (document.getElementsByTagName) {\n\t\t\tvar arrAnchors = document.getElementsByTagName('A');\n\t\t\tvar iNumRows = arrAnchors.length;\n\t\t\tvar sLink = '';\n\n\t\t\tif(iNumRows == 1 \u0026\u0026 objMainFrame.bShowIPLForSingleWhereUsedResults) {\n\t\t\t\teval(arrAnchors[0].href.substring(11).replace('%20', ' '));\n\t\t\t}\n\t\t}\n\t}\n\n\tvar getAssemblyParentage = function(catalogId, assemblyId) {\t\t\n\t\tvar data = {\n\t\t\t\tapp: app,\n\t\t\t\tsession: session,\n\t\t\t\tcatalogId: catalogId,\n\t\t\t\tassemblyId: assemblyId,\n\t\t\t\tmode: 'assemblyParentage'\n\t\t\t};\n\n\t\treturn $.ajax({\n\t\t\ttype: \"post\",\n\t\t\turl: baseAjaxUrl,\n\t\t\tdata: data,\n\t\t\tdataType: \"json\"\n\t\t});\n\t};\n\t\n\tvar getWhereUsed = function(catalogId, value) {\t\t\n\t\tvar data = {\n\t\t\t\tapp: app,\n\t\t\t\tsession: session,\n\t\t\t\tcatalogId: catalogId,\n\t\t\t\tlineage: value,\n\t\t\t\tmode: 'getWhereUsedFromLineage'\n\t\t\t};\n\n\t\treturn $.ajax({\n\t\t\ttype: \"post\",\n\t\t\turl: baseAjaxUrl,\n\t\t\tdata: data,\n\t\t\tdataType: \"json\"\n\t\t});\n\t};\n\t\n\tvar root = this;\n\t\n function display_where_used(value){\n\n\tif(!value){\n\t\treturn;\n\t}\n\t\n\tvar value_array = value.split(value.substr(0, 1));\n\tvar\tmainWindow,\n\t\tevents,\n\t\tlength = value_array.length,\n\t\tselected_assembly_id;\n\t\t\n\tselected_assembly_id = value_array[length - 1];\n\t\n\tmainWindow = PSW.Application.getTopWindow(root);\n\t\t\t\tevents = mainWindow.PSW.EventAggregator;\n\t\t\t\t\n\tgetWhereUsed(catalog, value)\n\t\t.then(function(response) {\n\t\t\tif (!response || !response.model) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t\n\t\t\tevents.publish('part\/whereUsed\/selected', {\n\t\t\t\tcatalogId: catalog,\n\t\t\t\tselectedAssemblyLineage: value.substr(1),\n\t\t\t\tassemblyId: selected_assembly_id,\n\t\t\t\tpartName: sPartName,\n\t\t\t\tdata: response\n\t\t\t});\n\t\t});\n\t\n }\n\t\n\tfunction dispAssy(sHist) {\n\t\tif (sHist) {\n\t\t\tvar arrHist = sHist.split(sHist.substr(0, 1)),\n\t\t\tiHistLen = arrHist.length,\n\t\t\tsAssem,\n\t\t\tsSelAssem,\n\t\t\tmainWindow,\n\t\t\tevents;\n\n\t\t\tif (2 \u003c iHistLen) {\n\t\t\t\tsAssem = arrHist[iHistLen - 2];\n\t\t\t}\n\t\t\t\n\t\t\tsSelAssem = arrHist[iHistLen - 1];\n\t\t\t\n\t\t\tif (sSelAssem) {\t\t\t\n\t\t\t\tmainWindow = PSW.Application.getTopWindow(root);\n\t\t\t\tevents = mainWindow.PSW.EventAggregator;\n\t\t\t\t\n\t\t\t\tgetAssemblyParentage(catalog, sSelAssem)\n\t\t\t\t\t.then(function(response) {\n\t\t\t\t\t\tif (!response || !response.model) {\n\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tevents.publish('part\/whereUsed\/selected', {\n\t\t\t\t\t\t\tcatalogId: catalog,\n\t\t\t\t\t\t\tassemblyId: sSelAssem,\n\t\t\t\t\t\t\tpartName: sPartName,\n\t\t\t\t\t\t\tdata: response\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t}\n\t\t}\n\t}\n\n \n\/\/ ]]\u003e\u003c\/script\u003e\n\u003ctable width=\"100%\" cellspacing=\"0\" cellpadding=\"4\" border=\"0\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"Header\" width=\"100%\" align=\"CENTER\"\u003e\n\u003cscript language=\"JavaScript\"\u003e\/\/ \u003c![CDATA[\n\t\tif (sPartName) document.write('\u003cB\u003ePart ' + sPartName + '\u003c\/B\u003e');\n\t\tif (sPartDesc) {\n\t\t\tif (sPartName) document.write('\u0026nbsp \u0026nbsp(');\n\t\t\tdocument.write(sPartDesc);\n\t\t\tif (sPartName) document.write(')');\n\t\t}\n\t\n\/\/ ]]\u003e\u003c\/script\u003e \u003cb\u003ePart CH86743A\u003c\/b\u003e   (WHEEL ASSY, Self Propelled)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"Dark\"\u003e\n\u003ctd style=\"padding: 4px; border-bottom-color: #404040; border-bottom-width: 1px; border-bottom-style: solid;\"\u003e\u003cb\u003eWhere Used:\u003c\/b\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd height=\"100%\"\u003e\n\u003ctable cellspacing=\"0\" cellpadding=\"2\" border=\"0\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.774999.775003');\"\u003e881890 - Victa Ultimate 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881890)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.776100.776118');\"\u003e881891 - Victa Easy Walker 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881891)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.776146.776158');\"\u003e881896 - Corvette 400, 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881896)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.776163.776172');\"\u003e881898 - Corvette Ultimate, 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881898)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.776121.776131');\"\u003e881904 - Pace 400, 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881904)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.776139.776145');\"\u003e881906 - Pace 600, 19\" S\/P Walk Behind Mower--\u0026gt;Wheels \u0026amp; Axles Group (881906)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.779485.779513');\"\u003e881908 - Mustang 19\" Self Propelled Walk Behind Mower, 725EXI--\u0026gt;Wheels \u0026amp; Axles Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.779685.779697');\"\u003e881909 - Mustang Ultimate 19\" Self Propelled Walk Behind Mower, 750EXI IS--\u0026gt;Wheels \u0026amp; Axles Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.281955.295216');\"\u003eTKD482 - Tornado Self Propelled, 2 Stroke Keystart--\u0026gt;Tornado Self Propelled Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.281953.295216');\"\u003eTMD482 - Tornado Self Propelled, 2 stroke--\u0026gt;Tornado Self Propelled Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.281954.295216');\"\u003eTMD484 - Tornado Self Propelled, 4 stroke--\u0026gt;Tornado Self Propelled Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cb\u003e·\u003c\/b\u003e \u003cspan class=\"Tree\" onclick=\"display_where_used('.760236.760335');\"\u003eVCBD484-A Commando 19\" Self Propelled Button Start Mower--\u0026gt;Rear Axle Group\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e"}

Victa Wheel Assy, Self Propelled Ch86743A

Product Description
Special Order Estimated 3-4 Days
$56.89
Maximum quantity available reached.
Part CH86743A   (WHEEL ASSY, Self Propelled)
Where Used:
· 881890 - Victa Ultimate 19" S/P Walk Behind Mower-->Wheels & Axles Group (881890)
· 881891 - Victa Easy Walker 19" S/P Walk Behind Mower-->Wheels & Axles Group (881891)
· 881896 - Corvette 400, 19" S/P Walk Behind Mower-->Wheels & Axles Group (881896)
· 881898 - Corvette Ultimate, 19" S/P Walk Behind Mower-->Wheels & Axles Group (881898)
· 881904 - Pace 400, 19" S/P Walk Behind Mower-->Wheels & Axles Group (881904)
· 881906 - Pace 600, 19" S/P Walk Behind Mower-->Wheels & Axles Group (881906)
· 881908 - Mustang 19" Self Propelled Walk Behind Mower, 725EXI-->Wheels & Axles Group
· 881909 - Mustang Ultimate 19" Self Propelled Walk Behind Mower, 750EXI IS-->Wheels & Axles Group
· TKD482 - Tornado Self Propelled, 2 Stroke Keystart-->Tornado Self Propelled Group
· TMD482 - Tornado Self Propelled, 2 stroke-->Tornado Self Propelled Group
· TMD484 - Tornado Self Propelled, 4 stroke-->Tornado Self Propelled Group
· VCBD484-A Commando 19" Self Propelled Button Start Mower-->Rear Axle Group
Sku: 13-CH86743A
Vendor: Victa

Shipping Information

Flat Rate Shipping New Zealand Wide:

  • Urban Delivery: $7.49 for all orders under 30kg
  • Rural Delivery: $10.49 for all orders under 30kg
  • Heavy Items (over 30kg): $19.95 to any Mainstream Depot or non-rural address NZ-wide

We stock thousands of items in-house and utilize a network of suppliers across New Zealand to ensure quick access to a wide range of parts. Orders for in-stock items are typically dispatched on an overnight service nationwide. However, please allow an additional 1-2 days for large or oversized orders due to shipping constraints.

If you need any clarification on shipping times or availability, feel free to contact us!

Returns Policy

At SES Direct, our goal is to get your gear up and running as quickly as possible. If you've ordered the wrong part, we’re here to help and will do our best to sort things out for you.

Return Eligibility:

  • Our return policy is valid for 14 working days from the delivery date of your order. Unfortunately, if 14 working days have passed, we cannot offer a refund or exchange.
  • To be eligible for a return, the item must be unused, in the same condition as when you received it, and in its original packaging.
  • Please note we do not take liability for the accuracy of photos as we go by part numbers not photos. 

Return Process:

  • Before returning any item, please contact us to receive a return number, which must accompany your returned goods. This will be supplied via email.
  • Return shipping costs are the customer’s responsibility.
  • Electrical items are only credited at our discretion.
  • A restocking fee of 20% or $15.00 (whichever is greater) applies to common items we stock.
  • For ‘indent’ parts (special orders made just for you), a minimum 25% restocking fee applies.
  • Some specialist or ‘one-off’ items may not be eligible for return if they cannot be sent back to our suppliers.

Freight Credit:
We will only credit freight costs if we sent the incorrect part by mistake.

If you're unsure about a product or need clarification on our returns policy, please contact us before placing your order. We're happy to help! You can reach us at 0800 296 586.