

kep@
Members-
Content count
40 -
Joined
-
Last visited
Everything posted by kep@
-
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 ? -
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 -
Quantity for Login Members Only
kep@ posted a topic in osCommerce Online Merchant Community Bootstrap Edition
Is it somehow possible to set that only Login Members can see the quantities ? -
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] -
Quantity for Login Members Only
kep@ replied to kep@'s topic in osCommerce Online Merchant Community Bootstrap Edition
Thanks for advices -
Quantity for Login Members Only
kep@ replied to kep@'s topic in osCommerce Online Merchant Community Bootstrap Edition
Now I'm trying to figure out how to add it to the product_info.php page -
Quantity for Login Members Only
kep@ replied to kep@'s topic in osCommerce Online Merchant Community Bootstrap Edition
Yes, it is exactly as you wrote And now everything works as I wanted -
I used version 3.5 to see if it was correct or to use another version
- 97 replies
-
- display tax
- tax info
-
(and 1 more)
Tagged with:
-
osCommerce Online Merchant v2.3.4.1 CE PHP Version 7.3.33 When I install the module the site stops working. In error_log I get an error 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 Is this possible to solve in some way I need in addition to the price without VAT to show me the price with VAT and what is the xx% VAT
- 97 replies
-
- display tax
- tax info
-
(and 1 more)
Tagged with:
-
Quantity for Login Members Only
kep@ replied to kep@'s topic in osCommerce Online Merchant Community Bootstrap Edition
I don't have the Guest Checkout add-on installed -
Quantity for Login Members Only
kep@ replied to kep@'s topic in osCommerce Online Merchant Community Bootstrap Edition
osCommerce Online Merchant v2.3.4.1 CE -
Quantity for Login Members Only
kep@ replied to kep@'s topic in osCommerce Online Merchant Community Bootstrap Edition
Now I see that all these files are used to display product_listing.php except the file product_info.php -
Quantity for Login Members Only
kep@ replied to kep@'s topic in osCommerce Online Merchant Community Bootstrap Edition
thanks That's it But for me it only exists in product_listing.php PRODUCT_LIST_QUANTITY does not exist in these files advanced_search_result.php products_new.php specials.php product_info.php It would be good to add them there just to see how I would do it.