Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Banner Sort Order Issue #3399

Closed
ocjohncarter opened this issue Sep 29, 2015 · 4 comments
Closed

Banner Sort Order Issue #3399

ocjohncarter opened this issue Sep 29, 2015 · 4 comments

Comments

@ocjohncarter
Copy link

Banner Sort Order related textbox not showing in add banner scheme.

please check the following snapshot.
banners

opencart-russia added a commit to opencart-russia/opencart that referenced this issue Oct 8, 2015
@angboontiong79
Copy link

how can i solve this issue ?
which file i need to amend ?

@ocjohncarter
Copy link
Author

Hello,

Please open design/banner controller & you can find that when new banner
image add then it will not display the text box for short order.

So please replace following line

html += ' <td class="text-right" style="width: 10%;>';

  • Above is old code which show currently opencart 2.0.1.x version, please
    check below code.

html += ' <td class="text-right" style="width: 10%;">';

In above both code please compare highlighted portion & once below code is
replace with old one then issue will be solved.

Thanks & Regards,

John Carter.

On Sun, Feb 14, 2016 at 8:04 AM, angboontiong79 notifications@github.com
wrote:

how can i solve this issue ?
which file i need to amend ?


Reply to this email directly or view it on GitHub
#3399 (comment).

Thank You,
John Carter

@ocjohncarter
Copy link
Author

Hello,

  • Sorry please by forget previous mail.

Please open design/banner View or tpl file & you can find that when new
banner image add then it will not display the text box for short order.

So please replace following line

html += ' <td class="text-right" style="width: 10%;>';

  • Above is old code which show currently opencart 2.0.1.x version, please
    check below code.

html += ' <td class="text-right" style="width: 10%;">';

In above both code please compare highlighted portion & once below code is
replace with old one then issue will be solved.

Thanks & Regards,

John Carter.

On Sun, Feb 14, 2016 at 11:11 AM, John Carter ocjohncarter@gmail.com
wrote:

Hello,

Please open design/banner controller & you can find that when new banner
image add then it will not display the text box for short order.

So please replace following line

html += ' <td class="text-right" style="width: 10%;>';

  • Above is old code which show currently opencart 2.0.1.x version, please
    check below code.

html += ' <td class="text-right" style="width: 10%;">';

In above both code please compare highlighted portion & once below code
is replace with old one then issue will be solved.

Thanks & Regards,

John Carter.

On Sun, Feb 14, 2016 at 8:04 AM, angboontiong79 notifications@github.com
wrote:

how can i solve this issue ?
which file i need to amend ?


Reply to this email directly or view it on GitHub
#3399 (comment)
.

Thank You,
John Carter

Thank You,
John Carter

@annia316
Copy link

In case someone else is wondering:
The right file that needs to be changed is admin/view/template/design/banner_form.tpl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants