Search:

Type: Posts; User: fawad123

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,097

    Sphinx search engine?

    How can I integrate Sphinx search engine with Zen cart?
  2. Replies
    0
    Views
    792

    Bug found in URI Mapping CEON

    I have been trying to optimize my site by optimizing sql queries generated by uri mapping. I have used "General Query Log' to analyze repetitive queries.
    I just found the following query twice for...
  3. Re: .htaccess settings for URI Mapping on server

    Yes they are updated but I have come to know that this URI mapping will not work in such a way.

    Thanks for your help.
  4. Re: .htaccess settings for URI Mapping on server

    I have updated that but still getting the following error:

    404 Not Found
    The server can not find the requested page:
  5. .htaccess settings for URI Mapping on new custom dedicated server?

    I'm currently using Dedicated server to test my zen cart website.
    The temporary url i have been assigned is http://serverip/~username/.

    I can access my website but if i click on any category i...
  6. Re: Can't include catalog functions in seperate PHP file.

    I have given one more attempt to this issue. The following code is tested:

    myphp.php file:
    <?php
    echo 'Testing module';

    require('../includes/application_top.php');

    echo 'Code after...
  7. Re: Can't include catalog functions in seperate PHP file.

    Thank you so much for all your effort.

    BUT I HAVE JUST GIVEN UP !

    I have tried everything but i don't know why php file is not sending response back to JS file when I include...
  8. Re: Can't include catalog functions in seperate PHP file.

    Thank you so much for your detailed response. I will try to track the error and will inform you where the exact problem is.

    Previously, I had enabled PHP reporting but no error was detected when...
  9. Re: Can't include catalog functions in seperate PHP file.

    I'm using Jquery for AJAX call.

    The Success function or any other function like Error or Complete does not execute once I send the AJAX Call.

    I'm using json_encode to get everything back on EZ...
  10. Re: Can't include catalog functions in seperate PHP file.

    I have used the following line of code:
    ini_set("display_errors","2");
    ERROR_REPORTING(E_ALL);

    in my root folder PHP file when this file is access from EZ pages using AJAX call I don't see any...
  11. Re: Can't include catalog functions in seperate PHP file.

    OK I will use this function to extract error details.
  12. Re: Can't include catalog functions in seperate PHP file.

    Your first point is correct. I'm loading application_top.php from different folder than admin but again the problem is if i copy that file to admin folder and include application_top.php and then...
  13. Re: Can't include catalog functions in seperate PHP file.

    Thanks for your suggestion, but i include application_top.php everything stops working in my application.
  14. Re: Can't include catalog functions in seperate PHP file.

    I don't understand what you mean by all this. Please explain in a different or easy way.
  15. Re: Can't include catalog functions in seperate PHP file.

    I have resolved the issue by writing my own functions instead of using zen cart functions.

    But here, i'm encountering a very serious problem with $_SESSION variables. In my root directory I set a...
  16. Re: Can't include catalog functions in seperate PHP file.

    So you mean I should change the folder location?
  17. Re: Can't include catalog functions in seperate PHP file.

    Dr. Byte i have found one problem when i include
    require('../includes/application_top.php');

    That AJAX stops working, whatever i send to JS file using echo command nothing appears on JS file.
    ...
  18. Re: Can't include catalog functions in seperate PHP file.

    PHP Code:


    require('../admin/includes/functions/database.php');

    if ($_POST['submit_personal']) {
    /* First Name validations Start */
    if (empty($_POST['firstname'])) {
    $message['status']...
  19. Re: Can't include catalog functions in seperate PHP file.

    Dr. Byte, i want to store new data into the database using $db->Execute function.

    Is there any specific file i can include at the top to access this function?
  20. Re: Can't include catalog functions in seperate PHP file.

    Can you tell me how can I turn on PHP error reporting?
  21. Re: Can't include catalog functions in seperate PHP file.

    Zen cart is installed at root and my new folder is also placed at the root.
    I'm also confused why this error comes if i remove '../' before the folder path.
    I'm trying to fix this error.
  22. Re: Can't include catalog functions in seperate PHP file.

    IF i don't add that I get the following error:


    [28-May-2011 08:03:36] PHP Warning: require(/includes/application_top.php) [<a href='function.require'>function.require</a>]: failed to open...
  23. Re: Can't include catalog functions in seperate PHP file.

    When I include require('../includes/application_top.php') at the top of the file, the function used inside my php file 'json_encode() stops working.

    Can you tell me the reason for this?
  24. Replies
    135
    Views
    33,444

    Re: Query Cache v1.0

    Nice add on but I have one issue with this cache query.

    After installing cache query and removing cache from my mozilla firefox i found the time for home page:

    Parse Time: 8.161 - Number of...
  25. Re: Can't include catalog functions in seperate PHP file.

    No, in fact I'm using Ajax using Jquery. The files are placed at different folders because when I place my php files inside includes/functions directory i'm not able to access it through AJAX call...
  26. Re: Can't include catalog functions in seperate PHP file.

    I just want to call zen functions like storing data in database using $db->Execute plus some other functions for reading categories and sub categories name using zen cart functions.

    I have created...
  27. Can't include catalog functions in seperate PHP file.

    I have created a folder on root and with some php files in it.
    Whenever i include the following line at the top of the php file:

    require('../includes/functions/functions_general.php');

    I get...
  28. COWOA won't allow customer to download file from download folder

    Whenever customer selects COWOA (Check Out With Out Account) to order a file it can't allow the customer to login again and access the file. Therefore I want to send URL for file path in "Order email...
  29. Store categories and sub categories name in Array

    I have three level categories in my store.
    Category-->SubCategory-->SubCategory....

    I want to store the names of Categories and Sub Categories in Array.

    I have extracted this code:


    ...
  30. Thread: URL Path

    by fawad123
    Replies
    3
    Views
    761

    Re: URL Path

    I'm already using CEON URI Mapping and it does work for product names but it does not work for pages. Now what should i do ?
  31. Thread: URL Path

    by fawad123
    Replies
    3
    Views
    761

    URL Path

    When I add new page I need to access it through http://www.domain.com/index.php?main_page=new_page

    But I want something like:

    http://www.domain.com/new_page

    How can I do that?
  32. Replies
    7
    Views
    1,915

    Re: email limitation at hostgator

    Thank you so much for your help.
  33. Replies
    7
    Views
    1,915

    Re: email limitation at hostgator

    So what do you suggest?
    Should i use MailChimp or contact a person with the name "bee" to resolve this issue?
  34. Replies
    7
    Views
    1,915

    email limitation at hostgator

    I have around 1800 customers and now i want to send them email but Hostgator only allows 500 emails in one hour. I contacted them and they said try to change your script to send each email after...
  35. Replies
    2
    Views
    555

    Re: Instant Checkout Page?

    Thanks, i have already integrated Fast and easy checkout, but still it is not sufficient to fulfill my requirements.
    Fast and easy checkout also takes customer and payment information on two...
  36. Replies
    2
    Views
    555

    Instant Checkout Page?

    I'm trying to create an instant checkout page where when user clicks on "Instant Checkout" button, he should be taken to the payment page where he can enter billing information as well as payment...
  37. Replies
    10
    Views
    1,117

    Re: Avoid duplicate product name in Cart

    Thanks for taking me to the right direction. I"ll update the code in the doucment product info page.
  38. Replies
    10
    Views
    1,117

    Re: Avoid duplicate product name in Cart

    You may be right because i have customized the "product info page" and i might have removed the quantity check code from the "tpl_document_product_info_display.php" file. I think i'll have to look...
  39. Replies
    10
    Views
    1,117

    Re: Avoid duplicate product name in Cart

    I have tried it:



    But the problem is still there i can add same product twice in the shopping cart. Is there any other solution?
  40. Replies
    10
    Views
    1,117

    Avoid duplicate product name in Cart

    I'm selling downloadable products on my website. Sometimes, by mistake a customer adds the same product twice and pays for it. As a result of this mistake each time i need to refund the payment to...
  41. Replies
    3
    Views
    518

    Re: Add sidebox in Product Listing Page

    Yes you are right but if i add anything under "right column" it will appear on all pages. I want that only on product listing pages which has the following urls:
    ...
  42. Replies
    2
    Views
    1,134

    Re: How to write in new database table?

    Thank you so much !
  43. Replies
    3
    Views
    518

    Add sidebox in Product Listing Page

    How can i add a sidebox in a product listing page?
  44. Replies
    2
    Views
    1,134

    How to write in new database table?

    I have created a new database table with the name 'table'. Now i'm trying the following code to write the data into the fields:

    if (isset ($_POST['request'])) {

    $F1 = $_POST['F1'];
    $F2 =...
  45. Put page number in title for category listing

    I have hundreds of products in each category. When i browse page 1 of 'category 1' i see in the title 'Category Name' when i goto page 2 i again see in the title 'Category Name'.

    I want like this...
  46. Replies
    3
    Views
    831

    Re: Affiliate program in zen cart

    None of them is FREE.
    Which do you think is better and what is the trial period in JROX?
  47. Replies
    3
    Views
    831

    Affiliate program in zen cart

    Is there any way we can create affiliate program in zen cart?
    Any suggestions?
  48. Re: Site is very slow on dedicated hosting - Ceon URI Mapping

    I'm really sorry for late response. Actually i missed that PM. Can you please send that again, if you don't mind?
  49. Re: "Shopping cart is empty" error when adding new product

    Now i have got the clear picture of the problem.

    I add the product to the cart, then press the checkout button it takes me to the page where i see option for either "new sign up" or continue using...
  50. Re: "Shopping cart is empty" error when adding new product

    Ajeh, but it is very surprising. I have just tested it and now i see the time out error as soon as press the "add to cart" button.

    Sometime i see 'time out' error or sometime it is "Your shopping...
Results 1 to 50 of 93
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR