Search:

Type: Posts; User: su35

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    807
    Views
    340,425

    Re: Dynamic Filter - Read only products

    purpose: show all product list on main page
    solution: in define_main_page.php add
    require(DIR_WS_MODULES . zen_get_module_directory('pages/products_all/header_php.php'));
    ...
  2. Replies
    3,600
    Views
    514,951

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Thanks nc12345678. I find a few products haven't such problem. It looks like that there is some error in my data prepare code.
  3. Replies
    3,600
    Views
    514,951

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Thanks reply
    The domain name is part of the content in the databasse (table:meta_tags_products_description, culumn:metatags_title). The same file, if I import on local host, the content of...
  4. Replies
    3,600
    Views
    514,951

    Sticky: Re: EasyPopulate 4.0 Support Thread

    How to exclude the domain name from the metatags_title
  5. Thread: SitemapXML v.2

    by su35
    Replies
    2,106
    Views
    423,108

    Re: SitemapXML v.2

    Is it possible that just include the first page of categories in the sitemap?
  6. Replies
    9
    Views
    565

    v155 Re: Problem with wordpress sql sentence.

    You are right! It works now.:clap: Thank you very much.
  7. Replies
    9
    Views
    565

    v155 Re: Problem with wordpress sql sentence.

    Thanks, mc12345678. I still couldn't find the solution. I had checked the entries in the database, there is not any HTML tag.
  8. Replies
    9
    Views
    565

    v155 Re: Problem with wordpress sql sentence.

    The name is including a-z letters, number, and blank space only, there is no any other character. Let's suppose the product is "abc shirt small red". On products_info page, the main_template_vars.php...
  9. Replies
    9
    Views
    565

    v155 Re: Problem with wordpress sql sentence.

    Thanks. Those codes aren't in a loop. The execute results is as following:

    queryFactoryResult Object ( [EOF] => 1 [cursor] => 0 [fields] => [is_cached] => [result] => Array ( ) [result_random] =>...
  10. Replies
    9
    Views
    565

    v155 Re: Problem with wordpress sql sentence.

    Sorry, I may make confuse. Those codes are localized in ZenCart, just visit the database created by WordPress.
  11. Replies
    9
    Views
    565

    v155 Problem with wordpress sql sentence.

    $review_wp_sql = "SELECT ID, post_title, post_content, post_name, post_date, guid
    FROM " . TABLE_WP_POSTS. " p," . TABLE_WP_TERM_RELATIONSHIPS . " tr," . TABLE_WP_TERMS ." t
    WHERE t.name =...
  12. Replies
    1,621
    Views
    314,080

    v150 Re: Ultimate SEO 2.200+ (new features)

    My codeing error.:D:D
  13. Replies
    1,621
    Views
    314,080

    v150 Re: Ultimate SEO 2.200+ (new features)

    Is anybody has used this plugin with jquery moblie? I got 404 error with jquery mobile. But I don't know whether this plugin conflicts with jquery mobile, or there are codeing error when I modified?...
  14. Re: How to define the input field as a textarea in backend

    Thanks, guys. Following mc12345678's instruction, the problem was solved.
  15. How to define the input field as a textarea in backend

    In backend, some input fields are <input ...>, like this
    16672
    some input fields are <textaera...>, like this
    16673
    How to define the format in the sql sentence?
  16. Replies
    6
    Views
    1,010

    v155 Re: How to change phpmyadmin export format?

    I had tried the first, it works! Thanks
  17. Replies
    6
    Views
    1,010

    v155 Re: How to change phpmyadmin export format?

    Do you mean that it depend on php and phpmyadmin version and the user can't change it?
  18. Replies
    6
    Views
    1,010

    v155 How to change phpmyadmin export format?

    I need compare the table structure of database between the local host and living site. However, the outputs of phpmyadmin are in different format.

    the localhost format:

    CREATE TABLE...
  19. Replies
    1,621
    Views
    314,080

    v150 Re: Ultimate SEO 2.200 [Support Thread]

    Thanks, everybody. Now, I enable the SSL by configure files defined
  20. Replies
    1,621
    Views
    314,080

    v150 Re: Ultimate SEO 2.200 [Support Thread]

    modify the two configure files couldn't enable the whole site SSL

    I found the solution. put the added code on top

    function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL',...
  21. Replies
    1,621
    Views
    314,080

    v150 Re: Ultimate SEO 2.200 [Support Thread]

    original code

    <a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL); ?>"><?php echo TOP_MENU_ALL_PRODUCTS;?></a>
    log content

    Request sent to href_link('products_all', '', 'NONSSL', true,...
  22. Replies
    1,621
    Views
    314,080

    v150 Re: Ultimate SEO 2.200 [Support Thread]

    includes\configure.php

    define('ENABLE_SSL', 'true');
    admin\includes\configure.php

    define('ENABLE_SSL_CATALOG', 'true');
    includes\functions\html_output.php add on line in function...
  23. Replies
    4
    Views
    515

    v155 Re: need help for javacsript Regular Expression

    Thanks, mc12345678. I get it.
  24. Replies
    4
    Views
    515

    v155 Re: need help for javacsript Regular Expression

    Thanks, cralwhat. It is work! only thing is changing length to endpoint. But I still wonder what is wrong in the regular expression
  25. Replies
    1,621
    Views
    314,080

    v150 Re: Ultimate SEO 2.200 [Support Thread]

    Thanks, lat9. I get it.
    Now, another question. I had set enable whole site SSL. if I turn the ultimate urls on, all on page links were set as http://. Is there any way to fix it?
  26. Replies
    4
    Views
    515

    v155 need help for javacsript Regular Expression

    linkhref="https://www.abc.com/x-t4-y818z-p-96.html";
    purpose: get the product id(the number 96).
    what I did:
    var reg = new RegExp("(-p-)(\d+)(\.html)");
    var r = linkhref.match(reg);
    I thought...
  27. Replies
    1,786
    Views
    247,302

    v150 Re: Edit Orders v4.0 Support Thread

    Thanks! I'm just worried that other plugin may add the same files.
  28. Replies
    1,786
    Views
    247,302

    v150 Re: Edit Orders v4.0 Support Thread

    Hi, lat9. I find three files named plugin.php in new file folder:

    1_new_files\admin\includes\languages\english\modules\plugin\plugin.php
    1_new_files\admin\includes\extra_configures\plugin.php...
  29. Replies
    15
    Views
    1,366

    v155 Re: send email vai gmail got error

    Thanks. I will leave the email part to deal on living site
  30. Replies
    1,786
    Views
    247,302

    v150 Re: Edit Orders v4.0 Support Thread

    Thanks, lat9. I will try it.
  31. Replies
    15
    Views
    1,366

    v155 Re: send email vai gmail got error

    Thanks, carlwhat. I have the same setting, but it doesn't work. I think it maybe an SSL problem. I installed a self-signature certification file in my local host.
  32. Replies
    1,786
    Views
    247,302

    v150 Re: Edit Orders v4.0 Support Thread

    How to merge the admin\includes\class\plugin.php with that is from another plugin? I am installing "ultimate urls" which has the same file with different codes. Since it isn't original zen cart file,...
  33. Replies
    1,621
    Views
    314,080

    v150 Re: Ultimate SEO 2.200 [Support Thread]

    How to merge the admin\includes\class\plugin.php with that is from another plugin? I have installed "edit orders" which has the same file with different codes. Since it isn't original zen cart file,...
  34. Replies
    15
    Views
    1,366

    v155 Re: send email vai gmail got error

    It looks like that it's not the mstp2go is denied by Gmail, it's mstp2go deny the zencart or my account.

    carlwhat, how do you configure the mstp2go?
  35. Replies
    15
    Views
    1,366

    v155 Re: send email vai gmail got error

    I had tried the port 465, and it doesn't work

    The mstp2go was denied by gamil and yahoo (Relay denied for unauthenticated sender )
  36. Replies
    15
    Views
    1,366

    v155 Re: send email vai gmail got error

    Gmail requirement. https://www.zen-cart.com/wiki/index.php/Troubleshoot_-_Email_Problems#Google_Mail_.2F_Gmail
  37. v155 Re: How to introduce the language define into a php file?

    Sorry, I forgot one thing. The data processing file is a page indepentent file in root folder. I want to know if there is way to introduce the definces into this file. Now, I'm creat a new page to...
  38. Replies
    15
    Views
    1,366

    v155 Re: send email vai gmail got error

    I had tried it, PHP doesn't work as the description mentioned. (PHP is the default, and uses built-in PHP wrappers for processing.
    Servers running on Windows and MacOS should change this setting to...
  39. Replies
    15
    Views
    1,366

    v155 send email vai gmail got error

    local test host (apache/windows 10)

    ERROR: Failed sending email to: "xxx" with subject: "xxx" SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

    E-Mail Transport...
  40. v155 Re: How to introduce the language define into a php file?

    I don't mean I need to redefine the constant. The constant was defined in "english/index.php" and I don't know how to introduce it into a page independent processing php file. I had tried to require...
  41. v155 How to introduce the language define into a php file?

    I am trying to use an independent file to handle a products filter (by ajax). Instead of "There are no products to list in this category", the "TEXT_NO_PRODUCTS" was shown when there is no product...
  42. Replies
    797
    Views
    131,136

    Sticky: v150 Re: Super Orders v4.0 Support Thread

    Thanks. It works!
  43. Replies
    797
    Views
    131,136

    Sticky: v150 Re: Super Orders v4.0 Support Thread

    There are 6 mysql sentences as:

    $result = mysql_query($dbc);
    $row = mysql_fetch_array ($result, MYSQL_NUM);
    $new_index = mysql_insert_id();
    $this_comments =...
  44. v155 Re: How to auto load jacascript for all pages in the backend?

    Thanks. I will try it. I want to load a table sort js to make it easy to find the configuration item.
  45. v155 How to auto load jacascript for all pages in the backend?

    In the frontend, the javascript with jscript_ will auto-load. How to do that in the backend?
  46. v155 Re: How to access the backend setting form a file in root

    I am test the code on local. For simplification, there is just one module be actived.
  47. v155 Re: How to access the backend setting form a file in root

    1. The purpose is to give the shipping estimation for this product show on the current page for everybody including unregistered visitors. It hasn't relation with the shopping cart.

    2. Only the...
  48. v155 Re: How to access the backend setting form a file in root

    For adding a shipping estimate on product_info page, I create a new file as modules\shipping_estimator_Pinfo.php which modified from shipping_estimator.php


    if (!defined('IS_ADMIN_FLAG')) {
    ...
  49. v155 How to access the backend setting form a file in root

    the code as:
    require(DIR_WS_CLASSES . 'shipping.php');
    $shipping_modules = new shipping;
    $quotes = $shipping_modules->quote();

    If I put the code in a file that localizes in modules fold,...
  50. v155 Re: How to call a php file localized in modules fold

    Do you mean if the files which localize in the root can be call without 403? I'm not a programmer, it's difficult for me to understand the code at a short time.
Results 1 to 50 of 168
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR