

PiLLaO
Members-
Content count
470 -
Joined
-
Last visited
-
Days Won
5
PiLLaO last won the day on December 21 2019
PiLLaO had the most liked content!
Profile Information
-
Real Name
Gustavo
-
Gender
Male
-
Location
Spain
Recent Profile Visitors
19,601 profile views
-
-
A continuation of topic Download link: https://apps.oscommerce.com/GKuyF&filter-module-bs Changelog v1.1: - Admin Bootstrapped and cleaned (like products attributes page) - MySQL reserved words set to uppercase
-
-
Hi @raiwa I get this error in console categories.php?cPath=26&pID=418&action=new_product:42 Uncaught ReferenceError: SetFocus is not defined at goOnLoad (categories.php?cPath=26&pID=418&action=new_product:42) at onload (categories.php?cPath=26&pID=418&action=new_product:48) I search on files and I can't find this function, I search on this forum and this function was on admin/includes/general.js Thanks in advance
-
Class 'ot_subtotal' not found in ...
PiLLaO replied to ArtcoInc's topic in osCommerce Online Merchant Community Bootstrap Edition
That it's I try to said you here -
Class 'ot_subtotal' not found in ...
PiLLaO replied to ArtcoInc's topic in osCommerce Online Merchant Community Bootstrap Edition
If the file are in catalog/admin/create_order_process.php and the path to get the module are 'includes/modules/order_total' I think that aren't searching on catalog/includes/modules/order_total/ seems to are searching on catalog/admin/includes/modules/order_total/ EDIT: I just download the app and see that you replace the old path style by hardcoded, so I think this is the error -
-
-
-
$('.pi-gallery') must to work
-
Select the container to jquery an put the image inside
-
Forum support for addon Breadcrumb SEO for Phoenix Development on Phoenix v1.0.7.1 Download link: https://apps.oscommerce.com/Bz5Of&breadcrumb-seo-for-phoenix
-
You are using an old oscommerce version, you must to read Google Help and hardcode the data. The best option is upgrade oscommerce an use the new structured data and other many upgrades
-
which addon have you installed to generate PDF?
-
Your supplier don't give you a excel file? As Matt said you, with Easy Populate you can upload a lot of productos via excel file
-
Not a good idea for SEO, you will copy content and Google not give you a good ranking, unless you edit the product to add original content
-
how to remove hMenu.php
PiLLaO replied to hungryfrank's topic in osCommerce Online Merchant Community Bootstrap Edition
If you only want to hide it, you should use CSS try this: body > nav.navbar { display: none; } EDIT: but I think you don't hide, you removed from DOM -
how to remove hMenu.php
PiLLaO replied to hungryfrank's topic in osCommerce Online Merchant Community Bootstrap Edition
I think you must to delete hMenu.php file -
Replace by this: $products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix, pa.products_attributes_id from products_attributes pa, products_options_values pov where pa.products_id = '" . (int)_GET['products_id'] . "' and pa.options_id = '" . (int)$products_options_name['products_options_id'] . "' and pa.options_values_id = pov.products_options_values_id and pov.language_id = '" . (int)$languages_id . "'" . " order by pa.options_values_price, pa.products_attributes_id"); I suppose that you aren't on osCommerce Phoenix (by the code pasted), I recommend you upgrade to Phoenix
-
I found the problem, missing code while updating hooks system
- 363 replies
-
- qtpro
- attributes stock
-
(and 1 more)
Tagged with: