Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Omar_one

Members
  • Posts

    563
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by Omar_one

  1. 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
  2. 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?
  3. 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
  4. 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

  5. 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() {


     

  6. 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


     

  7. 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

  8. @Gyakutsuki What about adding List Group
    "Groups are a powerful tool that targets subscribers by their interests or preferences within a single list, so you don't have to manage multiple lists with overlapping subscribers. Groups can be used for any data, like a favorite food, a preferred store location, or anything you want to use to filter your list."

    Do you think it is possible ?

    BR
    Omar

×
×
  • Create New...