tassoman / spreadshop

Automatically exported from code.google.com/p/spreadshop
0 stars 0 forks source link

Thumbnails not displaying #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
All the thumbs come up as X's however the links work if clicked on.

Running Wordpress 3.3.1

http://jwtacticalonline.net/shop/

Original issue reported on code.google.com by sa...@jwtacticalonline.com on 8 Apr 2012 at 1:34

GoogleCodeExporter commented 9 years ago
open "spreadshop.php" with ur editor and go to line 267. u'll have to change 
the following entry:

old:
<img 
src="http://www.spreadshirt<?=$spreadshop['site'];?>/<?=$article["picurl"];?>" 
alt="<?=$article["name"];?>" />

new:
<img src="<?=$article["picurl"];?>" alt="<?=$article["name"];?>" />

Original comment by mxdib...@gmail.com on 20 Oct 2012 at 12:24