Search:

Type: Posts; User: superprg

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds; generated 59 minute(s) ago.

  1. Replies
    1,621
    Views
    313,015

    v150 Re: Ultimate SEO 2.200+ (new features)

    I am using zen cart v1.5.1
  2. Replies
    1,621
    Views
    313,015

    v150 Re: Ultimate SEO 2.200+ (new features)

    Thanks lhungil
    I removed the special character conversoins and added "tshirts=>t shirts" in PCRE filter rules but I do not see any changes in the generated urls on the site
  3. Replies
    1,621
    Views
    313,015

    v150 Re: Ultimate SEO 2.200+ (new features)

    I have category urls as
    http://mywebsite/my-tshirts-c-79/

    I want to add hyphen and remove the number so they become
    http://mywebsite/my-t-shirts-c-79/ or better http://mywebsite/my-t-shirts/
    ...
  4. Replies
    6
    Views
    3,105

    Re: Blank Admin Page after upgrade

    http://www.zen-cart.com/forum/showthread.php?t=90490
  5. Replies
    8
    Views
    1,059

    Re: product description question

    This is my product listing.php file code


    case 'PRODUCT_LIST_NAME':
    $lc_align = '';
    $lc_text = '<h3 class="itemTitle"><a href="' ....
  6. Replies
    8
    Views
    1,059

    Re: product description question

    Are you trying to get the link for 1.pdf on this page?
    http://acffireworks.com/cart/index.php?main_page=index&cPath=17
  7. Re: No order number showing up on success page.

    What is your website. Can you put the screenshot of the order success page?
  8. Replies
    2
    Views
    483

    Re: Change a link on our Shopping Cart

    Most probably problem with the values in the configure.php file in includes folder
  9. Thread: url problem

    by superprg
    Replies
    21
    Views
    2,622

    Re: url problem

    What is your website url?
  10. Replies
    6
    Views
    667

    Re: product description

    By default, products_name column in in products_description table has a length of 64
    You would have to increase it if you want a longer title
  11. Replies
    2
    Views
    1,049

    Re: locked out of admin

    Did you follow the steps mentioned here?

    https://www.zen-cart.com/tutorials/index.php?article=108
  12. Replies
    7
    Views
    700

    Re: Admin order page

    By two different admin users, do you mean the two rows in the admin table or two different persons on different computer using the same admin id?
  13. Replies
    4
    Views
    592

    Re: payment method selected by admin

    What is the basis behind this requirement
    Are you trying to restrict the payment by geography? This can be done using zones
  14. Replies
    4
    Views
    565

    Re: Receipts sent to a fax?

    This would be helpful
    https://www.zen-cart.com/tutorials/index.php?article=107
  15. Re: Can I attach a PDF dynamically to the Order Confirmation email

    This works only with 1.3.8 and not the latest version
  16. Re: Can I attach a PDF dynamically to the Order Confirmation email

    So, you mean to say, depending on the product ordered, attach the specific product pdf in the email?
  17. Replies
    2,906
    Views
    401,301

    Re: Ceon URI Mapping (SEO)

    The current site has the product url as
    http://www.mysite.com/holiday-gift-baskets/halloween-gift-baskets/monster-mash

    I added few products from the script(not from admin) and I get the...
  18. Re: Which file is called in zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, '',

    In checkout payment header_php.php I have put this code after the first line

    $zco_notifier->notify('NOTIFY_HEADER_START_CHECKOUT_PAYMENT');

    echo "I am here"; exit();
    But this is not getting...
  19. Re: Which file is called in zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, '',

    Yes, I am not editing those files
    Whats happening is that I am getting redirected to the checkout payment page(Step 2 of 3 - Payment Information) and shopping cart is not getting empty

    I am...
  20. Which file is called in zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SS

    There is a line in the payment modules (for instance authorize.net)

    zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL', true, false));

    Which file is being called here
    I dont see a...
  21. Orderid generated before sending the request to the payment gateway

    Does zen cart generates an order id before the request is send to the payment gateway?
    I know after the response is successful, the order status table is updated but is it possible to get an orderid...
  22. Replies
    1
    Views
    524

    Basic html question....:)

    I have zen cart setup here

    http://www.hostmeeting.com/aeol_stock/index.php?main_page=product_info&cPath=30_37&products_id=16&language=en

    I modified the code to show the available sizes only...
  23. Replies
    2,176
    Views
    496,783

    Re: Fast and Easy Checkout for Zen Cart

    What the link to download the version of this mod which works with 1.3.8 vesion of zen cart?
  24. Replies
    5
    Views
    683

    Re: Mark Free Shipping to all products

    please see the name of your product table and change it accordingly in the database
    or give the following query in the Tools->Install SQL patches n the admin area[PLEASE KEEP BACKUP]

    update...
  25. Replies
    5
    Views
    683

    Re: Mark Free Shipping to all products

    I am not sure how you can do it from easpopulate but you can change it using phpmyadmin
    Before making this change backup the database
    Run the following query


    update products set...
  26. Replies
    7
    Views
    861

    Re: How to make category not show on search?

    includes/modules/pages/advanced_search_result/advanced_search_result/header_php.php
  27. Re: Price displaying (+19.99) I want only $19.99

    A good suggestion would be to put some one-liner help beneath those to signify what those signs actually do
  28. Replies
    7
    Views
    861

    Re: How to make category not show on search?

    Replace this line



    $where_str = " WHERE (p.products_status = 1
    AND p.products_id = pd.products_id
    AND pd.language_id = :languagesID
    AND...
  29. Replies
    3
    Views
    675

    Re: renaming admin/foldername

    https://www.zen-cart.com/tutorials/index.php?article=33

    You can do backup using cpanel
    For database backup, see here

    https://www.zen-cart.com/tutorials/index.php?article=103
  30. Replies
    7
    Views
    861

    Re: How to make category not show on search?

    I dont know if there is a direct way to do it but you can modify the search related file to not include the products in the search results which are sold
  31. Re: Price displaying (+19.99) I want only $19.99

    Dont use + while adding the price
    You should be good
  32. Replies
    3,552
    Views
    539,952

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Can someone help me with this query?

    I am modifying the zen cart so that I can add some products which are group of other products
    Existing product A, B, C, D

    New product can be defined as
    ...
  33. Replies
    4
    Views
    770

    Re: Total number of products in stock

    Yes, I mean that...sorry about putting the count :)
  34. Replies
    4
    Views
    770

    Re: Total number of products in stock

    May be go to phpmyadmin and run

    SELECT count(products_quantity) from products
  35. Replies
    1
    Views
    429

    Re: Prduct formed out of a group of products

    Anyone care to put their comments?
  36. Replies
    1
    Views
    429

    Prduct formed out of a group of products

    I am modifying the zen cart so that I can add some products which are group of other products
    Existing product A, B, C, D

    New product can be defined as

    Product E = 1xA + 2XB + 5XC + 3XD
    ...
  37. Re: Skipping Payment

    Is the order successful
    if yes, whats do you see in admin under Customers->Orders?
  38. Re: Limit number of products that can be purchased

    Just out of curiosity, how do you have such a requirement?
  39. Replies
    10
    Views
    1,675

    SSL related question

    If my site works with http and the https link works but index.php doesnt
    Does that mean I am missing something?

    https://store.trueteenbabes.com/index.php doesn't works but
    ...
  40. Replies
    10
    Views
    1,675

    Re: How to setup so that the payment is done on the site itself?

    Thanks
    I got the folder
    It is /public_html/secure
    Am I supposed to be copying the whole zen cart files here again?
  41. Replies
    10
    Views
    1,675

    Re: How to setup so that the payment is done on the site itself?

    I already tried that

    When I remove the store
    I get same error

    https://secure.trueteenbabes.com/index.php?main_page=checkout

    Not Found

    The requested URL /index.php was not found on this...
  42. Replies
    10
    Views
    1,675

    Re: How to setup so that the payment is done on the site itself?

    When sssl is not enabled it works fine and gives this url
    http://store.trueteenbabes.com/index.php?main_page=checkout&fecaction=null
    I am using this add-on
    Fast and Easy Checkout for Zen Cart
    My...
  43. Replies
    10
    Views
    1,675

    Re: How to setup so that the payment is done on the site itself?

    Thanks
    The shop is setup at subdomain
    http://store.trueteenbabes.com/index.php (for store directory)
    and the SSL is
    https://secure.trueteenbabes.com/

    When I give this in my...
  44. Replies
    10
    Views
    1,675

    What is my SSL URL?

    How to setup zen cart so that customer never leaves the site

    Payment is done on secure server part of my site(credit card info)
  45. Replies
    139
    Views
    30,040

    Re: Time Zone Offset

    the debug file shows

    [orders_id] => 786
    [orders_status_id] => 2
    [date_added] => date_add(now(), INTERVAL 10 HOUR)
    [comments] => PayPal status: Completed @ 17:03:22 Aug 03, 2010...
  46. Replies
    139
    Views
    30,040

    Re: Time Zone Offset

    I am having problems getting the right timestamp for the paypal orders
    I already edited the file paypalwpp.php

    Also,when I edit the ipn_main_handler.php
    from following line


    'date_added' =>...
  47. Re: Orders not showing after upgrade

    Do you see anything in order status table?
    Also, check includes/classes/order.php
  48. Re: Orders not showing after upgrade

    Difficult to tell you can start with

    \includes\modules\pages\checkout_success\header_php.php
  49. Shipping Rates (This option is not available) after upgrade

    I upgrade my cart from 1.3.8 to 1.3.9e
    Everything worked fine except that on the shopping cart page I seee this

    Shipping Rates (This option is not available)

    Any idea what might have gone...
  50. Replies
    6
    Views
    1,086

    Re: Upgrading from 1.3.8 to 1.3.9d

    Oh so if you have a modification done on version 1.3.8a say for instance and you want to upgrade to 1.3.9e without loosing those changes, whats the best way to do it? Manually using a 3 way editor?
Results 1 to 50 of 483
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR