Dan Cole Posted April 30, 2016 Share Posted April 30, 2016 @@kymation Gary has a branch for it in his Github Repo so I think so. Not sure how far along it is though. Have a look there maybe you can tell. Dan Need help? See this thread and provide the information requested. Is your version of osC up to date? You'll find the latest osC community version (CE Phoenix) here. Link to comment Share on other sites More sharing options...
♥kymation Posted April 30, 2016 Share Posted April 30, 2016 Thanks @@Dan Cole, I had missed that branch. I can't tell how much has been done, but it's nice to see that it is on the list. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
♥altoid Posted April 30, 2016 Share Posted April 30, 2016 @@kymation @@Dan Cole Discussion on PP App here: https://github.com/gburton/Responsive-osCommerce/pull/240#issuecomment-215499708 I am not a professional webmaster or PHP coder by background or training but I will try to help as best I can. I remember what it was like when I first started with osC. It can be overwhelming. However, I strongly recommend considering hiring a professional for extensive site modifications, site cleaning, etc. There are several good pros here on osCommerce. Look around, you'll figure out who they are. Link to comment Share on other sites More sharing options...
devastator Posted May 8, 2016 Share Posted May 8, 2016 @@Dan Cole thank you. work very great v2.3.4 Bootstrap Age_rectricted_category_v2.3.1.rar Ajax categories caroussel.rar ajax content.rar Ajax whats new and promo.rar Create Account & Manual Order Maker For OSC 2.3.4 V3.1.rar install seperate taxe pricing..rar Link to comment Share on other sites More sharing options...
devastator Posted May 9, 2016 Share Posted May 9, 2016 erased v2.3.4 Bootstrap Age_rectricted_category_v2.3.1.rar Ajax categories caroussel.rar ajax content.rar Ajax whats new and promo.rar Create Account & Manual Order Maker For OSC 2.3.4 V3.1.rar install seperate taxe pricing..rar Link to comment Share on other sites More sharing options...
redgoldgreen Posted May 20, 2016 Share Posted May 20, 2016 Hello, I have some questions regarding osC responsive as I am going to setup a new store for a project. For now I started to play a bit around with the osC responsive Gold version and really like it. I would like to know what you would recommend for a store going live, should I go for Gold or Edge release or maybe even stay with standard osC 2.3.4? And maybe there is someone who could roughly tell me where there is the difference between this development discussed in this thread compared to a bootstrap/responsive theme/template one could buy from the usual design websites. Sorry, if this was already asked or said somewhere else, I didn't find it though ... Kind regards, redgoldgreen Link to comment Share on other sites More sharing options...
♥kymation Posted May 20, 2016 Share Posted May 20, 2016 The Edge release is quite a bit ahead of Gold at this time, and seems to be quite stable. I'm just finishing up a client’s store based on Edge and everything is working well. I personally think it's worth the risk. Also, Gold and the stock osCommerce 2.3.4 will not work in PHP 7, and hosts are already starting to offer that. If you use either of those releases, be prepared to do a major upgrade within the next two years when PHP 7 becomes mandatory. The "templates" offered on third-party sites are often poorly coded and not supported. If you want support from us, stick with the offerings here. There are free templates available here, as well as some commercial offerings, and any of the Bootstrap themes available here and elsewhere will work on the Gold or Edge versions. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
IWAS Posted May 25, 2016 Share Posted May 25, 2016 OK I have 2.3.4 BS edge installed, got it from Jack a couple weeks ago. I am getting this error when I try to see the orders from admin Fatal error: Call to a member function register() on a non-object in /admin/orders.php on line 15 Line 15 is $OSCOM_Hooks->register('orders'); Is this a known issue or has this been fixed already? Can't see my orders Link to comment Share on other sites More sharing options...
♥kymation Posted May 25, 2016 Share Posted May 25, 2016 Do you have the Paypal App installed? It sounds like you have wiped out part of your Paypal install. Those modifications will need to be re-done. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
IWAS Posted May 25, 2016 Share Posted May 25, 2016 Jack said it had the latest Paypal version. Anyway, I Uninstalled it and it still has the same result. The only payment module I have enabled is COD. This is not a live shop yet, So I don't know if it ever worked. There is only 1 order I entered as a test. Link to comment Share on other sites More sharing options...
♥kymation Posted May 25, 2016 Share Posted May 25, 2016 Uninstalling the Paypal App will not help; you would need to remove the code modifications as well. In admin/includes/application_top.php near the bottom of the file, add this code: require(DIR_FS_CATALOG . 'includes/classes/hooks.php'); $OSCOM_Hooks = new hooks('admin'); That should fix the problem. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
IWAS Posted May 25, 2016 Share Posted May 25, 2016 Thanks Jim, that did it! Link to comment Share on other sites More sharing options...
Sam-AUST Posted May 26, 2016 Share Posted May 26, 2016 In the product listings, the default view is Grid - does anyone have the code modification to make the default List view? Link to comment Share on other sites More sharing options...
♥Tsimi Posted May 28, 2016 Share Posted May 28, 2016 This is an older answer so not sure if the code still looks the same. http://www.oscommerce.com/forums/topic/403326-gridlist-grid-as-default/ Link to comment Share on other sites More sharing options...
catalano Posted June 15, 2016 Share Posted June 15, 2016 Is there a backend setting to remove the "Review" button from Product Listings, or do we need to edit the php file? Thanks. Link to comment Share on other sites More sharing options...
♥Moxamint Posted June 24, 2016 Share Posted June 24, 2016 Hi All, Is the latest BS Edge completely compatible with php 7.0 already? Thanks in advance for your advise. Eddy Link to comment Share on other sites More sharing options...
burt Posted June 24, 2016 Author Share Posted June 24, 2016 Is the latest BS Edge completely compatible with php 7.0 already? It is not php7 ready. Link to comment Share on other sites More sharing options...
Nathan56 Posted July 1, 2016 Share Posted July 1, 2016 Hi, tried to install this but straight after install this is the error that is appearing: Parse error: syntax error, unexpected T_CONST in /home/kartonic/public_html/vouchertest2/includes/languages/english/modules/content/index/cm_i_customer_greeting.php on line 13 as soon as i try to go into content modules via the admin page the same error appears, any ideas? Nathan Link to comment Share on other sites More sharing options...
allaboutwicker Posted July 1, 2016 Share Posted July 1, 2016 Hi @@Nathan56, What php version is on your server? Should be at least 5.3 according to this: https://github.com/gburton/Responsive-osCommerce#minimum-php-version Link to comment Share on other sites More sharing options...
Nathan56 Posted July 1, 2016 Share Posted July 1, 2016 Hi, ive redone the installation using another version (gold) and all is working fine, just wondering though is there a place where i can learn to make my own modules? i want to add something from my website to it, ive had a look through the module files and can't quite work out how to do what i want to do. Nathan Link to comment Share on other sites More sharing options...
allaboutwicker Posted July 1, 2016 Share Posted July 1, 2016 What exactly is it you want to add? There probably is a module already available perhaps, but I need to know what feature you are looking for. Here is a link to the main addon page as well for your reference or sometimes you can actually find things easier by googling "oscommerce + bla, bla, bla" and you usually get some good hits there http://addons.oscommerce.com/ Link to comment Share on other sites More sharing options...
ThaChad Posted July 4, 2016 Share Posted July 4, 2016 I just instealled Edge. So there is a lot of work to do! Thank you everyone for all the hard work both currently and past. Is the intention of this distro just basic store and stability? or to include as many feature/modules as possible? I understand OSC is made to be modular, so in an ideal world, you could have a basic store and download and plug in modules as you see fit. But we all know it doesn't work that way because many modules are not just plug in and some take quite a bit of work to integrate and many more don't work at all.. I don't know if this has been suggested, but I know it's been talked about since the inception of OSC, the location of "Post Code" and the name itself. Would seem to make since to have the location configurable so one could move it around and a field to edit the name. Just a thought.. Pricing live update when using product attributes... Built in SPPC.. That's my input for right now... Let me get rollin' and hopefully I'll be able to contribute more lol -ThaChad Link to comment Share on other sites More sharing options...
MyBookShop Posted July 7, 2016 Share Posted July 7, 2016 Hello I have BS up and running however noticed that: includes/template_top.php <link href="ext/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- font awesome --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> I did not like the external website reference and downloaded the Zip file from http://fontawesome.io/ and unpacked it to the EXT directory and changed the file permissions to 750. I made the following change <link href="ext/bootstrap/css/bootstrap.min.css" rel="stylesheet"><!-- font awesome --><link href="ext/font-awesome-4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> It seems to work and now does not fetch from the external website in case that site is down or slow, my website will still work well. I'm not a coder, is there anything wrong in what I did? Mark. Link to comment Share on other sites More sharing options...
MyBookShop Posted July 8, 2016 Share Posted July 8, 2016 Thankyou for the reply. I was reading about the CDN on wikipedia and that link is great! I have better understanding of this concept. However, my traffic is light on my site (Although it is image weighted) and I prefer to keep things in house so to speak, so in my case a CDN isn't needed yet. So have I changed the code (for my situation) correctly? Maybe the CDN option could be put in the ADMIN panel. In Australia we have privacy laws witch may conflict with caching images with 3rd parties and private information stored overseas. Thanks wHiTeHaT Link to comment Share on other sites More sharing options...
IWAS Posted July 20, 2016 Share Posted July 20, 2016 IS there a setting to get the image popups to work? They show on the main page but dissapear when you click on them. http://craftkits4kids.com/product_info.php?cPath=26_24&products_id=30 Running Bootstrap Edge Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.