Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Omar_one

Members
  • Posts

    563
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Omar_one

  1. @LeeFoster I have Easy admin group osc 2.3 working under php7.2 without any error
  2. @burt If you want I can pm you the links
  3. I think the problem from some addon installed on the shop. because on the test site (Frozen) working fine but there is some error, but there is no error when you share the product everything show as it should on Facebook Warnings That Should Be Fixed Extraneous properties specified The following properties are specified on the webpage but NOT supported for the specified 'og:type': product:price:amount, product:price:currency, product:availability Missing Properties The following required properties are missing: fb:app_id
  4. Thank you @burt the opengraph installed and I checked Sharing Debugger and it show me this og:description : You must have JavaScript enabled in your browser to utilize the functionality of this website. Click here for instructions on enabling javascript in your browser. so the problem og:description?
  5. Thank you @René H4 the visitor in Facebook if the click on the shared product on Facebook it will re-directed to the product in the shop. The issue what I have it that there is not product name or description shown on the Facebook share popup or on the Facebook page after it shared there .. it show this error You must have JavaScript enabled in your browser to utilize the functionality of this website. Click here for instructions on enabling javascript in your browser
  6. @René H4 do you have Modular Product Page add-on installed? .. because we have Modular Product Page installed, and on the test shop isn't installed and the shearing working good..
  7. Hello, I have issue with sharing product on Facebook.. if the visitor want to share our product on Facebook the product image show but no name or description !! and it show error about JavaScript You must have JavaScript enabled in your browser to utilize the functionality of this website. Click here for instructions on enabling javascript in your browser BTW the JavaScript enabled ..any idea about fixing this? Br Omar
  8. just for fun ... funny song   ... Database Skills

     

  9. @PiLLaO sorry it was 28 day 19 .. last year package of add-on(2018)
  10. @PiLLaO there is 28d19 - Recover Carts made by @burt .. I have been using it and sending email to customers.. there was no complaining. contact @burt about more info
  11. sorry , you are right .. and there is no /hooks/shop/checkout_process/holiday.php in version 1.4 again soryy
  12. sorry @raiwa I had old installation version 1.4 so base on that I update it (I was not noticed that you have update it to version 2.0 ).. and your last one had almost all the change what I made .. there just one change still in includes/hooks/shop/checkout_process/holiday.php function listen_HolidayCheckoutMailMod() { to function __construct() {
  13. @raiwa I installed this add-on on php 7.2 and here was error in the error_log so I fixed those error and now working well under php7.2 if you want I can share it here or send it to you. so if you would like include the fixing for next update Br Omar
  14. Hello @raiwa under php7.2 I get warring PHP Warning: implode(): Invalid arguments passed in /home/shop/includes/classes/osc_template.php on line 87 I tried to fix it but no luck Br Omar
  15. after changing this line in Modules Shopping Cart module ... includes/modules/content/shopping_cart/cm_sc_checkout_alt.php .. include('includes/classes/payment.php'); to include_once('includes/classes/payment.php'); there is no warring, I don't know if it is the right fix !!! Br Omar
  16. @BrockleyJohn I found why it give this warring because I have Modules Shopping Cart installed by @raiwa so if I uninstall it your module working with any warring.. Do you have idea how to make it working with that module ? Thank you Omar
  17. I have no idea 😳 ..... there is class file in the language directory If I change the require('includes/classes/ship2pay.php'); to require_once('includes/classes/ship2pay.php'); the warring not show any more for that class it give another warring warring PHP Fatal error: Cannot redeclare class cod in /home/shop/includes/modules/payment/cod.php on line 13
  18. Hello @BrockleyJohn Under php7.2 it give a PHP Warning: PHP Fatal error: Cannot redeclare class ship2pay in /home/shop/includes/classes/ship2pay.php on line 20 Br Omar
  19. Hello @raiwa The fix not applied to 2.3.4.1 CE Frozen file yet Br Omar
  20. Hello @Tsimi and any one have the same issue for this Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/xxx/www/shop/xxx/customers_points_referral.php on line 451 change this in customers_points_referral.php on line 451 if (sizeof($reviews) > 0) to if (is_array($reviews) && sizeof($reviews) > 0) BR Omar
  21. @valquiria23 check this one BS Slick Image Gallery by @wHiTeHaT
  22. It's good idea, but the installing any addon it should not overwrite any existing files (oscommerce stock files ).. just the new files or overwrite the addons existing files example : A addon installed and overwrite any existing file (application_top.php) and after that I want to install B addon and it need overwrite same file .. so I will loss the A addon. or I have to change it manually. @piernasThats mean the addons NEED to be ready for your addon (install addons). Omar
  23. @Dj-Viper I think you have been changing the images folder name , if yes,, then you have to change the folder name in includes/modules/content/product_info/cm_pi_related_products.php find this tep_image('images/ and change images to your images folder name and same also in includes/modules/content/shopping_cart/cm_sc_related_products.php Br Omar
×
×
  • Create New...