Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bitit.it

Members
  • Posts

    114
  • Joined

  • Last visited

Everything posted by bitit.it

  1. Ok, i confirm, working also in live side for my installation phoenix 1.0.7.9 Thank you and excuse me again Enrico
  2. I have italian translations for this module , do you want it?
  3. Excuse me! Ok i have removed all, starting from discount codes created, removed all part of plug-in of website (development side) and repeated the installation step by step another time, i believe the fourth time; i have delete the customer from shop. i have cleared all cookies from my browser, created new discount code, created new customer; don't ask me why but now work . I'll try to install also in live side now for confirm . Excuse me again Enrico
  4. Yes, have try before, but i have the same problem! Enrico
  5. Miss something that i don't know . this is the list of my hooks, maybe can be helpful progress progress_hooks.php progressBar N/A write css.php injectSiteEnd N/A siteWide jQuery.php injectAfterFooter 3.5.1 siteWide bootStrap.php injectSiteStart 4.5.2 siteWide styleSheets.php injectSiteStart N/A siteWide fontAwesome.php injectSiteStart 5.14.0 siteWide discountCode.php injectSiteStart N/A siteWide bootStrap.php injectSiteEnd 4.5.2 siteWide MATC.php injectSiteEnd N/A siteWide filterList.php injectSiteEnd N/A siteWide MATC.php injectFormDisplay N/A siteWide discountCode.php injectFormDisplay N/A siteWide discountCode.php insertOrder N/A siteWide noJs.php injectBodyWrapperStart N/A checkout_process discount_code.php DiscountCodeStandardIpn N/A checkout_process Checkout->validate_payment startApplication N/A checkout_process Checkout->prepare_payment startApplication N/A checkout_process checkout_surface->insert_order startApplication N/A checkout_process pipeline_surface->after startApplication N/A checkout_process checkout_surface->insert_history startApplication N/A checkout_process Checkout->conclude_payment startApplication N/A checkout_process pipeline_surface->reset startApplication N/A checkout_process Checkout->redirect_success startApplication N/A system application_surface->project_version startApplication N/A system application_surface->request startApplication N/A system application_surface->read_configuration startApplication N/A system function_surface->general startApplication N/A system function_surface->href_link startApplication N/A system function_surface->image startApplication N/A system function_surface->html_output startApplication N/A system function_surface->sessions startApplication N/A system application_surface->gzip startApplication N/A system application_surface->start_session startApplication N/A system Application->check_ssl_session_id startApplication N/A system Application->check_user_agent startApplication N/A system Application->check_ip startApplication N/A system Application->ensure_session_cart startApplication N/A system Application->set_session_language startApplication N/A system Application->fix_numeric_locale startApplication N/A system currencies->set_currency startApplication N/A system Application->ensure_navigation_history startApplication N/A system Loader->messageStack startApplication N/A system Loader->customer_data startApplication N/A system Application->set_customer_if_identified startApplication N/A system application_surface->parse_actions startApplication N/A system whos_online::update startApplication N/A system function_surface->password_funcs startApplication N/A system function_surface->validations startApplication N/A system specials::expire startApplication N/A system Loader->oscTemplate startApplication N/A system application_surface->category_path startApplication N/A system hooks->register_page startApplication N/A checkout Checkout->register_stages checkoutStart N/A checkout tep_require_login startApplication N/A checkout Checkout->guarantee_cart startApplication N/A checkout Loader->order startApplication N/A checkout_confirmation_stage Checkout->require_login startApplication N/A checkout_confirmation_stage Checkout->initialize_payment_module startApplication N/A checkout_confirmation_stage Checkout->initialize_shipping_module startApplication N/A checkout_confirmation_stage Checkout->update_payment_module startApplication N/A checkout_confirmation_stage Checkout->set_order_totals startApplication N/A checkout_shipping Checkout->guarantee_cart_id startApplication N/A checkout_shipping Checkout->validate_sendto startApplication N/A checkout_shipping Checkout->skip_shipping startApplication N/A checkout_payment_stage Checkout->validate startApplication N/A checkout_payment_stage checkout_surface->check_stock startApplication N/A checkout_payment Checkout->validate_billto startApplication N/A checkout_payment Checkout->initialize_payment_modules startApplication N/A checkout_confirmation Checkout->guarantee_payment startApplication N/A checkout_confirmation Checkout->preconfirm_payment startApplication N/A checkout_shipping_address Checkout->skip_shipping startApplication N/A after checkout_surface->update_stock afterStart N/A after checkout_surface->update_products_ordered afterStart N/A after checkout->notify afterStart N/A reset checkout->reset_cart resetStart N/A reset session_eraser->sendto resetStart N/A reset session_eraser->billto resetStart N/A reset session_eraser->shipping resetStart N/A reset session_eraser->payment resetStart N/A reset session_eraser->comments resetStart N/A checkout_success cm_cs_product_notifications->process injectAppTop N/A loginRequired tep_require_login loginRequiredStart N/A
  6. i haven't output of the discount at total order at the end of checkout; so i imagine have lost some part in the installations steps. and i'm investigating about .. sorry
  7. ok excuse me again i'll read the thread , but i have installed this module for stripe https://apps.oscommerce.com/EbCL1&stripe-v3-sca and is different form your code. in the core of 1.0.7.9 isn't present this folder; in attachment , the screen shot about . includes/modules/checkout/
  8. ok Excuse me, for stupid question . in the installation instructions is wrote: 2. Modify the includes/modules/checkout/after.php file. -------------------------------------------------------------- 2.1. FIND: include __DIR__ . '/update_stock.php'; include __DIR__ . '/update_products_ordered.php'; ADD AFTER: // Discount Codes include __DIR__ . '/update_discount_codes.php'; but in the phoenix1.0.7.9 i haven't includes/modules/checkout/after.php file. i have tried installations but in the order total amount, i haven' discount amount output --------------- and for stripe payment, the file includes/modules/payment/stripe_sca.php is really different form the file of Stripe SCA Payment module for Phoenix 1.0.7.9+ i can't find the string // lets start with the email confirmation maybe the following code to add is only for email confirmations and isn't so important. but i desire fix it. code to add ( form instructions notes) // lets start with the email confirmation ADD BEFORE: // Discount Codes if (defined('MODULE_ORDER_TOTAL_DISCOUNT_STATUS') && strtolower(MODULE_ORDER_TOTAL_DISCOUNT_STATUS) == 'true' && file_exists(DIR_FS_CATALOG . 'includes/hooks/shop/checkout_process/discount_code.php')) { global $OSCOM_Hooks; $OSCOM_Hooks->register('checkout_process'); $OSCOM_Hooks->call('checkout_process', 'DiscountCodeStandardIpn'); } somebody have some tips about? Enrico
  9. I. i'm tray installing discount code in phoenix-1.0.7.9 , i have a doubt for stripe payment, the code same too different; if i don't change it , the only difference is the confirmation email to customers , correct?

     

    If your file is unmodified and your store Phoenix 1.0.5.1+, upload the modified file provided in:
    Modified_stripe_sca_3.0
    Otherwise apply the following modification:
     
    3.1. Modify the includes/modules/payment/stripe_sca.php file.
    
    3.1.1. FIND:
    
    // lets start with the email confirmation
    
    ADD BEFORE:
    
    // Discount Codes
                if (defined('MODULE_ORDER_TOTAL_DISCOUNT_STATUS')
                        && strtolower(MODULE_ORDER_TOTAL_DISCOUNT_STATUS) == 'true'
                        && file_exists(DIR_FS_CATALOG . 'includes/hooks/shop/checkout_process/discount_code.php')) {
                    global $OSCOM_Hooks;
                    $OSCOM_Hooks->register('checkout_process');
                    $OSCOM_Hooks->call('checkout_process', 'DiscountCodeStandardIpn');

    Thank you .enrico

    1. raiwa

      raiwa

      If you are on Phoenix 1.0.7.9 you should use stripe_sca_v1.1.0 and Discount_Codes_5.3.2_Phoenix.

      Then you do not need to apply any modification.

      Meanwhile, please post support questions for addons in the apropriate support thread (discount codes or stripe in that case).

  10. ok, maybe this can be solve : https://apps.oscommerce.com/vqouq&manufacturer-images i'll try it
  11. Try whit sandbox, the end of registration return to https://www.oscommerce.com/index.php? .................................................. instead my ecommerce whit error on browser : {"rpcStatus":-100}
  12. with clicking in manufacturer name , open a page with the list of products of clicked manufacturer, should be a logo of manufacturer , not is?
  13. yes i have found this that same is something similar https://apps.oscommerce.com/IDvfZ&separate-shipping-per-product-v1-0 someone have tried it? it have also different zones ?
  14. ok, thank you , i'm a php developer , i have adapted some module oscommerce standard to phoenix, i can do too; but isn't exactly the answer at my question. Enrico
  15. I Heatherbell i have done in this way but is complicated and dangerous; for example mi customer https://eshop.olivierasantangelo.it/ delivery in many country in the world, so from Italy the shipment cost to USA is really high , if i put a product to zero wight i make a disaster. my solution in this case is create a range in free shipment 7.55:10.00,7.61:0.001, and give at the product a wight like 7.60 this work, but can be a final solution. Is some securely work plug-in about? Enrico
  16. Good morning , i have a Phoenix v1.0.1.0 on line i need create a offer with free shipping mode for some products. How is the best practice? i need installing some module? which module? Thank you enrico
  17. yes , excuse me; i believe is a bug of phenix1010 version ; for work , must setup the configure file in the following way define('HTTP_SERVER', 'https://eshop.olivierasantangelo.it'); define('HTTPS_SERVER', 'https://eshop.olivierasantangelo.it'); both define with https:// thank you again Enrico
  18. Hello.. another problem . google shopping want https pages for starting the advertise ; i have do some edit about : around line 134 - $imageURL = 'http://' . DOMAIN_NAME . '/images/'; + $imageURL = 'https://' . DOMAIN_NAME . '/images/'; around line 139 - $productURL = 'http://' . DOMAIN_NAME . '/product_info.php?products_id='; + $productURL = 'https://' . DOMAIN_NAME . '/product_info.php?products_id='; around line 149 - $productURL = "http://" . DOMAIN_NAME . "/product_info.php?currency=" . CURRENCY_TYPE . "&products_id="; //where + $productURL = "https://" . DOMAIN_NAME . "/product_info.php?currency=" . CURRENCY_TYPE . "&products_id="; //where the image address have correctly https, but the product url keep to be http have you some idea? Enrico
  19. very simple change feed language , changing the order of language $query_lang_bitit=tep_db_query('SELECT * FROM languages ORDER BY sort_order'); $result_lang_bitit= mysqli_fetch_array($query_lang_bitit); $language_id_bitit= $result_lang_bitit['languages_id']; $language_code_bitit= $result_lang_bitit['code']; $language_bitit= $result_lang_bitit['name']; define('FEEDNAME', $language_bitit.'-your-outfile.txtt'); // define('DEFAULT_LANGUAGE_ID', $language_id_bitit); // define('OPTIONS_FEED_LANGUAGE', $language_code_bitit); //
  20. for the moment the best should be define('FEEDNAME', $language.'-your-outfile.txtt'); // where $language is default language define('DEFAULT_LANGUAGE_ID', $languages_id); //Default id Language define('OPTIONS_FEED_LANGUAGE', $defaultcodelanguage); // do you know real name of this variable? alternatively i have create a query on top of the file that give me this variables Enrico
×
×
  • Create New...