Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

droper

Pioneers
  • Posts

    16
  • Joined

  • Last visited

Everything posted by droper

  1. Hello all. Yesterday I installed this addon and it work perfect. I look for something like this, and think this module can be modify to work for exact thing that I am looking for. Sorry for my bad English My site is located here: http://pyzeli.com I have horizontal menu - with all main categories on it. I am looking for additional menu, who will show only the current Category with Subcategories in it. Is there anyway to hide all categories, and show only category and subcategories - that user is in...?
  2. Hello, @wrequine in what version of osCommerce You are? It's look like You running on 2.3.1? Please share how You integrate option types into it? Thank You.
  3. Hello again I find solution for my problem. There is In catalog\includes\application_top.php this: <meta property="og:description" content="<?php echo preg_replace('/[^a-zA-Z0-9\s]/','',preg_replace('/\s+/',' ',preg_replace("/<br>/", "",$product_info['products_description']))); ?>" /> I change it to this: <meta property="og:description" content="<?php echo preg_replace('/[^а-яА-Я0-9;:.,\s]/','',preg_replace('/\s+/',' ',preg_replace('<br/>', ' ',preg_replace('<b>', ' ',$product_info['products_description'])))); ?>" /> Now, If there is any latin character, will be ignore from description tag. It only shows - cyrilic symbols and - ; : . I know that I have to do more changes... If I progress it, I will post here, for someone like me :)
  4. Come on, Gyes... Please give me a hand with this... It's very important to me, and my poor store...
  5. Here is my code... If anybody need of it... in: catalog/product_info.php <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> <a class="addthis_button_google_plusone"></a> <a class="addthis_button_email"></a> </div> <!-- AddThis Button END --> In: catalog/includes/template_top.php <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4d9ef23073f43e14"></script> But, don't know is the problem is in the code... Because, when copy link (URL) and paste directly in Facebook to share, it show the picture in first post...
  6. Hello everyone... I am running on v2.3.1 and have strange problem with products share, and don't know what to do (can't find solution anywhere...) My store is running on Cyrilic charset - and when someone click on "Like product" or just want to share some product url to Facebook or Google + it shows description in that way: In description section, it Shows only HTML tags - witout "< >", and don't show any Cyrilic character...? This is FACEBOOK example, but it is the same with GOOGLE +... It is obviously i make mistakes in charsets I think... But don't know where... and way shows the latin characters in HTML code... Please, any ideas..? Thanks and Regards. Sorry for my bad English, I am from Bulgaria.
  7. Hi... First of all, sorry for my bad English... I'm runing on v2.2. Last week I installed "Articles Manager V 1.57_6". I have installed "HeaderTags_SEO_V_3.2.5" - and all seems good for me, before I write a test article... I have installed two languages on my site... - Bulgarian and English - and my Article - shows only in Bulgarian, when I choose English - nothing shown... When I go to admin area - and click - edit... Text show only in Bulgarian area... The English areas are Empty... I cheked install instruction several times... All instructions are OK... Please help... I need this contrib...
×
×
  • Create New...