How to hide rows in a Grid in The Master Page Header based on data returned and displayed on the page - birt

I have a requirement to show a different header based on the content.
The header is a combination of logos and accompanying text that goes with the logo.
I need to display Company A logo or Company B Logo based on the data on the page.
The actuall content is a simple letter to the employee withe a few dynamic fields. There is a page break for every employee. The dataset contains the company name which drive the determination of the logo.
I tried a few things and was unsuccessful.
Any suggestions?

Probably the best idea is to not display the logo in the master page.
Instead, make the logo part of a group header with "repeat header" selected.

Related

Magento Product Attribute - Multiple Fields

We are making a new website with Magento and in that case I needed to create an attribute set which should contain multiple text fields. Problem is, when creating the attribute, I'm only allowed to insert 1 text field?
For us, in this situation, it would be perfect to have a button like 'Add text field' and it would add another row to echo out on our frontend.
The content of those text fields varies from product to product.
I've been searching, but can't seem to find anything.
Someone have an idea of what I should be searching for or start doing?
Thanks!

Translate Magento Shop Categories

I want to translate categories in magento but I didn't found any way but only to add products multiple times and set different store view but that is really very time consuming if I have lots of categories and lots of site views.
Any short way to translate categories?
Yeah, that one is one of these things that can be done without extensions but are not intuitive. I had to check a video from youtube to get to the solution, which is:
Go to Catalog->Manage categories.
Select the category you want to translate. I am assuming that this category applies to the whole store, all store views included.
Then at the top left box select the store view that you want to display the category in a different language, i.e. "English".
Now the general information tab of the category shows checkboxes with the option "Use default value". Uncheck the checkbox for the field "Name" and change the name for the translated text.
Save category.
In case you find difficult to follow my instructions check this video:
https://www.youtube.com/watch?v=VppfnO14jfE

Made to Measure - static block in product page

I need to create a way for the buyer to input his/her sizes so that the ordered product is made for his measures. How can I do that in Magento 1.9?
I was thinking that upon "made to measure" radio button is switched, a popup image and table emerges and the buyer fills some fields with dimensions that are sent in a text form with the order.
You can do this by creating Custom option on the Product.You shoule create custom option of text box so that user can enter his/her value.

Is there any way that stores have other media than default on Magento?

How can i separate, medias for different stores in Magento? For example: I have two stores "Store1", and Main Website Store by default. When i upload any image or something else on Store1, image has been stored in default media folder.
So my question is, is there any way to local storage for Store1 can be other media, that is not default? Thank you.
In Magento you can select different image for different website or store view. It works in the same way of the others field. From the admin interface, when you are on a product page, switch on your desired store view using the combo box on the left, then from the image section, uncheck the checkbox "use default value" and select the image that you want to display as base image, small image and thumb, relative to active store view. Than, if you want that an image is unavailable in your store view, you can use the "exclude" checkbox. If you are searching something to completely separate images, I think that Magento by default doesn't have this feature. I hope that's useful.

Should Magento sitemap contain empty categories?

From SEO point of view, isn't it dangerous to give out a page without any practical value? If you advertise to have content for a particular category, but you actually don't, wouldn't that make the poeple who clicked on the link to just move along?
More importantly, would the empty category not make guys working at Google mark your website as spammy? Cause you have 100 categories in your sitemap, and only 10 actually contain products?
If you are not using them for content or other presentation you should hide/disable categories that are empty until you have products in them.

Resources