

mebeteacher
Members-
Content count
32 -
Joined
-
Last visited
Profile Information
-
Real Name
Patti Woodard
-
Location
TEXAS
- Website
-
Thank you so much for the fully commented stylesheet, it has saved me many errors!
-
You solved my problem. Thank you sooo much!!
-
catalog/includes/languages/english about 2/3 of the way down the page -it says define('ENTRY_POST_CODE', 'Post Code:); you can change the text -Post Code- that is in upper and lower case, be careful not to erase any other parts!!!
-
Hi, I am using EP 2.60 . I just got a merchant account for Froogle, so I tried to enable the Froogle portion of the code. When I click on 'create tab delimited froogle file, I'm immediately getting an undefined function message. First, I looked in EP functions and there is no function with this label. Second, I downloaded EP again, thinking I had a corrupted file, but the ep function page looked the same. Third, I've read thru a zillion and a half forum posts(a slight exaggeration), trying to find that problem discussed and have found nothing. Fourth, I'm here asking for help! NOTE: I'm having no problem uploading .txt files to populate my store. Thanks for any help, Patti THIS IS THE MESSAGE I'M GETTING Fatal error: Call to undefined function: tep_array_merge() in /mnt/web_h/d25/s27/b01e82b4/www/admin/easypopulate.php on line 1080 THIS IS THE SECTION IN EASYPOPULATE.PHP // foreach ($langcode as $key => $lang){ // $l_id = $lang['id']; $filelayout = tep_array_merge($filelayout , array( 'v_froogle_products_name_' . $l_id => $iii++, 'v_froogle_products_description_' . $l_id => $iii++, )); // } $filelayout = tep_array_merge($filelayout , array( 'v_products_price' => $iii++, 'v_products_fullpath_image' => $iii++, 'v_category_fullpath' => $iii++, 'v_froogle_offer_id' => $iii++, 'v_froogle_instock' => $iii++, 'v_froogle_ shipping' => $iii++, 'v_manufacturers_name' => $iii++, 'v_froogle_ upc' => $iii++, 'v_froogle_color' => $iii++, 'v_froogle_size' => $iii++, 'v_froogle_quantitylevel' => $iii++, 'v_froogle_product_id' => $iii++, 'v_froogle_manufacturer_id' => $iii++, 'v_froogle_exp_date' => $iii++, 'v_froogle_product_type' => $iii++, 'v_froogle_delete' => $iii++, 'v_froogle_currency' => $iii++, )); $iii=0; $fileheaders = array( 'product_url' => $iii++, 'name' => $iii++, 'description' => $iii++, 'price' => $iii++, 'image_url' => $iii++, 'category' => $iii++, 'offer_id' => $iii++, 'instock' => $iii++, 'shipping' => $iii++, 'brand' => $iii++, 'upc' => $iii++, 'color' => $iii++, 'size' => $iii++, 'quantity' => $iii++, 'product_id' => $iii++, 'manufacturer_id' => $iii++, 'exp_date' => $iii++, 'product_type' => $iii++, 'delete' => $iii++, 'currency' => $iii++, );
-
Thanks! I did contact my host and this is their response! "Please be advised that "httpd.conf. AllowOverride All" is a file that would have to be created on your end and then uploaded to your space on our serv er. You are welcome to try installing your contribution however it is not guaranteed that httpd.conf. AllowOverride All is going to work on our serve r as this feature is not widely supported." Any idea on how to create it? Or what level to upload it to the server(Root?)? Is there an alternative to get SEO Sitemap up and running? Any help appreciated,Patti
-
SEO Sitemap contribution - Important Issues
mebeteacher replied to dr_lucas's topic in General Add-Ons Support
Thanks! I did contact my host and this is their response! "Please be advised that "httpd.conf. AllowOverride All" is a file that would have to be created on your end and then uploaded to your space on our serv er. You are welcome to try installing your contribution however it is not guaranteed that httpd.conf. AllowOverride All is going to work on our serve r as this feature is not widely supported." Any idea on how to create it? Or what level to upload it to the server? Any help appreciated,Patti -
Howdy from Texas, I just wanted to say thank you for such a great contribution and for the support you've given this forum! I never would have been able to figure out something so neat on my own.
-
Hi, 808Smokey. I had the same problem when I first installed this contribution and someone helped me, so I'm returning the favor. You have ' in you categories: for example, CDRW's I noticed a number of them. Cool Menu won't work with those in there. Just make them CDRWs Hope this helps, Patti
-
Hi, I'm having a bit of trouble with my install of SEO Sitemap. I'm brand new to all this programming jargon, its been a 'learn as you go' process, but this is the first contribution I haven't been able to figure out by reading the forums. I've gotten this far: My two php pages show up like they are supposed to. My two html pages show up like they're supposed to. Here's where I'm stuck: The links on the html pages don't go anywhere when they are clicked on. The index.html page is blank. Can someone tell me where to find httpd.conf. As I couldn't find it, I haven't yet made the 'override' change that the instructions ask for, which is most likely my problem!!! Thanks, Patti
-
SEO Sitemap contribution - Important Issues
mebeteacher replied to dr_lucas's topic in General Add-Ons Support
Hi, I'm having a bit of trouble with my install of SEO Sitemap. I'm brand new to all this programming jargon, its been a 'learn as you go' process, but this is the first contribution I haven't been able to figure out. I've gotten this far: My two php pages show up like they are supposed to. My two html pages show up like they're supposed to. Here's where I'm stuck: The links on the html pages don't go anywhere when they are clicked on. The index.html page is blank. Can someone tell me where to find httpd.conf. As I couldn't find it, I haven't yet made the 'override' change that the instructions ask for, which is probably my problem!!! Thanks, Patti