

culturebee
Members-
Content count
38 -
Joined
-
Last visited
Profile Information
-
Real Name
culturebee@msn.com
-
Kirod started following culturebee
-
culturebee started following Kirod
-
Thanks for adding one page checkout for the osc community. The only problem I'am having is can not validate Email Address, a customer can add any words in email field with out @xxx.com if it has more than Six letters. Email Confirm and Validation is needed. And yes after checkout take's you to Shoppin cart saying Shopping cart is empty and not checkout success page. Thank You! Culturebee
-
Thanks Mark for a great contribution. :thumbsup: I have used it on my localhost for several weeks now and it worked well for me without any problems. However, when I uploaded it to my live domain I would receive server error 500. I read throughout the post and could not find a solution. With the help of my hosting company empress connections hosting, I was able to find a solution which is this change #-MS- SEO-G Added Options -Indexes Options FollowSymLinks RewriteEngine on # Next line must be changed to match your osCommerce folder - the relative path RewriteBase /catalog/ RewriteRule ^(.*).html$ root.php?$1.html&%{QUERY_STRING} #-MS- SEO-G Added EOM To this #-MS- SEO-G Added #Options -Indexes #Options FollowSymLinks RewriteEngine on # Next line must be changed to match your osCommerce folder - the relative path RewriteBase /catalog/ RewriteRule ^(.*).html$ root.php?$1.html&%{QUERY_STRING} #-MS- SEO-G Added EOM You have to remove or comment out ( using # ) these lines: Options -Indexes Options FollowSymLinks That worked for me Thanks, Culturebee P.S. Thank empress connections hosting for there quick response and help :thumbsup:
-
Yes everyone having this error I found where the problem is. :thumbsup: It's in admin/includes/languages/english/modules/newsletters/newsletter_products.php Comment out "//" or change this line: //define('TEXT_UNSUBSCRIBE', "\n\n" . 'You are receiving this notice because you have subscribed to our newsletter. To unsubscribe:' ."\n". HTTP_SERVER . DIR_WS_CATALOG . 'newsletters_unsubscribe.php?action=view&email='); error is in the code needs to be fixed. bless culturebee
-
Multi-Stores Multiple Shops Support
culturebee replied to hobbzilla's topic in General Add-Ons Support
:blush: Please need held to implement Featured_Products with Multi Store Contribution. Read the forum but could not find the answer. I've gotten all stores to work but featured products is showing up in all stores without using the products to Category and the particular store it's set to display in. Thanks Bee. :rolleyes: -
Multiple Order Status Change Emails
culturebee replied to jorgemirat's topic in General Add-Ons Support
The problem was inprocess missing the closing </head> tag I think Still testing. -
Multiple Order Status Change Emails
culturebee replied to jorgemirat's topic in General Add-Ons Support
Please help i seem to be missing something. when I send an email I get subject with order # and order status but no text in the email area all my other order status gives info but inprocess status there is no text only subject. Is it a config problem. Thanks -
I,ll have to go over the readme and study the cron and how it all works together Thanks Jack ;)
-
How do I enter the time say every friday at 6 am and where to exactly place this file my root reads /home/public_html/index.php Thanks
-
Thank's Jack, this is a PLUS! I only have to study this great mod and how to set up a cron job. my host did it the first time, I don't know what they did, how to read it or where it is installed or anything. NEED TO LEARN CRON I,m hosting with I powerweb I try there control panel setup but was not must options. I installed a few contribritions that needs a cron job Please Help Thanks :thumbsup:
-
Thanks a lot Jack make's more sense now I will play arround with it Thanks a lot Bossman And by the way take a break You deserve and injoy the holiday's and HAPPY NEW YEAR!!!
-
Can You please give an example I'm confuse on this part // $text = 'Some random text loaded from your database goes here. It can be '; // $text .= 'as long as you want. The code will limit how much will be displayed.'; That code for registered customers did not work for me, when not loged on I get random Customers from my data base, and when loged in I do not see the note box, I have a field in my customer Table called customers notes I will like to generate or update a note fo a customer when they log on to there account is this possible or is it only for comments. Thank You.
-
I keep geting a random customer with date of birth from my database I would like to generate a random note not sure how this is done Thank You!
-
I placed the code <td><?php include(DIR_WS_MODULES . FILENAME_POSTIT); ?></td> in my index thats where to make the change. Thanks for the fast response :thumbsup:
-
Please help with creating notes only for a customer thats logged in, will this postit contribute do this for me . thank you!