reverbdotcom / reverb-magento

Magento 1.x plugin for syncing with Reverb
Other
7 stars 10 forks source link

Erroneous frontend template files #94

Closed dunagan5887 closed 9 years ago

dunagan5887 commented 9 years ago

app/design/frontend/base/default/template/ReverbSync/product/productsync.phtml app/design/frontend/base/default/template/ReverbSync/product/productfailsync.phtml

These two are legacy template files that don't seem to have a purpose in our codebase currently. Based on what I see, I think the previous developer was failing to add Reverb Product ID and URL to the admin panel view product page. We should remove these files to prevent any confidential data from being view-able by frontend customers. I'm not even seeing any layout updates which would add these to any pages.

In file app/design/adminhtml/default/default/layout/ReverbSync.xml

A tab was created on the admin product edit page. If you go to a product page in the admin panel, you'll see a "Reverb Info" tab. On this tab is a "Sync" button that is not hooked up to an existing controller. Was this a functional spec you had communicated to the previous developer? This would require a new controller action, probably around an hour of work to create the new controller.

Let me know what resolution you want for these items

skwp commented 9 years ago

thanks kill anything that is not working from the prior implementation. this was not part of a spec

Yan Pritzker yanpritzker.com via iPhone

On Sep 23, 2015, at 12:43 AM, Sean Dunagan notifications@github.com wrote:

app/design/frontend/base/default/template/ReverbSync/product/productsync.phtml app/design/frontend/base/default/template/ReverbSync/product/productfailsync.phtml

These two are legacy template files that don't seem to have a purpose in our codebase currently. Based on what I see, I think the previous developer was failing to add Reverb Product ID and URL to the admin panel view product page. We should remove these files to prevent any confidential data from being view-able by frontend customers. I'm not even seeing any layout updates which would add these to any pages.

In file app/design/adminhtml/default/default/layout/ReverbSync.xml

A tab was created on the admin product edit page. If you go to a product page in the admin panel, you'll see a "Reverb Info" tab. On this tab is a "Sync" button that is not hooked up to an existing controller. Was this a functional spec you had communicated to the previous developer? This would require a new controller action, probably around an hour of work to create the new controller.

Let me know what resolution you want for these items

— Reply to this email directly or view it on GitHub.

dunagan5887 commented 9 years ago

ACL permissions for the Listing Sync page are currently invalid. I created a separate issue for this