Change content of top panel Opencart 1.5.5.1 - opencart

I want change content of top panel in Opencart 1.5.5.1 (if you look at this site http://demo.opencart.com/ I mean this gray panel on top with category items "Desktops, Laptops & Notebooks..."). For example I want put to this panel information. I tried found it in administration, but I found nothing.

Put simply, without some editing of core files you aren't going to be able to do this. These items are categories only and are editable from the category editor under the option "Top" as in show in top menu. Information does not have this

Related

APEX 5.1.3 -- Clicking the Edit Button in the Report Page Shows a Form for Inserting a New Record

I am using APEX 5.1.3 to build a new desktop web application. I created a pair of Report and Form pages, and then ran the application, entered the report page. The data in the table was shown correctly, and each row contained a pencil icon at the leftmost column -- all looking fine.
However, when I clicked on the pencil icon to enter the Form page, instead of showing the record and let the user update the record, all columns became blank. The Save button was not there, instead the Create button appeared. This became the same behavior as clicking the Create button in the report page. What did I do wrongly, and how could I correct this behavior?
Seems I can find the answer after clicking the APEX edit page here and there...
I go to the edit page of the Report Page, on the left side, under Content Body, select Attributes.
On the Right side, under Link, click Target.
A new window appears at the center. I found the page no. is correct, but the Set Items aren't. Hence I click on the ^ button to select the correct column on the left, and values on the right. Click OK and then Save and Run the page. The problem is then corrected.
The reason for the problem is that for whatever reason, my original version has a value item which does not exist at all. Hence the data can't be brought to the form page when the edit button is clicked in the report page.

How to add Super Filter/Filter in home page in my website?

I am using opencart version 2.2.0 and journel theme in my ecommerce site.How to add Super Filter/Filter in home page in my website?
I am guessing you mean you are using Journal theme?
In left menu, go to
Journal->Super Filter
Then click add button.
It will allow you to add the filter to desired layout (which in your case will be Home, just choose it from the drop down list) and also define position (column left or column right), as well as set status on or off. You can add as many as you like, in which case you can define sort order of each one. Click Save button.
I hope this helps, cheers.

how to set the rights for placeholder ribbon

beginner question for sitecore about settings the right.
So I have an item is open in the page editor.
The renderings on the page has bunch of icons on the ribbon. One of them called 'select the parent element (element name)'.
In my case when I click on it, I am presented with the placeholder with button 'add here' and the ribbon with some component buttons that a user can use to add the controls.
So, QUESTION:
"how I add access to the button on that ribbon for certain role? Where do I set it up? "
For some certain role that placeholder's ribbon is completely empty, including there is no button 'select the parent element' even though
i know there is a parent element.
thank you very much for help,
HF
Here are the screenshots (no icons on the placeholder ribbon, and the user's rights:
enter image description here
And here is how that looks for the admin:
All the settings for the Page Editor are held in the Core database. So in the Sitecore Desktop, switch to the core database and open up the Content Editor.
Navigate to : /sitecore/content/Applications/WebEdit
This item holds the items that make up the page editor. To edit the ribbon menues, go to:
/sitecore/content/Applications/WebEdit/Ribbons
I don't remember seeing that particular button in the Core database, so this is likely a built-in feature that requires the user to have one of the built-in permissions.
The first thing I would check is that Designing is turned on. Have the user go to the 'View' tab in Page Editor and make sure they have checked the 'Designing' checkbox.
If that doesn't work, it sounds like the user you have does not have design access to the page. I would examine the inherited roles using the User Manager and check if they have the Sitecore Designer role inherited.
It is possible they just need to be provided the correct role in the system so that they can access the buttons.
Have you tried the "Sitecore Client developing role"?
Also, for the blue arrow drop list location, in order for the rendering button to show up in that location, you have to check whether the button in the webedit folder under core database(/sitecore/content/Applications/WebEdit/Default Rendering Buttons). The Type field needs to be "Common" in order to show up in the blue arrow droplist.
Example can be the "Edit related item" (/sitecore/content/Applications/WebEdit/Default Rendering Buttons/Edit related item) shows up in the blue arrow droplist.

Translating theme: Add to cart button?

I've been translating a theme by simply customizing the HTML, but I've run into a problem:
The "Add to cart" button on a product page. I can translate the label on the button, but when you click the button the text changes from "Add to cart" to "Adding..." and then to "Added!".
Neither "Adding..." nor "Added!" are anywhere to be found the HTML of the theme, so I'm wondering where I should look if I want to translate those?
The "Adding", "Added" response comes from the theme's javascript - unfortunately that's hard-coded in and there's not a way to change it. You may want to try modifying another theme that doesn't use ajax to add products to your cart, like Sexy, Luna, or Nova - then you should be able to have more control over translating your store completely.

SiteCore-Shifting of a placeholder above and inhibiting the edit of further items in the page in Edit Mode

I have following arrangement of placeholders in the site.
top-placeholder
bottom-placeholder
Here top-placeholder will hold a sublayout displaying the Image and bottom-placeholder showing some navigation links in the site. Here in the edit mode, whenever I delete the sublayout shown in the top-placeholder the navigation in the bottom-placeholder moves top and after this I can't edit further and also can't insert the image again in the top-placeholder as I don't see the top-placeholder again.
Please let me know if I am missing any setting or what could be the issue for shifting of sublayout containing navigation links and not allowing me to edit/insert image again.
It looks like after you remove the sublayout from your top-placeholder, it is collapsed as there is no content inside and there are no css styles that would set some minimum height and width for this placeholder. That's why you can not select it to add new sublayouts.
Try to add some additional css styles that will be displayed only in page editor editing mode ( Sitecore.Context.PageMode.IsPageEditorEditing ) that will set the minimum height and width of the top-placeholder.