Search:

Type: Posts; User: responsivezc

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: Youtube iframes and black hole exploit kit etc

    Hi,

    I don't think it is the youtube iframe code.
  2. v151 Re: How can i remove unwanted fields from New Costumer Registration Form?

    Hi,

    You can go to:
    Admin >> Configuration >> Customer Details
    and remove the unwanted fields.
  3. v151 Re: php arrays for inserting into one database field

    Use the following code:



    $separate_with_commas = implode(',', $productMagicArray);
  4. Re: How to Set a Default Quantity in Adding New Product?

    Hi,

    Sorry this is the proper code, now the 2 lines are not the same.

    Open the following file:
    /YOUR_ADMIN/includes/modules/product/collect_info.php

    Look for the following line:
  5. Re: How to Set a Default Quantity in Adding New Product?

    Hi,

    The only way to do it is by editing the following file:
    /YOUR_ADMIN/includes/modules/product/collect_info.php

    Look for the following line:


    <td class="main"><?php echo...
  6. v151 Re: Only allow certain shipping methods for some countries?

    Hi,

    Go to Admin >> Location/Taxes >> Zones Definitions
    Add a new Zone there
    Then, click on the folder icon next to the zone name you recently added
    and start adding countries to the zone.
    ...
  7. Replies
    3
    Views
    670

    v151 Re: Creat An Account Issue

    Hi,
    Yes, Simply reduce the width for the label to 20% because 90% is too much.
  8. v150 Re: Can I avoid having my wholesale site show up in search engines?

    Hi,

    You can also use a robots.txt file to block search engines.
  9. v151 Re: Tracking Code Installed - ( not receiving data )

    You should use the following code:



    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");...
  10. v151 Re: Tracking Code Installed - ( not receiving data )

    Hi,

    Your code is wrong:



    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript...
  11. v139h Re: images ALT TEXT - 1. how to change 2. Same text for additional images 3. SEO effe

    Hi,

    By default, alt_text works for product images.
    Traffic from indexed images does not convert.
  12. Replies
    11
    Views
    1,655

    v151 Re: CPU Overload help?

    Hi,

    I think you should share more info, so far we only know that your site is zencart 1.51 and causes overload CPU usage on your server.

    What's your site ?
    What plugins have you installed on...
  13. Replies
    17
    Views
    1,693

    v139h Re: reviews -- confirmation?

    Hi,

    The following code should be split over 2 lines:



    // end send email $messageStack->add_session('product_info', 'THANKS FOR THE REVIEW', 'success');


    like this:
  14. Replies
    11
    Views
    1,655

    v151 Re: CPU Overload help?

    Hi,

    You can also use the following plugin:
    Perfmon

    It allows you to quickly identify where time is being taken in the page loading cycle.
    This is a great way to identify areas of code that...
  15. Replies
    13
    Views
    8,852

    Re: Redeeming coupon code from URL?

    Hello guys,

    I know this post is old but I would like to tell you that I have uploaded the following plugin:
    Redeem Coupon from URL
  16. Replies
    3
    Views
    548

    v151 Re: Contact Us Form Tweak

    Hi,

    You are right, I changed STORE_OWNER_EMAIL_ADDRESS and EMAIL_FROM to a hotmail email for testing purposes and the Reply To works fine.
    Unfortunately I use Google Apps for my emails and there...
  17. Re: remove teh checkout link on the page "your shopping cart contents" page?

    Hi,

    You have to edit the following file: (replace YOUR_TEMPLATE with your template name)
    /includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php

    Look for the following code:...
  18. Re: Keeing products from 2 categories from being added into the cart

    I am happy I could help.
  19. Re: Keeing products from 2 categories from being added into the cart

    OK The first time I looked at the image on top.
    Below there is the text.

    Open the following file:
    /includes/languages/english.php

    and look for the following line:...
  20. Re: Keeing products from 2 categories from being added into the cart

    I confirm that it is an image.
    If you want to change, simply add another image with the following path and filename:
    /includes/templates/classic/images/call_for_prices.jpg

    It will be...
  21. Re: Keeing products from 2 categories from being added into the cart

    It usually is an image.
    Can you share a link to your site ?
  22. Re: Keeing products from 2 categories from being added into the cart

    OK You can also add the price to the product descriptions with a short explanation.
  23. Re: Keeing products from 2 categories from being added into the cart

    Hi,

    Did you try to set up the products as call for price ?

    Take a look at the attachment.
    12986
  24. Replies
    3
    Views
    548

    v151 Contact Us Form Tweak

    Hi,

    When I hit the Reply button to every "Website Inquiry" email I get from the Contact Us page
    /index.php?main_page=contact_us

    The to email address is the Store Owner email address and not...
  25. v151 Re: How to make pricing for attributes font larger

    Yes, what you need to add is the following:



    #productDetailsList {
    font-size: 1.2em;
    color: #000000;
    }
  26. Replies
    5
    Views
    750

    Re: Need help retrieving my password

    Hi,

    The only way is to reset your password on the database.
  27. Replies
    124
    Views
    50,996

    v150 Re: Direct Bank Deposit

    Hi,

    Yes, there is a way.
    Open the file for your payment module.
    The file is on the following folder /includes/modules/payment/

    Look for the following function
    function selection() {

    That...
  28. Replies
    5
    Views
    750

    Re: Need help retrieving my password

    Hi,

    I think the only way is to use phpMyAdmin on your hosting panel
    to reset the password on the admin database table
    You may have a prefix for all your table names.
    ...
  29. v151 Re: Ecommerce Seals and Payment Icons [Support Thread]

    You're welcome. It looks great on your site.
  30. Replies
    6
    Views
    1,021

    v151 Re: Banda template from ThemeForest

    Hi,

    I think the file you need to edit is
    /includes/templates/banda/common/tpl_header.php

    There look for <div id="cart">
    and the code you will need to change should be above

    Maybe you will...
  31. Re: Problem Accessing the Admin Area after DNS Change

    I am happy I could help.
  32. Re: Problem Accessing the Admin Area after DNS Change

    If you have a folder on the root named access, you will have problems too.
  33. Re: Problem Accessing the Admin Area after DNS Change

    Also double check the following constants

    DIR_FS_CATALOG
    DIR_FS_LOGS
    DIR_FS_SQL_CACHE
  34. Re: Problem Accessing the Admin Area after DNS Change

    Hi,

    Did you edit the following folder ?
    /[renamed-admin-folder]/includes/configure.php

    You should change there the URLs and paths accordingly.
  35. Re: Shipping Avalible Based on Order Amount?

    Hi,

    All the shipping modules are on the following folder
    /includes/modules/shipping/

    Each file is a shipping module and contains a PHP class
    Every class has a function/method with the same...
  36. v151 Re: Ecommerce Seals and Payment Icons [Support Thread]

    Hi,

    Yes, it is possible.
    Follow these steps:

    * Rename your images to moneyorders.png and zipzap.png
    * Upload your images to the following directory /images/payment_icons/
    * Open the...
  37. Replies
    6
    Views
    1,021

    v151 Re: Banda template from ThemeForest

    Hi,

    I visited your site and you already changed the checkout_shipping link to shopping_cart
  38. v151 Re: How to make pricing for attributes font larger

    Hi,

    The following code is for the dropdown (select tag)



    .wrapperAttribsOptions select {
    font-size: 15px;
    }
  39. v151 Re: How to make pricing for attributes font larger

    Hi Silver,

    Add the following code at the end of the file /includes/templates/aberdeen_neutral/css/stylesheet.css



    .wrapperAttribsOptions select {
    font-size: 20px;
    }
  40. Re: cross browser issues - gradient problem in IE

    Hi,

    I advice you to use:
    background-image: url(../images/tab_bg.jpg);
    instead of
    background: -moz-linear-gradient(top, #000000, #eee);

    In other words, you should use a background image.
    ...
  41. Thread: Surveys?

    by responsivezc
    Replies
    1
    Views
    581

    v150 Re: Surveys?

    Hi Dave,

    If you don't have coding skills, I would recommend you to use a Google Form for your survey.
    Simply create a Google form and then go to Tools >> Send Email on your zencart admin
    There...
  42. Re: 1.39h google dynamic remarketing

    Hi,

    I did it once.
    I simply added a remarketing pixel to the common/tpl_footer.php file on my template
    and another remarketing pixel to the templates/tpl_checkout_success_default.php file
    to...
  43. Replies
    6
    Views
    1,021

    v151 Re: Banda template from ThemeForest

    Hi,

    How to turn off new products, review, and featured product from the left column

    Go to Tools >> Layout Boxes Controller
    Then, turn off the whats_new box, the reviews box and the featured...
  44. Replies
    7
    Views
    727

    Re: Sub-Category Layout misbehavin'

    I am glad I could help you :D
  45. Replies
    7
    Views
    727

    Re: Sub-Category Layout misbehavin'

    Hi,

    I went to your site and it is an space issue.
    I reduced the padding and the issue was fixed.

    You have to edit the following file:
    /includes/templates/antiseptic/css/stylesheet.css

    Look...
  46. Replies
    7
    Views
    727

    Re: Sub-Category Layout misbehavin'

    Hi VO,

    I would like to see the "offendin" page.

    I once had a similar issue, the problem was that there was not enough available space (width).
    Try to reduce the product/column width or...
  47. v151 Ecommerce Seals and Payment Icons [Support Thread]

    @bergernovelties - Please post your question here.
  48. Replies
    17
    Views
    1,693

    v139h Re: reviews -- confirmation?

    Hi,

    My bad, the following is not the right file:
    /templates/tpl_product_info_display.php

    The right file is:
    /templates/tpl_product_reviews_default.php

    Add the following code to...
  49. Replies
    17
    Views
    1,693

    v139h Re: reviews -- confirmation?

    Hi,

    In order to work, the following file on your template:
    /templates/tpl_product_info_display.php

    should have the following line:



    <?php if ($messageStack->size('product_info') > 0)...
  50. v150 Re: Help: Is there a report tool plugin, that separates different taxes?

    Hi,

    Did you run the SQL/Zencart_v1.5.0_statsSalesTaxTotals.sql file ?
    If so, the option should be on the Reports dropdown menu.
Results 1 to 50 of 85
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR