Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

artstyle

Pioneers
  • Posts

    142
  • Joined

  • Last visited

Everything posted by artstyle

  1. I tried it on a newly installed Oscommerce site (2.3.3.4). It works, however if you look on your test site as well you will notice that when you click to enlarge pictures, they open up in a new window. The video on the Samsung gadget sample product doesn't play. I added the jquery-migrate-1.2.1.min.js file and the fancy box works except for the video. When I have the pictures enlarged, instead of playing the video it shows the index page. Is there anyway to correct this? Thanks again, Alexandra
  2. I have been trying for the past few days to figure out why my subcategories open below and on top of other categories, instead of opening towards the right. I have upgraded my jquery files and also downloaded the jquery migrate file following your instructions in a post above. I don't understand why this is happening. I also tried your superfish.css file from your test site but that didn't change anything. Any thoughts as to why this is happening? What else can I try? This is part of template-top: <link rel="stylesheet" type="text/css" href="ext/jquery/ui/redmond/jquery-ui-1.10.3.css" /> <script type="text/javascript" src="ext/jquery/jquery-1.10.1.min.js"></script> <script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.10.3.min.js"></script> <script type="text/javascript" src="ext/jquery/jquery-migrate-1.2.1.min.js"></script> <script type="text/javascript"> // fix jQuery 1.8.0 and jQuery UI 1.8.22 bug with dialog buttons; http://bugs.jqueryui.com/ticket/8484 if ( $.attrFn ) { $.attrFn.text = true; } </script> <?php if (tep_not_null(JQUERY_DATEPICKER_I18N_CODE)) { ?> <script type="text/javascript" src="ext/jquery/ui/i18n/jquery.ui.datepicker-<?php echo JQUERY_DATEPICKER_I18N_CODE; ?>.js"></script> <script type="text/javascript"> $.datepicker.setDefaults($.datepicker.regional['<?php echo JQUERY_DATEPICKER_I18N_CODE; ?>']); </script> <?php } ?> <script type="text/javascript" src="ext/jquery/bxGallery/jquery.bxGallery.1.1.min.js"></script> <link rel="stylesheet" type="text/css" href="ext/jquery/fancybox/jquery.fancybox-1.3.4.css" /> <script type="text/javascript" src="ext/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script> <link rel="stylesheet" type="text/css" href="ext/960gs/<?php echo ((stripos(HTML_PARAMS, 'dir="rtl"') !== false) ? 'rtl_' : ''); ?>960_24_col.css" /> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> <?php // Start superfish categories box ?> <script type="text/javascript" src="ext/jquery/superfish/js/jquery.hoverIntent.minified.js"></script> <script type="text/javascript" src="ext/jquery/superfish/js/superfish.js"></script> <script type="text/javascript" src="ext/jquery/superfish/js/supersubs.js"></script> <link rel="stylesheet" media="screen" href="ext/jquery/superfish/css/superfish.css" /> <link rel="stylesheet" media="screen" href="ext/jquery/superfish/css/superfish-vertical.css"> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('ul.sf-menu').superfish({ animation: {height:'show'}, // slide-down effect without fade-in delay: 1200 // 1.2 second delay on mouseout }); }); </script> <?php // End superfish categories box ?> Thanks again, Alexandra
  3. Hi Jim, That worked perfectly. Thanks again, Alexandra
  4. I just noticed it also creates an all-products link in all subcategories. Is it possible to remove it?
  5. Hi, I have used this superfish categories addon. I am also using All products Seo which places this code in bm_categories.php Can you please let me know where I should place it in bm_categories_superfish.php. Thank you. /**** BEGIN ALL PRODUCTS SEO ****/ $categories_string .= '<br><div id=\'infoBoxLinkWrapper\'><a class=\'infoBoxLink allproductsBox\' href="' . tep_href_link(FILENAME_ALLPRODS_SEO, '', 'NONSSL') . '" title="' . BOX_INFORMATION_ALLPRODS_SEO_CATEGORIES . '">' . BOX_INFORMATION_ALLPRODS_SEO_CATEGORIES . '</a></div>'; if (ALL_PRODUCTS_SEO == 'true' && ALL_PRODUCTS_SEO_DISPLAY_PRICE_LIST == 'true') { $categories_string .= '<div id=\'infoBoxLinkWrapper\'><a class="allproductsBox" href="' . tep_href_link(FILENAME_ALLPRODS_SEO_PRICE_LIST, '', 'NONSSL') . '" title="' . BOX_INFORMATION_ALLPRODS_SEO_PRICE_LIST . '"><nobr>' . BOX_INFORMATION_ALLPRODS_SEO_PRICE_LIST . '</nobr></a></div>'; } /**** END ALL PRODUCTS SEO ****/
  6. Hi, I would like to ask how to keep the menu in the same style when adding more links. For example, I added the code below which produced the link I wanted. However it didn't appear inside the horizontal menu but to the right of it and in a different style/font. How can I get it to appear inside the menu bar and pick up the same style as the other links in the menu? Thank you in advance // Close off nested lists for ($nest = 0; $nest <= $GLOBALS['this_level']; $nest++) { //if you need extra links uncomment out the lines below $output .= '</ul></li>'; $output .= '<a href="' . tep_href_link( FILENAME_ALLPRODS_SEO ) . '">' . MODULE_BOXES_ALLPRODS_SEO_CATEGORIES . '</a>'; $output .= '</ul>'; } return $output; }
  7. Hi, I installed the latest version of this add-on. However, I am not getting categories displayed with superfish nav-bar. Is it possible to do this with the contribution? Is there information on how you achieved the results as shown in your screenshot (module in action) with the menu on top. Information- search- sitemap and the way your menu drops down? Thank you in advance
  8. You can try looking in this thread http://www.oscommerce.com/forums/topic/166244-wishlist-3-0-support-thread/
  9. Hi, I have installed Module Version 2.1a on Oscommerce 2.3.3.4 Is it possible to get the prices calculated with maximum values instead of minimum values? For example: 20:8.50,50:9.50,100:10.00, 200:12.0, 500:15.00, 1000:18.00, 2000:20.00 Table rate would calculate shipping for an item with 45 grams weight at 9.50 whereas this contribution calculates it at 8.50. I would really prefer to make it calculate like the table rate does since I could just copy the post office rates. In other words charge 8.50 up to and including 20 grams and for 21 grams get the price from the next range. This is how the post office rates also work. Does anyone know how to do this? Thank you in advance
  10. Or maybe better to change this step and keep things written in the same way. 3) In includes/modules/boxes/bm_information.php REPLACE ' <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . MODULE_BOXES_INFORMATION_BOX_CONTACT . '</a>' with ' <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . MODULE_BOXES_INFORMATION_BOX_CONTACT . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_EASYMAP) . '">' . MODULE_BOXES_INFORMATION_BOX_EASYMAP . '</a>'
  11. Hi Jack, Thanks for another great contribution. 4) In includes/languages/english/modules/boxes/bm_information.php (and any language file you use), before the last ?> ADD: define('MODULE_BOXES_INFORMATION_BOX_EASYMAP', 'Locate Us'); That didn't work for me. Should be define('MODULE_BOXES_INFORMATION_EASYMAP', 'Locate Us');
  12. Ok, Thanks for the reply. I'll see what happens when I upload it to the site online.
  13. Hi, The database installed without any problem and without any changes needed. I also found that a step was missing in install instructions. I had to insert in includes/languages/english/modules/boxes/bm_information.php define('MODULE_BOXES_INFORMATION_SITEMAP_SEO', 'Site Map'); I am not able to use Boxes Group Control feature in /admin/sitemap_seo_box_control.php I get two errors: Warning: explode() expects parameter 2 to be string, array given in C:\wamp\www\catalog2013b\admin\sitemap_seo_box_control.php on line 162 Warning: file(C:/wamp/www/catalog2013b/includes/modules/boxes/Array) [function.file]: failed to open stream: No such file or directory in C:\wamp\www\catalog2013b\admin\includes\functions\sitemap.php on line 203 I am able to use boxes individual control. I wasn't able to find where to change the pseudo page name so I changed it from phpmyadmin. Otherwise instead of Boxes All Products It would display Boxes and in red bm_all_products I Is it possible to change it from the admin panel? Is there a way to correct the errors? I know it was mentioned before but the fix didn't work for them so I didn't try it. Thanks again for your help.
  14. Hi, Will this contribution work for latest Oscommerce version 2.3.3.4 ? I started to edit files but when I got to this step I got stuck because i can't find the line mentioned below: 4) In admin/includes/column_left.php, before the last ?>, FIND: include(DIR_WS_BOXES . 'tools.php'); ADD BENEATH: include(DIR_WS_BOXES . 'sitemap_seo.php');
  15. Hi, Thanks for the quick reply. In the admin english.php file it says: setlocale(LC_ALL, array('en_US.UTF-8', 'en_US.UTF8', 'enu_usa')); I checked the database and for all tables included in the standard oscommerce the collation is utf8_unicode_ci however, for contributions I've added, the collation is latin1_swedish_ci. This includes all_products_seo. Should it be changed and if so, what is the correct way to do this? In reply to If you are using 2.3.3.4, run the conversion option on the database to make sure the tables are setup correctly. I am using 2.3.3.4 but I don't know what the conversion option is. If you can please point me in the right direction. Thanks again
  16. Hi, Thank you for the contribution. I have a slight problem because I use two languages on my site. When I add a heading from the admin side, on the catalog I can see the English heading fine but the Greek is just like this ??????? It's not picking up the language character set. All the Greek files have been converted UTF-8 without BOM in order to display properly. Is it possible for the admin/all-products.php file to be split into an english and other language file (in this case Greek) ? Is there another way around this? Thank you in advance
  17. Hi, Does anyone know how to make the wishlist box appear only if there are items in the list? This would be for version 2.3. In the older Oscommerce version the code was: Edit catalog/includes/column_right.php Find: require(DIR_WS_BOXES . 'shopping_cart.php'); Below that code ADD this: if($wishList->count_wishlist() != '0') { require(DIR_WS_BOXES . 'wishlist.php'); } I would think that for the new version the code would go in bm_wishlist.php file. Can anyone help? Thanks in advance
  18. Hello, I have installed the wishlist contribution (sept 2013 version) found here: http://addons.oscommerce.com/info/8665 When I add the sql code in phpmyadmin I get this error: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 7 . If anyone can help the SQL code in full is: DROP TABLE IF EXISTS customers_wishlist; CREATE TABLE customers_wishlist ( customers_wishlist_id int unsigned NOT NULL auto_increment, customers_id int unsigned NOT NULL default '0', products_id tinytext NOT NULL, PRIMARY KEY (customers_wishlist_id), KEY idx_wishlist_customers_id (customers_id) ) TYPE=MyISAM; DROP TABLE IF EXISTS customers_wishlist_attributes; CREATE TABLE customers_wishlist_attributes ( customers_wishlist_attributes_id int unsigned NOT NULL auto_increment, customers_id int unsigned NOT NULL default '0', products_id tinytext NOT NULL, products_options_id int unsigned NOT NULL default '0', products_options_value_id int unsigned NOT NULL default '0', PRIMARY KEY (customers_wishlist_attributes_id), KEY idx_wishlist_att_customers_id (customers_id) ) TYPE=MyISAM; INSERT INTO configuration_group ( configuration_group_id , configuration_group_title , configuration_group_description , sort_order , visible ) VALUES ( '12954', 'Wish List Settings', 'Settings for your Wish List', '25', '1' ); INSERT INTO configuration ( configuration_id , configuration_title , configuration_key , configuration_value , configuration_description , configuration_group_id , sort_order , last_modified , date_added , use_function , set_function ) VALUES ( '', 'Max Wish List', 'MAX_DISPLAY_WISHLIST_PRODUCTS', '12', 'How many wish list items to show per page on the main wishlist.php file', '12954', '', now(), now(), NULL , NULL ); INSERT INTO configuration ( configuration_id , configuration_title , configuration_key , configuration_value , configuration_description , configuration_group_id , sort_order , last_modified , date_added , use_function , set_function ) VALUES ( '', 'Max Wish List Box', 'MAX_DISPLAY_WISHLIST_BOX', '4', 'How many wish list items to display in the infobox before it changes to a counter', '12954', '', now(), now(), NULL , NULL ); INSERT INTO configuration ( configuration_id , configuration_title , configuration_key , configuration_value , configuration_description , configuration_group_id , sort_order , last_modified , date_added , use_function , set_function ) VALUES ( '', 'Display Emails', 'DISPLAY_WISHLIST_EMAILS', '10', 'How many emails to display when the customer emails their wish list link', '12954', '', now(), now(), NULL , NULL ); INSERT INTO configuration ( configuration_id , configuration_title , configuration_key , configuration_value , configuration_description , configuration_group_id , sort_order , last_modified , date_added , use_function , set_function ) VALUES ( '', 'Wish List Redirect', 'WISHLIST_REDIRECT', 'No', 'Do you want to redirect back to the product_info.php page when a customer adds a product to their wish list?', '12954', '', now(), now(), NULL , 'tep_cfg_select_option(array(\'Yes\', \'No\'),' ); Thank you in advance.
  19. I would like a wishlist for 2.3.1 as well.
  20. I tried upgrading from the previous version and I didn't find it worked. I tried a fresh install and it just redirects me to the index page and doesn't ban me. The whitelist was fresh from the contribution. I didn't add my ip in the whitelist. I also tried jonanv's site using just personal at the end of his site's url . I got redirected to the index page and I didn't get banned.
  21. Yes, same here. I get redirected to index but ip doesn't get trapped.
×
×
  • Create New...