Search the Community
Showing results for tags 'page'.
-
Support thread for JcM Index page Promo Tabs v1.0
JcMagpie posted a topic in General Add-Ons Support
JcM Index page Promo Tabs v1.0 A simple add-on to let you place promotional offer tabs onto your site index page. This let’s you make a splash on your home page. Show your imagination and display you best offers in a creative and stylish way on the home page of your site. Lets you put 4 tabs on to the index page which can contain anything you like. You don't need to simply copy the format in the sample supplied. You should use this as a blank canvas. You can use simple HTML to make the display what ever you wish.- 3 replies
-
- supportthreadjcm
- index
- (and 4 more)
-
Hello, I've install this addon: http://addons.oscommerce.com/info/2561 And it works, yet in 2.3 osc, there was changes in Boxes, new class for them etc. So whole site is getting cached and i don't know how to make not caching the bm_shopping_cart. In install guide of chemo it's Step 7 makes problem. " STEP 7 - Edit includes/column_right.php (or wherever you have the shopping cart displayed) Find this code: require(DIR_WS_BOXES . 'shopping_cart.php'); And REPLACE it with this code: if (!tep_session_is_registered('customer_id') && ENABLE_PAGE_CACHE == 'true' && class_exists('page_cache') ) { echo "<%CART_CACHE%>"; } else { require(DIR_WS_BOXES . 'shopping_cart.php'); } " How to solve that class problem. I would want to display here a shopping box, but i don't know how? How can i do this through class $osc_template ? is it possible? (i don't want whole column_right or left but only bm_shopping_cart)