Search:

Type: Posts; User: ronpeled

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. v151 Re: Error 10736 Shows up often after upgrade to ZC 1.5.1

    Yes, we did tried their suggestion but it did not work. We are just having to scale down on PayPal alternative payment method. We are starting to get weird behaviors with their payment systems. Some...
  2. Replies
    190
    Views
    78,825

    Re: Confirmed working mods in Zen Cart 1.5 - Super Orders v4.x and Edit Orders v4.x

    I did that, sorry forgot to include the link:
    http://www.zen-cart.com/showthread.php?202964-Error-10736-Shows-up-often-after-upgrade-to-ZC-1-5-1
  3. Re: PayPal tries to process, and then the buyer gets dumped back to step 2 of 3

    This happened to me when I tried tinkering with the paypalwpp.php file. The whole interaction between PayPal and ZenCart goes back and forth a couple of times, and it expects certain information....
  4. Replies
    190
    Views
    78,825

    Re: Confirmed working mods in Zen Cart 1.5 - Super Orders v4.x and Edit Orders v4.x

    FYI, be careful with paypalwpp.php, since I upgraded from 1.3.9 to 1.5.1 I'm having a ton of issues regarding PayPal checkout. It can be a coincidence but I'm not sure anymore, since there are...
  5. v151 Re: Error 10736 Shows up often after upgrade to ZC 1.5.1

    According to PayPal the address is not a valid address. They seem to be using USPS address mechanism so they themselves do not know why it is not a correct address. What is odd is that this same...
  6. v151 Error 10736 Shows up often after upgrade to ZC 1.5.1

    This is a very strange error that only started showing up after we upgraded to ZenCart version 1.5.1. We previously had ZC 1.3.9a for a good several years. I can see customers who ordered with us...
  7. Replies
    14
    Views
    1,539

    Re: 3 Questions, Easy Ones. :)

    1. Yes, remove the links from the template files and you should be fine. Alternatively you can overwrite the whole show image block of code and simply use your own <img> html tag to display the...
  8. Replies
    1
    Views
    735

    Re: I Seem to be Having a Caching Problem

    look in the server info, look for any caching modules that are installed under PHP. In some cases there are settings to keep things in cach for X hours. You may want to look at the Apache, or PHP...
  9. Thread: Cash Module

    by ronpeled
    Replies
    2
    Views
    981

    Re: Cash Module

    Maybe instead of copying the module, use the module as is but change the text in the language files to show 'Cash'?

    I have done it before with one of the shipping modules which matched a client's...
  10. Re: Sexing-up the featured/new products lists?!

    I haven't seen it yet, but I was thinking on building a module for Zen Car that relates products to Tags. Then you can show the tag cloud and click on a tag to see all product from a specific tag...
  11. Thread: Home Page

    by ronpeled
    Replies
    6
    Views
    2,086

    Re: Home Page

    https://www.zen-cart.com/tutorials/index.php?article=129
  12. Replies
    24
    Views
    3,122

    Re: Uploading images

    custom code. I can see it working with some sort of third party gallery, perhaps even Flickr with their API. Or Gallery2 open source. But it will require custom code.
  13. Replies
    2
    Views
    840

    Re: Add 2 links to the Info Sidebox?

    Add this where you want the links to show up:



    <?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a>
    <?php if...
  14. Thread: TAX display

    by ronpeled
    Replies
    9
    Views
    1,778

    Re: TAX display

    Luca,

    I sont understand what you are trying to do. So far it seems that your desired result is a matter of configuring the site correctly. You may need to modify the product price and if it is...
  15. Re: Adjusting stylesheet for shoppincart, pay, ship etc pages

    Yes, you are right. I also noticed that the shopping cart page has a unique identifier at the body tag. So you can create unique CSS elements like this:


    body#shoppingcartBody <elements> {
    ...
    }
  16. Re: Deleting CC info while keeping Order History

    Answers attempt:
    1. Can you edit your order and remove the CC info? Otherwise, it seems like you need a button 'Delete CC Info' that will do it for you - probably requires custom coding.
    2. Custom...
  17. Re: Adjusting stylesheet for shoppincart, pay, ship etc pages

    Basically there isn't a way to attach a stylesheet only for the checkout pages. But you can add a stylesheet for all pages or you can modify the main stylesheet file.

    That is what we do: we...
  18. Replies
    5
    Views
    1,626

    Re: Error when i click on the "Home" Link

    I do not really understand the issue here. The link seems to be working. Is php installed correctly on your site?
  19. Replies
    9
    Views
    1,123

    Re: Payment module option- ideas

    Well, my source offers $10/month for the merchant account and $10/month for Authorize.net services. Also, the percentage on each transaction is very low. I cannot get into your business model or what...
  20. Re: Need tio change the REVIEW_TEXT_MIN_LENGTH

    Dennis,

    if you search with the Developer Tool Kit, I got a link that showed at the top saying something like: 'search for REVIEW_TEXT_MIN_LENGTH in the DB' and clicking it brought me the result I...
  21. Replies
    12
    Views
    4,096

    Re: Free shipping to one country only?

    The issue with setting up a zone for the rest of the world, you will need to type in (or import) the entire world's address book for countries and states. What shopping cart owner would like to take...
  22. Replies
    8
    Views
    1,267

    Re: Problem with configure.php

    Can you try to re-install? (backup your DB)

    this will setup your configure.php file as it should be.
  23. Replies
    10
    Views
    2,398

    Re: How can I make a RMA page?

    got it.
  24. Replies
    10
    Views
    2,398

    Re: How can I make a RMA page?

    I was offering another way. I have seen many ways to develop this page. Some stores develop this section outside of Zen Cart and add additional functionality beyond the actual form (more specific to...
  25. Replies
    1
    Views
    756

    Re: Moving "Add to Cart"

    Have you tried floating right the containing div?
    Try adding a float: right directive in the CSS for div#cartAdd. Something like:

    In CSS:


    div#cartAdd {
    float: right;
    }
  26. Replies
    6
    Views
    1,322

    Re: Newsletter showing garbage in admin.

    Did this garbage show up before you installed the mod? usually hacks and mods will do that. I have never seen this kind of garbage in a clean install of Zen Cart.
  27. Re: Blank Page in some categorie items in the header bar access

    did you hack some files? this usually happens if you hacked a code file. provide more details so we can assist.
  28. Thread: TAX display

    by ronpeled
    Replies
    9
    Views
    1,778

    Re: TAX display

    Go under 'Configuration' > 'My Store' > 'Display Taxes with Price' - choose false.
  29. Replies
    10
    Views
    2,398

    Re: How can I make a RMA page?

    Create a new page, but start by copying and duplicating the contact us page. Note there are many files that build this page. You will need to look under /includes/modules/pages/contact_us

    I do not...
  30. Replies
    3
    Views
    818

    Re: Is there a way to upload a product db?

    Is this really vBulletin? ah, I guess I just noticed in the bottom footer. How come this forum does not have SEF URLs?
  31. Replies
    5
    Views
    652

    Re: New Products For October

    Nice site! Seems like you know how to handle CSS pretty well. What you may want to do is to move the div with id="navMainWrapper" to under the div with id="logoWrapper". This will probably occur in...
  32. Replies
    8
    Views
    1,267

    Re: Problem with configure.php

    You may need to change your host. I have seen some hosting environments that are not built for a PHP web application such as Zen Cart.
  33. Replies
    9
    Views
    1,123

    Re: Payment module option- ideas

    Get a merchant account that is connected to Authorize.net. It cost about $10/month and they charge minimal fees. Authorize.net have virtual terminal where you can put in the client's CC info and...
  34. Replies
    4
    Views
    2,552

    Re: Adding links to Information sidebox

    Information box is the old define pages. I wish the core developers would remove it altogether and start using ez-pages instead. You should instead use ez-pages and it has a different sidebox. What...
  35. Re: Need tio change the REVIEW_TEXT_MIN_LENGTH

    I found it here:

    Key: REVIEW_TEXT_MIN_LENGTH
    Title: Product Review Text
    Description: Minimum length of product review text
    Value: 50
    Group: ID#2 Minimum Values

    Don't forget to use...
  36. Replies
    4
    Views
    1,011

    Re: how to edit page_not_found.php?

    Simply look for this file under your chosen template: tpl_page_not_found_default.php

    To avoid showing the header/footer you may have to tweak the the main template file in the common folder of...
  37. Replies
    14
    Views
    3,593

    Re: Easy Populate and adding Images

    There shouldn't be any problem if you try to upload the exact same tab delimited file if you only add the image file names (with paths). I have done it many times.
  38. Replies
    1
    Views
    1,560

    Re: LOCAL sales tax ?

    We developed a module: Tax by Zip Code - so you can do what you really need to: be able to tax by county, at least this is what is required here in California. PM me if you wish to learn more.
  39. Replies
    12
    Views
    4,096

    Re: Free shipping to one country only?

    Just use the existing UPS module and do not select a zone for it. This will make it available for all zones including not defined. If you need to make available UPS shipping in the 48 states with a...
  40. Replies
    7
    Views
    1,060

    Re: Nav Bar Options?

    You'll need to learn some CSS. I do not have the template that you are using. But to try and help:
    you will need to split the <ul> list into two:


    <div id="navMainWrapper">
    <div...
  41. Replies
    4
    Views
    1,881

    Re: Linked products

    that is what I meant. anyway - the answer was found.
  42. Replies
    4
    Views
    1,881

    Re: Linked products

    When you try to delete the linked products, an option should pop up to ask you if you want to unlink them or delete them altogether. Choose the unlnking option.
  43. Replies
    7
    Views
    1,060

    Re: Nav Bar Options?

    Here is a more concrete example: http://www.dynamicdrive.com/style/csslibrary/item/matt_black_tabs/

    setup two of these menus in two separate divs, something like this:


    <div class="menu">
    ...
  44. Replies
    12
    Views
    4,096

    Re: Free shipping to one country only?

    COMMENT: As a developer, we always encounter difficulties setting it up. Linda - thanks for pointing it out. But I think this whole section must be easier to setup and configure, especially to...
  45. Replies
    3
    Views
    1,534

    Re: Special Instructions or Order Comments

    It is most likely related to the mod. Since a fresh install will not show the same issue. We had a client with this exact issue and it is not the Zen cart code.
  46. Re: Customer Details - what does it mean "Showroom Only"?

    This option will enable/disable showing the prices for products throughout the site. It may also change the behavieour of the checkout process. Try and explore.
  47. Replies
    5
    Views
    1,048

    Re: I can't find it?

    You're welcome. There is a great helper tool in the admin area for these sort of things: look at Admin > Tools > Developers Tool Kit

    great for looking around.
  48. Re: Moving Category Description to bottom of page.

    Find this code (line 58):



    <?php
    // categories_description
    if ($current_categories_description != '') {
    ?>
    <div id="categoryDescription" class="catDescContent"><?php echo...
  49. Replies
    5
    Views
    1,048

    Re: I can't find it?

    I think the file you are looking for is this: /includes/languages/english/gv_faq.php

    This was a tough one to figure out. There is no direct indication in the template files were the info is...
  50. Replies
    12
    Views
    4,096

    Re: Free shipping to one country only?

    You need to create a new 'zone' first. When you create a new zone you then define what states are under it. Add all the US states under this new zone and name it USA. Then in your free shipping...
Results 1 to 50 of 105
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR