Search:

Type: Posts; User: ultimate_zc

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    36
    Views
    21,146

    v155 Re: Foundation Theme for ZenCart HELP ! ! !

    Make sure that includes/languages/english/FZCF7211/product_info.php was loaded to your server. Product Description is on line 46.
  2. Replies
    36
    Views
    21,146

    v155 Re: Foundation Theme for ZenCart

    Wow, THANKS for that one.
    Actually is the other way around. It should have been foundation_email_field instead of foundation_password_field and I should have removed that function since the...
  3. Replies
    36
    Views
    21,146

    v155 Re: Foundation Theme for ZenCart

    I just submitted an updated version. To fix the abide issue I removed the files listed below and updated the foundation.min.js with a full version from the foundation website.

    Removed lineHeight...
  4. Replies
    36
    Views
    21,146

    v155 Re: Foundation Theme for ZenCart

    I thought about that at first but to to be fair, overriding that class in a different stylesheet will require giving it a height and websites differ so much. In the other hand, by the time a new...
  5. Replies
    36
    Views
    21,146

    v155 Re: Foundation Theme for ZenCart

    Thanks again dbltoe,

    I decided to remove that line from the css. I also fixed the abide.js issue. I will be uploading an updated version soon after I get a little more feedback. I'm currently...
  6. Replies
    36
    Views
    21,146

    v155 Re: Foundation Theme for ZenCart

    I don't see any problems with dropping that line from the css. Really good observation. I'm not going to drop it however but will let users know in the README file when I publish an update. As for...
  7. Replies
    36
    Views
    21,146

    v155 Foundation Theme for ZenCart

    Foundation for ZenCart
    Zen Cart® Version: 1.5.5e
    Original Author: ultimate_zc
    Author' Website: www.gijoecodes.com

    The most advanced responsive front-end framework in the world is now available...
  8. v155 Re: Adding a file to the includes > classes > db > mysql folder.

    Thanks. That didn't work but includes/extra_datafiles did.
    You pointed me in the right direction.:smile:
  9. v155 Adding a file to the includes > classes > db > mysql folder.

    I'm trying to add a define_queries_XXX.php file to the mysql folder. The define I'm adding is:


    DEFINE('SQL_SHOW_PRODUCT_PAGE_TABS',"select configuration_key, configuration_value from " ....
  10. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    Hi everyone

    I would like to express my gratitude to all of you that have given me some positive feedback about MobiZenCart. I guess I have to thanks the few that had some negative feedback as well...
  11. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    Hi,

    There is no reason why the mobile theme would interfere with your desktop theme. The mobile theme contains a script to detect mobile devices and only then, the theme is displayed. As long as...
  12. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    That plugin is not going to work with this theme. jQuery Mobile loads pages via Ajax and all the scripts are placed inside the head tags. There are ways around it. I was working on a (paid) plugin to...
  13. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    I'm very flattered, thank you.
  14. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    Hi,

    Your best bet would be to install a developer plugin and see exactly what you are looking for. All major browsers have a plugin either preinstalled or in the respective extension/plugin page....
  15. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    Hi,

    Thanks for your comments. I really appreciate that.

    Now, about the issues you are experiencing:


    The plugin was designed for 1.5.4. I wouldn't suggest you enable the theme with ZenCart...
  16. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    The plugin should work with any template. It is designed to work without interfering with your desktop theme. I have never tested it with 1.5.0. It was designed for 1.5.4. With a little bit of work...
  17. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart with seo url

    It shouldn't be a problem as long as you don't use the same HTML data-* attribute for something else in your design, particularly on the same page where you have the checkout button. Chances are you...
  18. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart with seo url

    That button is actually an image with a link.



    <!-- ** BEGIN PAYPAL EXPRESS CHECKOUT ** -->
    <div id="PPECbutton" class="buttonRow">
    <a...
  19. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart with seo url

    I'm glad to hear that you like it. Thanks!

    As for the code modification. A safer place to ensure that the code only works on small devices such as iPhones would be to change line 41 in includes >...
  20. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart with seo url

    That is not going to work. MobiZenCart is built with jQuery Mobile which kinda' rewrites the URL.
  21. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    It all sounds like not all of the files uploaded correctly. Try downloading the plugin again and make sure to upload all of the files to your installation.

    The icons I use in that theme are found...
  22. v154 Re: How to replace logo on tablets/mobile on responsive template...

    All you are doing with the css is adding a background to the logo. Like keneso says, you have to remove the logo in order for that css to work. If you want to remove it from mobile devices, I would...
  23. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    1. I don't know what to say. The images below are from an iPhone. If I can't recreate the problem, I can't solve it.

    2. Again, the images below. I thought the login page was pretty clean with...
  24. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    You could add your own media queries in an css file or add a particular css file to load only for tablets. Use the code below for whenever you need elements to display on tablets.

    if...
  25. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    Really?
    Your profile has you as a retired engineer. Do you honestly need me to tell you that a tablet is a mobile device?


    No theme is flattering at whatever resolution with the ZenCart default...
  26. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    No, I'm sorry. You could use a file comparison software to merge the changes. Compare the theme to a clean 1.3.9h installation and see what code doesn't belong there in order to make the appropriate...
  27. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    The demo site is working without any issues.:yes:
    Here are some pictures of the theme on as shown on Android using a Samsung Galaxy S6


    picture of the home page on an Android using a Samsung...
  28. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    It seems to work fine for me in my iPhone 6, my iPad Air and on Android using a Samsung Galaxy Star Plus Duos S7262. Although you are right about the desktop link at the bottom which I will work on...
  29. Replies
    46
    Views
    68,572

    v154 Re: MobiZenCart

    15684
    MobiZenCart Home Page as seen on iPhone 6

    15685
    MobiZenCart Home Page as seen on iPad Air
  30. Replies
    46
    Views
    68,572

    v154 MobiZenCart

    NOTE: This plugin is no longer support. Consider the Bootstrap 4 template instead.


    Elegant new Zen Cart mobile theme built on the power of jQuery Mobile

    Features

    Works with your current...
  31. Replies
    39
    Views
    3,345

    v139h Re: rsponsive vs mobile template

    I agree with you 100%, that is just your opinion.

    Neither your generosity or your titles make you an expert. I also offer code for free and so do countless contributors. I also build websites full...
  32. Replies
    39
    Views
    3,345

    v139h Re: rsponsive vs mobile template

    In my opinion, a mobile theme when built properly outperforms an RWD theme in terms of performance because it reduces the amount of unnecessary content presented to mobile users. The point of...
  33. Replies
    239
    Views
    42,911

    Re: Ultimate Cross Sell for Zen Cart

    No, other projects took priority. You could probably make it work with some of the other cross sells available in the plug ins section.
  34. Replies
    239
    Views
    42,911

    Re: Ultimate Cross Sell for Zen Cart

    I stopped working with that plugin.
  35. Replies
    7
    Views
    3,439

    v151 Re: HTML5 Boilerplate for RWD

    Sorry. Everything in that domain was lost and I have not followed up with Foundation work.
  36. Re: Getting/Displaying the Customer's State

    You are right!!!

    You are absolutely awesome. Thank you so much!!!

    Yes, I'm excited...
  37. Re: Getting/Displaying the Customer's State

    I'm testing on a clean installation.

    I created a header_php_test.php with the following code:

    <?php
    $_SESSION['customer_country_id'] = $check_country->fields['entry_country_id'];...
  38. Re: Getting/Displaying the Customer's State

    I think my problem lies here:


    if (isset($_SESSION['customer_country_id']) && isset($_SESSION['customer_zone_id'])) {

    Anything I add to that code inside the brackets does not display...
  39. Re: Getting/Displaying the Customer's State

    I added the code to an additional file that I'm working on. I just removed it in order to place it in /includes/modules/pages/checkout_success/header_php.php but it isn't showing.

    It must be...
  40. Re: Getting/Displaying the Customer's State

    Thanks again. I'm trying to display it on the checkout_success page.
  41. Re: Getting/Displaying the Customer's State

    First of all, thanks for your help.

    Did that code work for you? I have tried a variety of different ways to make it work but nothing yet. Do you think I'm missing something in the account I...
  42. Re: Getting/Displaying the Customer's State

    I'm still having issues with this. How exactly do you look up something in a table.

    Right now I have this:

    if ($_SESSION['customer_id']) {
    $name_query = "SELECT customers_firstname,...
  43. v151 Re: Getting/Displaying the Customer's Country

    Thanks to you both.
  44. Re: Getting/Displaying the Customer's State

    Thanks so much!
  45. Getting/Displaying the Customer's State

    I was recently trying to get to display the customer's country attempting to integrate a Survey type script with ZenCart. With the help of Design75 I got it to work. See post 212016.

    I'm trying...
  46. v151 Re: Getting/Displaying the Customer's Country

    Thanks,

    I got it working with this:

    $country_query = "SELECT entry_country_id FROM " . TABLE_ADDRESS_BOOK . " WHERE customers_id = :customersID";
    $country_query =...
  47. v151 Re: Getting/Displaying the Customer's Country

    Hi, thanks. Can you give me an example? Or tell me a module that may have a code similar to what I'm looking for?
  48. v151 Getting/Displaying the Customer's Country

    Is there a way to display the customer's country on the checkout success page. The ideal would be for something simple such as


    <?php echo CUSTOMER_COUNTRY_SOMETING;?>

    but I have found that to...
  49. v151 Re: Connecting to the database for Ajax Search... Making it safe.

    Can't thank you enough.

    Happy Holidays!
  50. v151 Re: Connecting to the database for Ajax Search... Making it safe.

    That works pretty good too, thanks.

    Is it safe? Should I move that file into a folder along with an index.html? I think that just by setting the file to read only should work but I'm hoping to...
Results 1 to 50 of 145
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR