Hello, Diva:
I changed the permission to 755, as you suggested. It is still working. I am so pleased. Thank you for your wonderful contribution!!:clap:
Lina
Printable View
Hi Diva,
I have a rather simple question, One I am sure has been answered before but I just cant seem to find it....
I have IH2 installed and working great, what I want to know is, how to change the size of the category image? It is showing up very small at the top of the category pages, and I would like to increase it so the product is actually visible.
My site is here.
Thanks so much.
Oh my gosh, You were absolutely right. I guess I had just never noticed the size of the image before, and assumed it was due to something I had done. (Wouldn't be the first time..lol)
Thank you ever sO much!
I am so loving the whole "Zen-Cart thing" that I put the 'powered by zencart' Back on the bottom of my page. I am very happy using Zen-Cart!
Cheers ZC Team, and thanks again Diva!
Hey, can anyone offer any insight into my issue? Post is here: http://www.zen-cart.com/forum/showth...35913&page=590 2nd post down
Issue is: Error!
Unable to determine the page link!
Function used:
zen_href_link('', '', 'NONSSL')
Thanks!
Ethan
Speaking frankly.. This error message alone gives no indication of what the issue is.. Given that you've made a LOT of very big changes to your store in a very short period of time, any number things could be creating the error.. Bottomline is that since none of us can see your store code, it's gonna be tough for anyone to offer anything more than GUESSES as to the true source of the issue.. This is not to say that we don't want to help, but to say we may not be MUCH help.. :smile: I've only gotten this error twice and narrowed down the issue to two chief causes.
- Invalid characters in the image filenames
- Invalid characters in the PRODUCT names
Dashes - , slashes / , parenthesis () , as well as single ' , and double quotes " , are the most often used characters in product names and image filenames.. They cause issues with not only this module, but for many other modules as well..
My suggestion is to go through your product names as well as ALL your category and product images and remove any of these offending characters and see if you get a different result.. Also check that your product attributes also do not contain any of these characters..
Hi Diva,Quote:
- Invalid characters in the image filenames
- Invalid characters in the PRODUCT names
Dashes - , slashes / , parenthesis () , as well as single ' , and double quotes " , are the most often used characters in product names and image filenames.. They cause issues with not only this module, but for many other modules as well..
My suggestion is to go through your product names as well as ALL your category and product images and remove any of these offending characters and see if you get a different result.. Also check that your product attributes also do not contain any of these characters..
Thanks for your reply. Yes it is a very strange issue and with so much changed it is hard to pinpoint. I do appreciate your input!
I have previously removed all of the images that contain invalid charectors, but i didnt think to try and eleminate product names with invalid chars. I will try that. Also for the attributes... Is it the attribute name or value? For example we have some with Option Name = Size, Option Value = 11 x 14"
Thanks!
e
The "X" isn't an invalid character as it is an alphanumeric character, but the double quote could be replaced with "in".. BUT.. Before you mine through your attributes, try checking out your product names.. My gut is telling me this is where the issue might be..