- Posts: 86231
- Thank you received: 14224
Paypal & custom field
1. You can't have several custom fields with the same name indeed. There is no link between the 2 custom fields. The code I told you to add says to not display the custom item fields if the field domein is not Ja. So if you need several custom fields couples, You will have to have some other code to handle that.
In that case you should add something like that in the foreach few lines below:
if($this->element->domein!='Ja' && $fieldName=='domeinnam') continue;
2. You can edit the views via the menu Display->Views. You can edit the CSS in the config under the tab Display.
3. Everything is possible if you code it. It's just not possible by default. You would have to edit the view and add some check on the field.
4. It's to display the items in the listing of products on the order.
Please Log in or Create an account to join the conversation.
. Maybe add this to the "todo list" for the next version.about 2: anything in particular i need to look for ? I've seen that the more articles you add on a line it auto gets scaled but in my template that would make things become unreadable if i displayed too much on a row
about 3: i know that's possible with php and setting a limit on how it may be done but i don't know how. The limit i need is rather simple. any alphanumerical text and -'s then a dot then eg be, com etc. can the folks at hika do this (if needed for a fee). It would be superb if this could be included in the next version aswell
should also have added another reply lol, i don't really like "bumping" topics and alot of boards don't allow it either
Please Log in or Create an account to join the conversation.
2. Wait, you're talking about the number of columns of the listing ? That can be changed in the hikashop options of your menu/module that you can access via the menus Display->Content menus/modules
3. We can do it for a small fee. You can use our contact form to request a quote.
I don't particularly like when people bump threads because we didn't reply in the hour and they want their answer...But for posting additional information/questions or if your question slipped our queue, that's not a problem.
Please Log in or Create an account to join the conversation.
about 2: yes i'm talking about the colomns (i think), i know the images displayed in a column get smaller if you increase the amount of columns on a row. But that's exactly what i DON'T want to do, as it will eventually impact the readability of my product titles (i think). I'd love to know if there is a way to resize them without adding more columns
Please Log in or Create an account to join the conversation.
The thumbnails size of listings is controlled by the thumbnail width and height options located in the tab Files of the configuration. If you change them the images size will change. If you increase them, the images will get blurry so you will have to delete the folder media/com_hikashop/upload/thumbnail via FTP so that HikaShop can regenerate the thumbnails files with the new size.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
account details from mail are still valid
Please Log in or Create an account to join the conversation.
You can do that in the hikashop options of your menu/module. There is a color option in the bottom left corner of the edition screen.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If so, I don't see how you could do that.
Please Log in or Create an account to join the conversation.
Just a few suggestions then for the next version
* As per post 1: a way to add the paypal cost to the product cost. (think its arround 3.4% + fixed amount and/or add a fixed paypal cost)
* Scalable product display ?
* The ability for custom fields to be optional per article, without having to "hack" arround in the views
Please Log in or Create an account to join the conversation.
Points 1 and 3 are things that we want to add in the future yes. For point 2, I don't see how we could fit more products than possible in a defined space. The product display is already quite scalable...You can change the image size, change the text size with CSS, change the number of products on a line, etc.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.