

kep@
Members-
Content count
40 -
Joined
-
Last visited
Profile Information
-
Real Name
Kepa
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Not copy products move working
kep@ replied to kep@'s topic in osCommerce Online Merchant Community Bootstrap Edition
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function tep_draw_bs_radio_field(), 5 passed in /home/public_html/www/admin/categories.php on line 907 and exactly 6 expected in /home/public_html/www/admin/includes/functions/html_output.php:331 Stack trace: #0 /home/public_html/www/admin/categories.php(907): tep_draw_bs_radio_field('copy_as', 'link', true, NULL, 'Link product') #1 {main} thrown in /home/public_html/www/admin/includes/functions/html_output.php on line 331 -
Not copy products move working
kep@ posted a topic in osCommerce Online Merchant Community Bootstrap Edition
Not copy products move working OSCommerce 2.3.4.1 and PHP 7.2 Does anyone have an idea ? -
kep@ reacted to a post in a topic: PHP Fatal error: Cannot declare class currencies_mod, because the name is already in use in
-
kep@ reacted to a post in a topic: PHP Fatal error: Cannot declare class currencies_mod, because the name is already in use in
-
kep@ reacted to a post in a topic: PHP Fatal error: Cannot declare class currencies_mod, because the name is already in use in
-
kep@ reacted to a post in a topic: PHP Fatal error: Cannot declare class currencies_mod, because the name is already in use in
-
I already have that // class constructor function __construct() { $this->currencies = array(); $currencies_query = tep_db_query("select code, title, symbol_left, symbol_right, decimal_point, thousands_point, decimal_places, value from currencies"); while ($currencies = tep_db_fetch_array($currencies_query)) { $this->currencies[$currencies['code']] = array('title' => $currencies['title'], 'symbol_left' => $currencies['symbol_left'], 'symbol_right' => $currencies['symbol_right'], 'decimal_point' => $currencies['decimal_point'], 'thousands_point' => $currencies['thousands_point'], 'decimal_places' => (int)$currencies['decimal_places'], 'value' => $currencies['value']); } }
-
@raiwa Can you help me osCommerce Online Merchant v2.3.4.1 CE PHP Version: 7.2.34 (Zend: 3.2.0) Display_tax_info_V3.5 PHP Fatal error: Cannot declare class currencies_mod, because the name is already in use in /../includes/modules/bootstrap/bt_price_display.php on line 63 Return http error 500 bt_price_display.php
- 97 replies
-
- display tax
- tax info
-
(and 1 more)
Tagged with:
-
-
-
-
Support thread for JcM Product info date added+Info V1.1 CE
kep@ replied to JcMagpie's topic in General Add-Ons Support
I found a CE version Thank you all -
Support thread for JcM Product info date added+Info V1.1 CE
kep@ replied to JcMagpie's topic in General Add-Ons Support
osCommerce Online Merchant v2.3.4.1 CE -
Support thread for JcM Product info date added+Info V1.1 CE
kep@ replied to JcMagpie's topic in General Add-Ons Support
This is mine datebase.php database.php -
Support thread for JcM Product info date added+Info V1.1 CE
kep@ replied to JcMagpie's topic in General Add-Ons Support
When I install the module and plug it in content The following error occurs to me 1146 - Table '... .TABLE_PRODUCTS' doesn't exist select p.products_id, pd.products_name, pd.products_seo_keywords, pd.products_seo_description, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.products_last_modified, p.manufacturers_id, p.products_gtin from TABLE_PRODUCTS p, TABLE_PRODUCTS_DESCRIPTION pd where p.products_status = '1' and p.products_id = '511' and pd.products_id = p.products_id and pd.language_id = '5' [TEP STOP]