Display label in product page ?

ThemeBurn SupportForumsOpenCart ThemesBurnEngineDisplay label in product page ?

This topic has been marked as not resolved.

How can I display a label to the side in the product page ? Like a name label and an input box for name on the side ?

A label on the left hand side and the input box on the right hand side ?

This feature works on opencart 2.3 but not on opencart 1.

  • This reply was modified 2603 days ago by  ashndeen.
  • This reply was modified 2603 days ago by  ashndeen.
  • This reply was modified 2603 days ago by  ashndeen.
March 10, 2017 at 1:04 pm #57284

Hi,

Can you please provide some more information? For the moment we are not able to fully understand your request. If appropriate, you can attach some screenshots to better illustrate, what exactly you mean.

BR,
ThemeBurn team

March 12, 2017 at 11:52 pm #57358

When I click on the product page, the product opens.

If I want to insert a name field, I want the name label to be in the left and the input box to be in the right.

The image demonstrating the above example is given below.

I want to have the label name and the input box for the label name as shown in the image.

March 16, 2017 at 12:08 pm #57473

Hi,

Do you mean product options? They can be added from Admin > Catalog > Product options. If you have them, but they do not show in the website, we will need to check your configuration. Can you provide website url, admin and ftp access, so we can check?

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

March 21, 2017 at 11:03 pm #57612

I tried as you said but that didn’t work on opencart 2.1

There two images below.

The image with the name with-label is a screenshot from opencart 2.3. The label is shown fine in the page.

The second image with the name without-label is a screenshot from opencart 2.1. The label isn’t shown in the product page.

The problem here is that I wan’t the product page in opencart 2.1 to show label in product page. Any ideas for that ?

And the details for access are below.

  • This reply was modified 2590 days ago by  ashndeen.
March 23, 2017 at 6:41 am #57675

The second image with-label

March 23, 2017 at 6:44 am #57678

Hi,

We see a custom CSS rule that is hiding the product options labels:

.options .form-group > label {
    width: auto;
    max-width: 80px;
    display: none;
}

Please check your Custom Stylesheet panel.

BR,
ThemeBurn team

April 2, 2017 at 10:49 am #57921
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.