Jump to content

isiah

Members
  • Posts

    21
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

isiah's Achievements

Member

Member (2/5)

0

Reputation

  1. Oh thanks for your response but i accidentaly left some of the code out of the form. some was snipped off of the bottom part. could you please reassess it and tell me if there is anything i could do thanks.
  2. Ok now im not sure exactly whats wrong here i know it works by 2 files one is the send_contact.php and the other is a java script. I had a guy make me a website and I haven't been able to get a hold of him to fix it. So im seeking help in the phpfreaks. Could someone please take a look at it and tell what i need to fix i would reall appreciate it. Here is the JavaScript Here is the form Here the send_contact.php Thanks to anyone who can help me out i really appreciate it!!
  3. I integrated a login box in the header of my site right now its basically useless its got the two forms for user name and password and a submit button but it doesn't work for instance if you try to login in the box my site does nothing it doesn't load or take you to another page so i figure im missing some coding for this to be able to connect and actually be able to log someone in. My code is below if anyone knows how to fix it please let me know what i have to do thanks!
  4. Once i click on a category the right column disappears so basically every time i click a category i can only see the recent products i cant go to a subcategory because the column is no longer there. So i just want to have the column there when i click categories so i can full explore my catalog If anyone has experienced this or knows what to do please let me know thanks!
  5. Well i installed a contribution to my oscommerce shop called CLUBOSC THUMB IMAGES and what this does is give me the ability to have two images per product one would be the thumbnail and the other would be popup image so a larger image and a smaller one. There was an sql command that i was suppose to run to add a table for large_products_image and i did that successfully and now i modified my csv with a new column v_large_products_image and i put the valid directory for each products picture but when i upload the csv it doesn't update the large_products_image field for any of my products it just says NULL. And i don't understand why could someone please help me out and tell me what i need to do. Thanks for any one who can help.
  6. I just installed contribution CLUBOSC THUMB IMAGES and now i get Parse error: syntax error, unexpected $end in /home/xxxxx/public_html/shop/admin/categories.php on line 1060 when i try to open the catalog section in my admin. I cant figure out what the problem is could someone please take a look at this code and see if they can find the problem thanks to any one who can help! Parse error: syntax error, unexpected $end in /home/xxxxx/public_html/shop/admin/categories.php on line 1060 I attached categories.php Please take a look at it. [attachment deleted by admin]
  7. Ok im setting up my oscommerce shop and i have two images 1 small and 1 large for every product the small thumbnail you would see before you click on it and then when you click on the product and your in product_info.php and then you click "click here to enlarge" i want to use the larger thumbnail. If anyone knows how to do this please let me know. Thanks!
  8. Ok i found this shop and i was curious to know if anyone knew what oscommerce contribution this is or something like it basically i want to duplicate something close to the whole left column. But most importantly i really need the alphabetical letter browse box . Also the scrolling categories i want to duplicate something very similar if you know of these contributions please let me know thanks to any one who helps. Here's the link to exactly what im talking about so you can better understand. http://i11.photobucket.com/albums/a193/Sharpshuta/leftcolum.jpg?t=1243026408
  9. Ok so i just uploaded a csv file with easy populate to my Oscommerce shop and in the csv file there is v_products_model v_products_name_1 v_products_description_1 v_products_url_1 v_products_name_2 v_products_description_2 v_products_url_2 v_products_name_3 v_products_description_3 v_products_url_3 v_products_image v_products_price v_products_quantity For the v_products_image its a direct link to the image on there website I don't have the images stored locally or anything that's the only file they offered so the link is the only reference to the images available. So the problem im having is getting that image reference link to show up on my site. I uploaded about 20 products and they uploaded fine its just that they have no image. Im not exactly sure what i need to do so if anyone has experienced this problem and knows what to do please let me know. Thank you!
  10. Ok so ive been getting better and learning more thanks to help of everyone. So im using oscommerce as my shopping cart and ive been searching web on why csv file i uploaded the products pictures werent showing up. I looked around and i found a few answers but remember im still new to this i found this code but where would i place it. Would this code work to show the images stored in my database? Thanks to anyone who can help. <?php // Connect to database $errmsg = ""; if (! @mysql_connect("localhost","trainee","abc123")) { $errmsg = "Cannot connect to database"; } @mysql_select_db("wellho"); // Find out about images to display $limit = 3; if ($_REQUEST[iwant]) { $whereclause = "where title like \"%". $_REQUEST[iwant]. "%\""; $gotten = @mysql_query("select * from pix $whereclause order by pid desc limit $limit"); while ($row = @mysql_fetch_assoc($gotten)) { $imcolumn .= "<tr><td><img src=?gim=$row[pid] width=144><br>"; $imcolumn .= htmlspecialchars($row[title])."</td></tr>"; $nim++; } if (! $nim) $imcolumn = "<tr><td>No matching images</td></tr>"; } else { $imcolumn .= "<tr><td>Images will appear here</td></tr>"; } // If this is the image request, send out the image if ($_REQUEST[gim]) { $gotten = @mysql_query("select * from pix where pid = $_REQUEST[gim]"); $row = mysql_fetch_assoc($gotten); $bytes = $row[imgdata]; header("Content-type: image/jpeg"); print $bytes; exit (); } ?>
  11. My apologies i uploaded the csv to my database i have an oscommerce store and by pictures im meaning the thumbnail for each item.
  12. i uploaded my csv file and i noticed that all the products were uploaded but no pictures when the when i downloaded the csv it said pictures included but it was just a csv file and by pictures included it meant a link to the picture. Now im wondering why my pictures arent working it makes since to me that since i dont have the images in my directory that my database would pick up the pictures from the link that's in the csv I would think it would work but still no pictures. Or maybe its something that takes time its been a day and a half, anyone who has had this problem before please let me know what you did to fix it thanks.
  13. So basically im having trouble with my oscommerce shop i installed this contribution easy populate and im trying to upload mass products with a .csv file. This is what i get when i run the .csv file | 453437 | 1 Million | Inspired b | Paco Raban | Eau De Toi | Men | 90 | 60.19 | http://www | http://www !New Product! I get that for every product all the way down the when i go to my shop nothing uploaded i see no new products on my page. If anyone has had this problem or knows how to fix it please let me know. Im trying to get my shop running as soon as possible and i would really appreciate it if someone could give me helping hand and show me what i need to do get this right. Also maybe if anyone knows of any better contributions that you've used that's fairly simple and doesn't give problems please let me know if you prefer others over easy populate. Thanks to anyone who can help.
  14. I ran my .csv in easy populate and i got no errors i got | 456155 | 1000 by Je | 1000 was | Jean Patou | Shower Gel | Women | 12 | 4.2 | http://www | http://www "new product added" on them all but when i go to my shop there not on my site any reason why its says they added but they didn't upload. Thanks to anyone who can help.
  15. Well i know that part i know exactly how do the javascript you must have misunderstood basically im saying that have three thumbnails. small, bigger, and large small would be like on the index page where your products list bigger would be when you click on the image and large would be when you click "click to enlarge" To better understand when you have an item that you upload to your shop it may be a big picture or it may be a small picture when you upload it oscommerce re sizes and most times the small thumbnail will be distorted. They figured a way around it by having three thumbnails and i just want to know how to implement that into my site. Anyone have any ideas.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.