Hi
Just enter the image filename if you are using the default images directory
Hi
Just enter the image filename if you are using the default images directory
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
i placed the images in this directory: images/images2
in ep i used this url for the images (images2/watever.jpg)
i am still not able to view the images on the site,
on my main site www.3dsgifts.com i can view the images fine.
in a sub-directory i created another installation of zen-cart.
would i need to update the ep urls to match the sub-directory?
Example: 3dsgifts_all/images/images2
I am currently using images2/whatever.jpg ..this is not correct
not sure why they are not showing, i thought EP automatically used the images folder as default.
Any suggestions would be appreciated
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
I tried the images/images2/****.jpg
i am still not seeing any images.
So just to make sure we are on the same page i am going to break down the file structure on my server.
/root
/admin (main site in the root directory)
/3dsgifts_all
(secondary site inside this folder under the root directory)
/pokerstore (Third site folder in the root directory)
So if we are understanding one another in order to visit these secondary site you would enter
www.3dsgifts.com/3dsgifts_all .....or www.3dsgifts.com/pokerstore
these sub-folders act as the root for each site.
Does this help any and do you have any suggestions on how to enter the urls for the images. i have obviously uploaded all the images to the server for each site.
![]()
Last edited by 3dsgiftsnThings; 6 Sep 2010 at 12:52 AM. Reason: incorrect folder structure
It doesn't matter how smart you think EP is, if you don't put the actual images up on the server, they can't be displayed.
Case in point:
This product: http://3dsgifts.com/pokerstore/index...oducts_id=1173
also found here: http://3dsgifts.com/pokerstore/index...e=products_new
is looking for this image: http://3dsgifts.com/pokerstore/image.../10-ds-1ks.jpg
But that image file doesn't exist on your server.
Of course, you have another error about missing short-description fields, etc, too, but that's an unrelated matter.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Ok doc i think i have got the images thing worked out.
I deleted the images folder and then re-uploaded.
Now when i click a product to view the description i receive this error:
1054 Unknown column 'pd.products_short_desc' in 'field list'
in:
[select p.products_id, pd.products_name, pd.products_short_desc, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id, p.products_quantity, p.products_weight, p.products_priced_by_attribute, p.product_is_free, p.products_qty_box_status, p.products_quantity_order_max, p.products_discount_type, p.products_discount_type_from, p.products_sort_order, p.products_price_sorter from products p, products_description pd where p.products_status = '1' and p.products_id = '859' and pd.products_id = p.products_id and pd.language_id = '1']
This obviously has something to do with EP but i am using the same product sheets for this site as i did for the main site and i have no problems on it.
No, that has nothing to do with EP. The error message is telling you that it's trying to read data from a field called "products_short_desc", but that field doesn't exist in your database. That's because you've got PHP files for a short-description addon installed, but you're using a database that doesn't have the required components in it.
You're apparently trying to duplicate your site but going about it sloppy.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
i have reuploaded all of my images which seemed to work.
the image u sent me the link to did exsist. in the images2 directory
not sure why it wouldnt display but, the re-upload worked.
Now there is the matter of the issue you pointed out to me.
What would i need to do to fix this?
If "the issue" is the half-installed short-description mod, then you'll need to decide whether you want it or not. If you want it, finish installing it fully. If you don't want it, finish removing it fully.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.