Search:

Type: Posts; User: grantopt

Search: Search took 0.01 seconds.

  1. Replies
    153
    Views
    32,398

    Re: Cross Sell Advanced [Support Thread]

    I see that this is the same thing going on when I asked in the Testimonials manager about those inserts in the uninstall sql. And Ajeh responded that those are 3 stock configs for ZC. After...
  2. Replies
    248
    Views
    91,283

    Re: Simple Category Tree

    Daniel,

    Is that error exactly what is being given? I see 2 issues, the first is that the file is not in the right location. It should be in includes/auto_loaders. And then in that folder there...
  3. v151 Re: Showing subcategory products on category page

    It does work. Buried in many pages is alot of zip files that kept having additions, fixes and tangents going in other directions. But it is there which the last one posted by yellow works BUT needs...
  4. v150 Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    So I assume this all can be deleted as it is not supposed to be here?


    INSERT INTO `configuration` VALUES (NULL, 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number...
  5. v150 Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    #Testimonials Manager SQL Uninstall
    #Designed for: Zen Cart v1.5.0
    #Author: Clyde Jones
    #Version: 1.5.3d
    #Updated: By CountryCharm 4/15/2012

    SET @configuration_group_id=0;
    SELECT...
  6. Replies
    1,684
    Views
    262,053

    v150 Re: Image Handler 4 Support Thread

    Read it again. I know that Imagemagick can convert jpg images to png transparency with scripts. But I don't know if image handler has that functionality to make use of imagemagick scripts. Is...
  7. Replies
    1,684
    Views
    262,053

    v150 Re: Image Handler 4 Support Thread

    How does the background color work. For my small images, I selected the settings of "png" and background color of "'-transparent-". But its still rendering as white. I wanted to make it match the...
  8. Replies
    26
    Views
    7,811

    modify link of shopping cart content

    the items in the cart are linked to the product pages. How do I make them non-clickable?

    I assumed its in tpl_shopping_cart_default but unable to figure where the links are coded. This is...
  9. Replies
    26
    Views
    7,811

    Re: Require Login for one EZ Page?

    Also to mention, the $_SESSION['customer_last_name'] only works when I logout after creating an account and by logging back in that it grants access to the certain pages. Is there a way to make...
  10. Replies
    26
    Views
    7,811

    Re: Require Login for one EZ Page?

    Yes, its actually a bad workaround as it only allowed access after creating account. No access again if having to re-login. So we are going to dump the modification we did.


    if ($ezpage_id ==...
  11. Replies
    26
    Views
    7,811

    Re: Require Login for one EZ Page?

    Yes, that was the one thing we recognized which we were showing that the customers checkbox shows red and is pending approval. But am I correct to assume that this is only a visual problem where it...
  12. Replies
    26
    Views
    7,811

    Re: Require Login for one EZ Page?

    // bof: if company is "specific company" then customer authorization is approved; else pending

    if ($company == "specific comany") {
    $customers_authorization = 0;
    }
    else {...
  13. Replies
    2
    Views
    1,043

    v139h Re: How does Paypal Express work?

    To add to my post above, to disable orders or customer accounts being created in my store admin, would I not configure the IPN settings? And what about cURL, would I also not need this if I do not...
  14. Replies
    2
    Views
    1,043

    v139h How does Paypal Express work?

    I am a user of Google checkout and Checkout by Amazon. I been using paypal by creating a button to request an invoice which I send manually through my paypal. But I am now looking to expand on this...
  15. Replies
    1
    Views
    572

    v150 Zone Rate shipping module

    Zones Table Rate (for Multiple Zones)
    http://www.zen-cart.com/downloads.php?do=file&id=478

    Does this module work for 1.3.9h?
  16. Replies
    26
    Views
    7,811

    Re: Require Login for one EZ Page?

    Awesome. I thank you for the coding and it works like a charm. Much simpler to use an ezpage for a restricted page, tested and works perfectly now.
  17. Replies
    26
    Views
    7,811

    Re: Require Login for one EZ Page?

    Bad on my part to not include a little more detail of what I have so far. Right now I have a second site which is only for my partnering distributors. I had to make a second site in a subfolder to...
  18. Replies
    26
    Views
    7,811

    Re: Require Login for one EZ Page?

    I am trying to combine restrictions to ez pages based on ez page id and customer id. For example, I have 2 ez pages with id1 and id2. And 4 customers id1-id4. I want to restrict:

    ez page id 1...
  19. v150 Attribute has a long id number. Can I change it?

    Okay so when customers checkout with items with attributes, zencart has been creating this long product number in the format of 20:13djdj55858ed4995328dn. The 20 I know is the product id but the...
  20. Replies
    542
    Views
    100,879

    Re: Avonlee Contempo Template Support Thread

    Got to say this is a very nice template. However, I had a question regarding the addThis social media buttons on the product pages. Looking at the code, there is a reference to a username. Is it...
  21. Replace Email address for text in create account and login

    Hi,

    Almost like how zencart does to include the username as a text of what they want, I want to do the same for my backdoor site. I have version 1.5 and to make a locked down store page I changed...
  22. Replies
    0
    Views
    301

    v150 Googlecheckout problem on Google side?

    Hi.

    If anyone has Google checkout installed can you confirm that these are problem that are existing for all merchants?

    1) Custom Logo (if given to Google) is not shown now on the top left
    2)...
  23. v150 2 issues I want to modify: Redirecting pages and Force 404 page

    I want to do 2 things to my 2nd online store which will lessen the confusion among some of my customers. A note before going on is I am using Google Checkout, Checkout by Amazon and Paypal Express...
  24. Replies
    7
    Views
    1,703

    v138a Re: Upgrading from 1.38a to 1.50

    Yes, reviews are important but I am going to have to manually input those into Clydes testimonial manager.

    I actually did the database upgrade and it went good as all products and such are moved...
  25. Replies
    7
    Views
    1,703

    v138a Re: Upgrading from 1.38a to 1.50

    The only important data I need are the products, categories, options attributes, and reviews. I don't use the checkout system witin zencart but rather GCO, CBA and PP. So orders and customer info...
  26. Replies
    7
    Views
    1,703

    v138a Re: Upgrading from 1.38a to 1.50

    Thank you, I got read the steps but confused on couple of them as shouldn't I be just moving the subfolder over to the root? Its easy for me to start from scratch and install a fresh copy of 1.5 to...
  27. Replies
    7
    Views
    1,703

    v138a Upgrading from 1.38a to 1.50

    I have my live site using 1.38a and read many posts about the old version will get hacked as time passes. Because of this, I created a testsite foler to install a 1.50 upgrade. I installed the same...
  28. v138a Re: how can I force login credentials to appear before anyone can gain access?

    After some browsing, I see that if I go to Admin - Configuration - Customer Details - Cust shop status (set to 1), I will get the same effect. Would this be correct?

    If so, what is the proper way...
  29. v138a how can I force login credentials to appear before anyone can gain access?

    I have a site, for example, www.mysite.com and created a new one at www.mysite.com/subfolder. For the sub folder, what would I have to copy from the admin folder to force a login in order for those...
  30. Replies
    0
    Views
    620

    v138a setting quantity to zero

    I tried setting my product quanitity to zero and it will not allow me to. After updating the product, it reverts back to 1. I am setting it to 0 to show "out of stock". I did the settings from...
  31. Replies
    5
    Views
    1,428

    v150 Re: Updated Site logo not updating on browser

    Yes, that would work for me as the person updating the website. But for my customers who don't know when the site is updated, they will see the page as formatted wrong with extra spaces all over the...
  32. Replies
    5
    Views
    1,428

    v150 Re: Updated Site logo not updating on browser

    K I think I figured it out. I changed the name of my css stylesheet by adding "1" at the end. This forced firefox to grab the new stylesheet with the changed margins.

    Is this the proper way to...
  33. Re: Images are not updating after being uploaded to my Site... Help!

    Okay, I also asked a question similar to this a day ago. My situation was that changes to the css file was not being reflected in the browser. I know that I can clear the cache of my browser, but...
  34. Replies
    5
    Views
    1,428

    v150 Updated Site logo not updating on browser

    So I changed my logo in the top left of the page. Initially I had it pretty big which was 800 x 300 pixels. My logo designer finally finished my logo which is 220 x 60 pixels which was uploaded to...
  35. v138a Trying to make a "Paypal request invoice" option

    Hi, I already have my basic contact us page setup. But I want to have a way of getting a "Paypal request invoice" module also setup. I seen the offsite payment module, but wanted it to not be...
Results 1 to 35 of 36
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR