

shakeran
Members-
Content count
15 -
Joined
-
Last visited
Profile Information
-
Real Name
hamid
-
Gender
Male
-
Location
iran
- Website
-
Hi all I have a problem: my articles have subcategories, but when I click on the main categories, the sub categories are not shown. what should I do? Thanks
-
Hi every body How can I remove the white margins from left and right sides of my pages? thanks.
-
Product Listing Enhancements, Thumbnails & Manufacturer Headings
shakeran replied to spooks's topic in General Add-Ons Support
Hi Sam Thanks for your fantastic Module. It works fine on my mebsite: www.shakeran.com but I have 2 problems: 1) The language of my site is Persian(farsi)(UTF-8), and the last character of the Product Truncated Description is usually something like: � why? (and this causes IE not to detect the end of text) how can I fix it? I think the Mod can't truncate persian texts properly? 2) In "list view", the columns are not sorted as my previous sort order. I mean I need to have this arrengment form right to left: product model, product name, product image, Product Truncated Description, price, buy now What should I do? Thanks -
Select Product Image Directory & Instant Update For Products
shakeran replied to spooks's topic in General Add-Ons Support
Dear Sam, I tried my best but couldn't solve the problem. Anyhow Thank you for your help and attention. ;) -
Select Product Image Directory & Instant Update For Products
shakeran replied to spooks's topic in General Add-Ons Support
Dear Sam My file names are only numbers. This is my Categories.php: http://dl.dropbox.com/u/1055264/categories.zip Please help me for instant update. Thanks -
Can't anybody help me???????????????????????????????????????????????? :blink:
-
Select Product Image Directory & Instant Update For Products
shakeran replied to spooks's topic in General Add-Ons Support
Dear Sam, I solved my 2nd problem (With instant update chechbox unchecked, images are not shown in preview page.) by removing \ from: if ($products_image->parse() && $products_image->save()) { $products_image_name = ($dir ? $dir . '\/' : '') . $products_image->filename; } else { Now it is: if ($products_image->parse() && $products_image->save()) { $products_image_name = ($dir ? $dir . '/' : '') . $products_image->filename; } ------------------------------------------ But the second problem still remains (1: When I select Instant Update, all the things are OK, but the image (field) in data base remains NULL (images are uploaded but image address doesn't go into the product image field.) I don't know which part of the code inserts image address into database. If I send you my categories.php would you please solve it? -
Select Product Image Directory & Instant Update For Products
shakeran replied to spooks's topic in General Add-Ons Support
Dear Sam, I have used: "Select Product Image Directory & Instant Update For Products" Its great but there are 2 problems. 1) When I select Instant Update, all the things are OK, but the image (field) in data base remains NULL (images are uploaded but image address doesn't go into the product image field. 2) With instant update chechbox unchecked, images are not shown in preview page. Please Help (I'm in great need) Thanks hamid_shakeran@yahoo.com -
Please Help Me :( :'(
-
Hi I've installed the Easy Discount mod from the following link: Easy Discount but it doesn't seem to be showing up on the admin side: invoices, reports, or emailed order summaries to customers. Can anybody help me? ;)