In admin/view/template/openbay/ebay_settings.tpl file,
find:
Code: Select all
url: 'index.php?route=openbay/ebay/verifycredentials&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/ebay/verifyCredentials&token=<?php echo $token; ?>',
In admin/view/template/openbay/ebay_synchronise.tpl file,
find:
Code: Select all
url: 'index.php?route=openbay/ebay/updatecategories&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/ebay/updateCategories&token=<?php echo $token; ?>',
Then, find:
Code: Select all
url: 'index.php?route=openbay/ebay/updatesettings&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/ebay/updateSettings&token=<?php echo $token; ?>',
Then, find:
Code: Select all
url: 'index.php?route=openbay/ebay/updatestore&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/ebay/updateStore&token=<?php echo $token; ?>',
In admin/view/template/openbay/ebay_usage.tpl file,
find:
Code: Select all
url: 'index.php?route=openbay/ebay/getusage&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/ebay/getUsage&token=<?php echo $token; ?>',
In admin/view/template/openbay/etsy_create.tpl file,
find:
Code: Select all
url: 'index.php?route=openbay/etsy_product/createsubmit&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/etsy_product/createSubmit&token=<?php echo $token; ?>',
Then, find:
Code: Select all
url: 'index.php?route=openbay/etsy_product/addimage&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/etsy_product/addImage&token=<?php echo $token; ?>',
Then, find:
Code: Select all
url: 'index.php?route=openbay/etsy_shipping/getall&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/etsy_shipping/getAll&token=<?php echo $token; ?>',
Then, find:
Code: Select all
url: 'index.php?route=openbay/etsy_shop/getsections&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/etsy_shop/getSections&token=<?php echo $token; ?>',
In admin/view/template/openbay/etsy_edit.tpl file,
find:
Code: Select all
url: 'index.php?route=openbay/etsy_product/editsubmit&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/etsy_product/editSubmit&token=<?php echo $token; ?>',
In admin/view/template/openbay/etsy_listings.tpl file,
find:
Code: Select all
url: 'index.php?route=openbay/etsy_product/endlisting&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/etsy_product/endListing&token=<?php echo $token; ?>',
Then, find:
Code: Select all
url: 'index.php?route=openbay/etsy_product/deactivatelisting&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/etsy_product/deactivateListing&token=<?php echo $token; ?>',
Then, find:
Code: Select all
url: 'index.php?route=openbay/etsy_product/activatelisting&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/etsy_product/activateListing&token=<?php echo $token; ?>',
In admin/view/template/openbay/etsy_settings.tpl file,
find:
Code: Select all
url: 'index.php?route=openbay/etsy/getorders&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/etsy/getOrders&token=<?php echo $token; ?>',
Then, find:
Code: Select all
url: 'index.php?route=openbay/etsy/settingsupdate&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/etsy/settingsUpdate&token=<?php echo $token; ?>',
In admin/view/template/openbay/fba_settings.tpl file,
find:
Code: Select all
url: 'index.php?route=openbay/fba/verifycredentials&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=openbay/fba/verifyCredentials&token=<?php echo $token; ?>',
In admin/view/template/openbay/openbay_manage.tpl file,
find:
Code: Select all
url: 'index.php?route=extension/openbay/faqclear&token=<?php echo $token; ?>',
replace with:
Code: Select all
url: 'index.php?route=extension/openbay/faqClear&token=<?php echo $token; ?>',
Then, find all instances of:
Code: Select all
url: 'index.php?route=extension/openbay/updatev2
replace them all with:
Code: Select all
url: 'index.php?route=extension/openbay/updateV2