Search:

Type: Posts; User: bunyip

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    1,713

    Re: Attributes and Availability

    I modified the attributes functionality to include a status flag on each attribute: with a store that has over 400 options, 3000 option values and 20,000 product attributes it was essential to be...
  2. v151 [Done 1.5.3] Paypal Status Check - incorrect nesting of condition check

    In includes/modules/payment/paypaldp.php - for the function update_status()...

    The condition checks for order amount exceeding 10,000 or order total = 0 (starting at line 231) are currently nested...
  3. Re: Looking for color swatch attribute value plugin that does the following:...

    What you want is possible, but as far as I'm aware there isn't a 'plug-in' module that would do it for you. I achieved it with a LOT of custom coding to the attributes module on the front side and...
  4. Replies
    5
    Views
    2,336

    Re: Disable sidebox banner on home page

    instead of:
    if ($current_page_base == 'main_page')
    try using:
    if($this_is_home_page)

    $current_page_base will never equal 'main_page' - it will normally be equal to $_GET['main_page']. And even...
  5. Re: indexCategoriesHeading on main page - Where?

    Use the Developers Toolkit in Admin to do your search (it's a great search tool...) - just enter indexCategoriesHeading in the bottom left box, select 'All Files - Catalog' in the dropdown... you...
  6. Replies
    1
    Views
    479

    Re: I want to resend customers passwords

    No way to do it in Zen Cart - the password is encrypted before storing it in the database on account creation, and there's no way to decrypt it.
  7. Re: How do I remove old links from my Admin > Configuration menu?

    That depends on where the links are. If they are in the Configuration dropdown, then you haven't removed the module info from the configuration and configuration_groups tables in the database. If...
  8. Re: How can I stop searching the meta title, description and keywords?

    You'd need to make a customized copy of includes/modules/pages/advanced_search_result/header_php.php and modify the code so it doesn't search those fields or tables.
  9. Replies
    2
    Views
    746

    Re: Suggestion Box

    Easiest way for this is to do a data backup of the database. Most of the 'settings' are in the configuration table, although the product_type_layout and layout_boxes tables also contain a lot of...
  10. Replies
    2
    Views
    535

    Re: default tax class

    From the Admin panel - go to Catalog -> Product Types
    Select the Edit Layout button for the Product-General type - about halfway down the list is a switch for "Product Price Tax Class Default - When...
  11. Replies
    2
    Views
    733

    Re: Customisation of the Admin>Categories

    $_SESSION['admin_id']
  12. Replies
    3
    Views
    1,934

    Re: Help moving Zen Cart to new Host

    hmmm... you say you're running v1.3.7, but the file includes/init_includes/init_canonical.php wasn't part of the cart package until v1.3.9

    The missing function...
  13. Replies
    1
    Views
    676

    Re: Chaning linked to duplicate

    No easy way to do this: linking products is done simply by adding entries in the products-to-categories table, while duplicating a product adds duplicate entries in the products, products-description...
  14. Re: How to activate "add to chart and continue shopping"?

    Admin > Configuration > My Store > Display Cart After Adding Product ... set to false
  15. Replies
    313
    Views
    71,877

    Re: 138 mods tested on 139

    Just a note - Improved Attributes Controller is not needed with v1.3.9 - functionality the mod provided is now included in the core file.
  16. Re: Wrong order number in checkout_success page

    What you need to be doing is initially processing the response from your payment provider - it the response is valid (payment successful), proceed to the checkout_process page (which creates the...
  17. Re: Wrong order number in checkout_success page

    What you really need to do is figure out why the cart isn't completing the order as it should when the payment is made. It sounds like the response from your payent gateway isn't being processed...
  18. Replies
    3
    Views
    890

    Re: Additional Images not loading in IE

    Your're not talking about 'additional images' then - that's the category image. Try making those images a smaller filesize - I've seen IE have problems with large image files in the past (although...
  19. Replies
    2
    Views
    634

    Re: Manufacturer Categories

    Can be done with a little custom coding for your category tree and category sidebox. If you build a parallel category structure you can simply cross-link all your products from your 'regular'...
  20. Replies
    3
    Views
    890

    Re: Additional Images not loading in IE

    Are you sure it's just in IE? I looked at all 7 of your products with Firefox and none of them had any additional images.
  21. Replies
    1
    Views
    968

    Re: Display group pricing discount upfront

    There's no way for the cart to know if the customer is a member of a discount group unless they are logged in (so it can check against the customer_id). Your best bet is to take a look at the...
  22. Replies
    2
    Views
    553

    Re: truncate file download name help please?

    Yes, you are doing something wrong. You are truncating the filename before the cart checks to see if it exists - that check for file_exists will always return false.

    You need to be editing much...
  23. Re: How do I remove 'filter results by' in my categories?

    Admin > Configuration > Product Listing > Include Product Listing Alpha Sorter Dropdown
  24. Re: Display categories top level on a custom page... How?

    You shouldn't need to any special coding to show the top-level categories on the main page - what's your setting for Admin > Configuration > Layout Settings > Categories - Always Show on Main Page?
  25. Replies
    2
    Views
    713

    Re: Estimate Shipping

    Admin > Configuration > Shipping/Packaging > Shipping Estimator Display Settings for Shopping Cart
  26. Replies
    1
    Views
    602

    Re: Images wont appear

    Could be an issue with large file sizes for the particular images (upload script timing out) or perhaps even with spaces in filenames (I've known some servers to have problems with that)
  27. Replies
    1
    Views
    600

    Re: Full Product Setup automated?

    You'd probably need a custom-built script to import your data. As far as I know (and I may be wrong), the Easy Populate module doesn't support download file attributes.
  28. Re: How to javascript to display hints on form fields?

    You should only be changing the code within the template files where your specific entry fields are being displayed - not in the function file itself. You could use a single javascript to delete the...
  29. Re: Manufacturer Name Changing it on purchased products.

    unless you actually change the name of the download file itself, there will be no impact on previous purchases.
  30. Re: How to javascript to display hints on form fields?

    You don't need to use javascript - just populate the entry field with the text you want.
    If you're using the function zen_draw_input_field to draw the entry box, you probably have php code like:
    ...
  31. Replies
    3
    Views
    770

    Re: change tital maximum lenght?

    The limit is set by the size of the database field - to modify it, run this query from Admin > Tools > Install SQL Patches:

    ALTER TABLE products_description CHANGE products_name products_name...
  32. Replies
    24
    Views
    4,647

    Re: Shipping Issue - Express Only

    ok, one more replacement to make:
    replace this code:

    $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description,...
  33. Replies
    24
    Views
    4,647

    Re: Shipping Issue - Express Only

    There have been updates to the USPS shipping module since the one you are using (which appears to be for zen cart v1.3.7). While a full site upgrade might not be what you want to do at the moment,...
  34. Replies
    24
    Views
    4,647

    Re: Shipping Issue - Express Only

    Not quite what I was asking for - what I'd like to see is the content of your file includes/modules/shipping/usps.php (please enclose it with php tags when you enter it)
  35. Replies
    24
    Views
    4,647

    Re: Shipping Issue - Express Only

    I've seen this sort of problem with another shipping module, and it was because there was an important section of code missing from the module. If you can post the content of your module here I'll...
  36. Replies
    24
    Views
    4,647

    Re: Shipping Issue - Express Only

    Which shipping module are you using?
  37. Thread: Help please

    by bunyip
    Replies
    2
    Views
    559

    Re: Help please

    Make sure there are no empty spaces/lines after the last php closing tag ?> at the end of the sessions.php and functions_general.php files mentioned in the error messages.
  38. Replies
    3
    Views
    813

    Re: Funny Attribute Error Showing up.....

    From Admin > Tools > Developers Tool Kit, enter TABLE_PRODUCT_ATTR_COMBS in the bottom left box, select All Files - Catalog in the dropdown to the right of it, and then click the bottom right Search...
  39. Re: HELP... 1064 You have an error in your SQL syntax;

    The major problem you're having is that now with your custom dropdown filter, you have sort orders being set in two places: with your dropdown and with the column headings (the default way that the...
  40. Replies
    3
    Views
    813

    Re: Funny Attribute Error Showing up.....

    You've obviously got an add-on module that does something with attributes...but it hasn't been installed correctly
  41. Re: 2 prices for each product, wholesale login to access better price

    Dual Pricing mod from the downloads section wil do that for you
  42. Re: Need a custom db call when a certain product is sold.

    Best option is to develop a special observer class that is attached to the NOTIFY_ORDER_AFTER_ORDER_CREATE_ADD_PRODUCTS notifier - when it gets triggered it checks the order to see if your special...
  43. Replies
    8
    Views
    1,422

    Re: Product Image and Attributes Not Showing

    hmmm... the page I see no longer has any trace of the larger image link or the javascript for the popup larger image window, so the new code seems to me to be functioning perfectly. Perhaps you need...
  44. Replies
    8
    Views
    1,422

    Re: Product Image and Attributes Not Showing

    Copy includes/templates/template_default/templates/tpl_modules_main_product_image.php into your includes/templates/your_template/templates folder.

    then edit that override copy:
    replace this...
  45. Replies
    8
    Views
    1,422

    Re: Product Image and Attributes Not Showing

    Your problem is in the stylesheet:

    .back {
    display: none;
    float: left;
    }

    delete the line
    display: none
    and everything should work just fine....
  46. Replies
    8
    Views
    1,422

    Re: Product Image and Attributes Not Showing

    If the problem disappears when you switch back to the Classic template, then the problem is almost certainly in one of your custom template files.
    Switch back to your custom template - then...
  47. Replies
    1
    Views
    994

    Re: Recurring or subscription based purchases?

    The current (v1.3.8) version of Zen Cart doesn't support recurring payments/subscriptions
  48. Re: Work around for limiting money orders by customer

    It's possible to restrict the moneyorder payment module to specific customers with a bit of custom coding.
    First, you'll need to set up a configuration key so you can specify a list of customer_id...
  49. Re: E-commerce tracking code in checkout_success page

    You'll need to use php code on the checkout_success page to build the tracker code with the order contents.
  50. Replies
    9
    Views
    2,562

    Re: How to discount all items?

    a little more than one click required, but you can do that from Admin > Catalog > Salemaker
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR