Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

AusFiero

Pioneers
  • Posts

    38
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jim Davis
  • Gender
    Male
  • Location
    Dapto Australia

Recent Profile Visitors

5,884 profile views

AusFiero's Achievements

  1. Yep, only message showing. I even reinstalled SEO header tags and articles manager today and have the same problem. was my 3rd install just to check.
  2. I even tried replacing the html_output.php file with standard one and no errors, but no buttons. Back on page 91 of this thread a guy seemed to have exactly the same problem.
  3. Notice: Undefined variable: SID in /home2/internet/oscommerce/responsive/oscadmin/includes/functions/html_output.php on line 48 is the error The line is shown below 46 // Add the session ID when moving from different HTTP and HTTPS servers, or when SID is defined 47 if ( ($add_session_id == true) && (SESSION_FORCE_COOKIE_USE == 'False') ) { 48 if (tep_not_null($SID)) { 49 $_sid = $SID; 50 } elseif ( ( ($request_type == 'NONSSL') && ($connection == 'SSL') && (ENABLE_SSL == true) ) || ( ($request_type == 'SSL') && ($connection == 'NONSSL') ) ) { 51 if (HTTP_COOKIE_DOMAIN != HTTPS_COOKIE_DOMAIN) { 52 $_sid = tep_session_name() . '=' . tep_session_id(); 53 } 54 } 55 } I just changed if ( ($add_session_id == true) to false and all errors disappeared. But still no buttons and the code still cuts off at <form name="goto" action="http://oscommerce.xxxx.com.au/admin/articles.php"method="get">
  4. Yes other sections work. I have added an author and everything appears right in the rest of it. I have tried replacing the code for that page with 3 different versions but to no avail. It is a development site. I could give you access for a look at the code if you like.
  5. It seems to be cutting off the code at that point in the page. Here is the bottom of the file if I look at the source. <td class="smallText" align="right"> <form name="search" action="http://oscommerce.xxxxxx.com.au/oscadmin/articles.php"method="get">Search: <input type="text" name="search" /></form> </td> <td class="smallText" align="right"> <form name="goto" action="http://oscommerce.xxxxxx.com.au/oscadmin/articles.php"method="get">
  6. There doesn't appear to be anything in the error logs related to this addon. I have installed it twice now with the same result so I can only assume the latest version on OSCs site is missing parts. Which file do you think the part would be missing from? I could try trace back through older versions then to compare.
  7. No other changes that I found, well besides using bootstrap buttons instead of images, but that is not a necessity. One thing that does has me stumped though is how to add an article. Am I supposed to have a new or article button or something here?
  8. Ok I solved the problem. the instructions need to be changed. Where it says In includes/application_top.php, FIND: /*** End Header Tags SEO ***/ needs to be changed to at the bottom of the file after the last } The reason being header tags SEO bootstrap version does not change anything in application top because the breadcrumb structure on a bootstrap site is dfferent.
  9. It was working before installing this addon. I have highly customised my install and back it up along the way. Can only assume part of the replaced code for this addon has done this. Check for yourself if you like. http://oscommerce.internetroo.com.au/responsive After a little investigation it is to do with the changes in application top as I just uploaded a clean version and it worked. Now to work out what part of the changes did it. Cheers
  10. After installing this on oscommerce 2.3.4 running a bootstrap based template, and having PHP 5.4 on the server I an getting this error in the front end. Fatal error: Class 'alertBlock' not found in /home2/internet/oscommerce/responsive/includes/classes/message_stack.php on line 19 Also the backend does not seem to have anywhere to submit a new article. There is no buttons on the Topics/Articles page. Any ideas?
  11. I know Mailchimp but customers do not. I want to keep it simple and use the internal newsletter system.
  12. I have installed this contribution and overcome many bugs but it does not send HTML emails. Anyone having this problem?
  13. I am sure others have had this problem after upgrading their existing stores with the new version of SPPC. Everything seems to be working fine, except when I go to the admin/categories.php section. I can view categories, view product lists. Even add a product, well until I submit, then I get this error too, but the product gets added to the list. This is the error: 1146 - Table 'ponti_osc_pwdstore.products_images' doesn't exist select id, image, htmlcontent, sort_order from products_images where products_id = '163' order by sort_order now I know it is to do with the image structure on OSC 2.3 but cannot solve it. I have tried adding products_images to the database as well as the products_image table that exists. Changed instances of image to images in categories.php where applicable and still no change I have tried all I can think of. My products have all been importedfrom 2.2 and worked fine previous to trying to put SPPC back. I just discovered I also get the error trying to view a product details page in the front end. Any ideas?
  14. Thx for the Australian Bank Transfer/Deposit contribution!

  15. Basically my clients store has items that require a manual quote for shipping, due to the many variables that come into play. We have a form set up to get a shipping quote but would like them to be then able to input that shipping cost manaully into the checkout_shipping.php page, and for it to be added into the total cost just like a normal shipping option. I have set up the request a quote contribution but it does not give the option for they shipping cost to be added in by the client. Anyone have any ideas on how to do this?
×
×
  • Create New...