Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

Susnos

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • August 25, 2011 at 7:59 am in reply to: More information in the affiliate mail. #35818
    Susnos
    Member

    Thanks, I try to take a look at that…I’m not that good at coding, still in “learningfrase” but having fun while doing it so thanks for this great plugin.

    August 24, 2011 at 3:13 pm in reply to: More information in the affiliate mail. #35816
    Susnos
    Member

    Well thank you. But that I knew. But inside this lang. php I can just make a permanent change, so to speak. I want the affiliate to have information on a product that been sold, and they are taking a commission of. So let say Affiliate A gets commission on product A1. So if someone bay product A1 I want information in that mail witch is sent to the Affiliate to contain detailed information on that sale. (the product ID, witch variation and so on)

    I do not see hoe I can accomplish this from the language file?

    Any ideas?

    August 10, 2011 at 2:37 pm in reply to: CSV Import and Product Category #34432
    Susnos
    Member

    Thanks for the hint! I was just getting nuts for not being able to assign the products a category in my CSV! I not using WP CSV, just export and import using PHPMyAdmin. So when I have imported my products, I just export them to get the product ID. Then I can fill in the DB tbl. “wp_wp_eStore_cat_prod_rel_tbl” and assign them with the proper category ID! Love it! Thanks for the head up!

    July 7, 2011 at 8:40 am in reply to: Modifying the fancy display #30766
    Susnos
    Member

    @Jane I find a easy way of getting my text to the left with NextGen display. You can make that change in stylesheet for NextGen: located at: closed-circle.net/WhereItsAt/wp-content/plugins/nextgen-gallery/css/nggallery.css Ithink it is on line 136.

    Find this code:

    .ngg-gallery-thumbnail {
    float: left;
    margin-right: 5px;
    text-align: center;

    And change the last line like this

    .ngg-gallery-thumbnail {
    float: left;
    margin-right: 5px;
    text-align: left;

    About the variation box I’m going to try what Amin explained. But I think you can make yours smaler in your style.css (for your theme constuktor). It looks like it take the code from line 710.

    Find:

    }

    style.css (rad 1054)

    input, select, textarea {

    border-style: solid;

    border-width: 1px;

    font-size: 1.4em;

    padding: 4px;

    And make a change to the font-size (I think 12px look good) and the padding maby to 2px or 3px

    But the sad thing is when you uppgrade your theme all your changes will be lost. So the best thing you can do is make a child theme and then do all your changes there.

    Hope this was helpful.

    July 2, 2011 at 11:28 am in reply to: Drill-down Categories #33396
    Susnos
    Member

    I’m glad to hear that you thinking of adding sub-categories to eStore. I agree with samovar, that all store benefit from it. I’m building a store with more than 2000 photos and trying to get the customer I build it for to like the display using just eStor (not next Gen) And not being able to use sub-categories sort of being a big issue for me now. I know you probably get lots of questions and requests, but do you have any idea of when and if this can be done? A year, a month….?

    And when you have made it possible to have sub-categories Do you think it is possible to rearrange the existing categories without starting from scratch. I mean if I have categories like dogs, cats, horses etc, and want them to be in a sub-category of Animals to make a cleaner layout for the costumer (and much easier to overview and find a particular image) That would be nice.

    June 23, 2011 at 10:35 am in reply to: Show currency symbol after the amount #21510
    Susnos
    Member

    Hi, I’m from sweden too and did that change to the wp_eStore1.php, worked perfectly, thank you. But I’m going to use variations and the currency symbol in that field is still before the price. Any idea how to fix this too? I posted this question togetter with another post and got an uppdate, but still the currency symbol is at the wrong place, but love that you can specyfy what to have in “Variation Addition Symbol” instead of just “+”

    Trouble selling both digital and non-digital products at the same time

    So is there a way to also get the symbol right in the variations fields?

    June 23, 2011 at 9:59 am in reply to: Trouble selling both digital and non-digital products at the same time #26947
    Susnos
    Member

    Well I did, but I missunderstod and follow method 2. But you learn from your misstakes! Thank you for your time.

    June 22, 2011 at 12:55 pm in reply to: Trouble selling both digital and non-digital products at the same time #26945
    Susnos
    Member

    Hi again…

    I just discover that after I upgraded all my product zip files in the download directory (inside the eStore plugin) are gone! I had made two new directories inside of it (s-diffner and t-nybom) and inside of these I had uploaded the products zip. And now when I go inside the download directory it is empty, exept for the original files. I cannot imagine that every time I upgrade I have to reload all the products again. Tell me I did something wrong and that this is not the case…

    June 22, 2011 at 8:22 am in reply to: Trouble selling both digital and non-digital products at the same time #26944
    Susnos
    Member

    YES!! I just did the upgrade and now it is adding the the price for all the variations. Thank you so much!!

    A quick Q, Is there a way to get the symbol in the variation “box” to show after the amount? That is how we do it here in Sweden.

    I manage to get it right under the image disply by Replaced this line in wp_eStore1.php

    return $symbol.number_format($price, 2, $decimal, ‘,’); with

    return number_format($price, 2, $decimal, ‘,’) . $symbol;

    So it might be a way for this too.

    June 21, 2011 at 11:07 am in reply to: Trouble selling both digital and non-digital products at the same time #26941
    Susnos
    Member

    Hi I also am going to sell both digital and physical copies of photos. I can get this right.

    It feels like I have missed something. If I not use variations the product apply fine to the shopping cart. But if I make the product with variations they ends up in the cart but the price is 0.

    I have tried in several ways. I have put the variation for the physical product under variations and product variation 1, like this:

    Fotokopia|Ej valt:0|25x35cm:500|Inramad 40×50:1500

    I have set the price to 0 as there is so big difference for the pricing and I think it will be confusing for the customer to have a base price and then adding a sum for the variation. But I have also tested with a base price and still have the same problem. The first variation “Ej valt:0” means none selected. I got this from a comment response you did in 2009 http://www.tipsandtricks-hq.com/ecommerce/how-to-use-variation-control-in-wordpress-estore-plugin-345#comment-1369

    I have also tried this:

    Fotokopia|25x35cm:500|Inramad:1500

    But this doesn’t get the price in the cart either.

    And for the digital variation I have put this:

    Digitalt|Ej valt::0|Tidning::150::http://diffner.se/bildpoolen/downloads/t-nybom/600.zip|Reklam::280::http://diffner.se/bildpoolen/downloads/t-nybom/600.zip|Bok::625::http://diffner.se/bildpoolen/downloads/t-nybom/600.zip

    I have also tried this without the ”none selected” variation, but without luck! And the reason way all the variation goes to the same zip is because the photo is the same and comes with a licens for its use. So if there is a way to have a price variation on the digital product but they all correspond to the same zip I would like to know what to put inside the variation field. In the future It is going to be different size on downloads, but right now we go with the same zip.

    I do have a url in the “Digital Product URL” field (downloads/t-nybom/600.zip)

    I have tried to changes theme to Worlpress Twenty Ten

    Here is a link to where I have set up a page with different variations like above.

    http://diffner.se/bildpoolen/bildpoolen/

    I do have this site in a second directory, (diffner.se/bildpoolen). But this is just for now when I trying to learn about this great plugin.

    Hope someone can help me with this, it is sort of the core to let a costumer choose what type of product he wants, right…

    June 14, 2011 at 10:30 am in reply to: WP eStore and PayPal Account Profile Settings #16569
    Susnos
    Member

    Hi I’m new here, trying to figure out how to get all things with PayPal done. I have just configure my paypal settings like explained, and have the PDT on and also the Auto Redirect on. Now I’m at this IPN in my PayPal, and there I have to type in a notification URL. In the post here in the beginning it says that I can type any URL, the eStore writes it over. So I can just type in my home page then? Sorry to ask but I do not quite get how this works.

  • Author
    Posts
Viewing 11 posts - 1 through 11 (of 11 total)

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ