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

Rinaldo

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

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 32 total)
← 1 2 3 →
  • Author
    Posts
  • May 9, 2011 at 8:52 am in reply to: search function not displaying quantity and add to cart button #29087
    Rinaldo
    Member

    http://gotarda.com above content area

    May 7, 2011 at 9:44 pm in reply to: search function not displaying quantity and add to cart button #29085
    Rinaldo
    Member

    Hi, there is one other unhandsomely thing – the search button sits below or rather on the input field – which seems to be a problem of estore css, because in the standard WP search function the button appears next to the input field. Where can I change this?

    May 6, 2011 at 6:47 am in reply to: search function not displaying quantity and add to cart button #29084
    Rinaldo
    Member

    OK, thanks again, it appears to be a problem of the weaver theme with different browsers .

    May 6, 2011 at 6:36 am in reply to: search function not displaying quantity and add to cart button #29082
    Rinaldo
    Member

    Thanks, but I didnt mean the text input box, I was talking about the search button. Does this button also come with the theme?

    May 5, 2011 at 10:32 am in reply to: search function not displaying quantity and add to cart button #29080
    Rinaldo
    Member

    Yes that works better, but why do we have to use this ugly rectangle search button while in the forum you do use a nice apple type search button? –:)

    April 7, 2011 at 8:07 am in reply to: Problem with the optional Button Link #31120
    Rinaldo
    Member

    Misunderstanding, you told me : “You will need to modify the “get_button_code_fancy2_for_element” function to change fancy2 display.

    The following code in that function is responsible for the showing the button.

    get_input_button($ret_product->button_image_url);

    If you want to place the button after the variation then place that line after the variation code. “

    I did, as shown above and it worked, but I assume the problem with the url forwarding is related to my code modification, since style3 is working. I set up a sample page with both styles here: http://gotarda.com/a_segovia/

    April 7, 2011 at 7:43 am in reply to: Trouble importing products with CSV to DB #28300
    Rinaldo
    Member

    Yes, I just tested with sample products – same result – successfully imported, but no new products in PM.

    No, I have not yet changed the table prefix.

    ?

    Thanks!

    April 6, 2011 at 10:09 pm in reply to: Trouble importing products with CSV to DB #28298
    Rinaldo
    Member

    I am really sorry to bother you everyday with new problems: My import allegedly worked well, except that there are no new products in the Manager!?

    Thanks!

    April 6, 2011 at 8:44 am in reply to: Problem with the optional Button Link #31118
    Rinaldo
    Member

    I found the reason, but not the solution. In fancy style 3 it works, but not in style 2. I presume that is my change in misc_functions.php, where I moved the get url button further down. I dont really understand what I was doing there, so here is my code change:

    function get_button_code_fancy2_for_element($ret_product,$line_break=true)

    {

    if($ret_product)

    {

    if (is_numeric ($ret_product->available_copies))

    {

    if ($ret_product->available_copies < 1)// No more copies left

    {

    $replacement = ‘<input type=”image” src=”‘.WP_ESTORE_SOLD_OUT_IMAGE.'” class=”eStore_sold_out” title=”This item has been sold out” alt=”SOLD OUT”/>’;

    return $replacement;

    }

    }

    $replacement .= ‘<object class=”eStore_button_object”>’;

    $replacement .= ‘<form method=”post” action=”” style=”display:inline” onsubmit=”return ReadForm1(this, 1);”>’;

    /* $replacement .= get_input_button($ret_product->button_image_url);

    $replacement .= ” “; änderung RS */

    //If custom price option is set

    if($ret_product->custom_price_option==’1′)

    {

    $replacement .= WP_ESTORE_YOUR_PRICE.’: <input type=”text” name=”custom_price” size=”3″ value=”” /> ‘;

    if ($line_break) $replacement .= ‘
    ‘;

    }

    if($ret_product->show_qty==’1′)

    {

    $replacement .= ESTORE_QUANTITY.’: <input type=”text” name=”add_qty” size=”1″ value=”1″ />’;

    if ($line_break) $replacement .= ‘
    ‘;

    }

    else

    {

    $replacement .= ‘<input type=”hidden” name=”add_qty” value=”1″ />’;

    }

    $var_output = get_variation_and_input_code($ret_product,$line_break);

    if (!empty($var_output))

    {

    $replacement .= ” “;

    $replacement .= $var_output;

    }

    $replacement .= get_input_button($ret_product->button_image_url);

    $replacement .= ” “; /* RS */

    Thank you very much for any hints.

    April 6, 2011 at 5:35 am in reply to: Problems with email body #23563
    Rinaldo
    Member

    This was a manual checkout. I noticed now that the admin and customer emails are the same, except for the subject line:

    Dear {first_name} {last_name}

    Thank you for your purchase!

    {product_details}

    Any items to be shipped will be processed as soon as possible, any items that can be downloaded can be downloaded using the encrypted links below.

    {product_link}

    Thanks

    Received customer email:

    Thank you for the purchase

    xxxxx@axxess.co.za

    4d9ab5225d58e

    Please make payment


    Details of Ordered Product: 1


    Product ID: 2

    Product Name: J. Parsson

    Price: $0.99

    Quantity: 1

    J. Parsson – [download-url-redacted]


    Subtotal: $0.99

    Shipping: $0

    Tax: $0

    Total: $0.99

    Total Items Ordered: 1

    Customer Details


    Name: Reinhard Reinhard

    Email: xxxxxx@axxess.co.za

    Phone:

    Address: pob

    City: cape town

    State:

    Postcode: 7966

    Country:

    Additional Comment: ship me

    April 5, 2011 at 7:54 am in reply to: Problems with email body #23561
    Rinaldo
    Member

    I have exactly the same problem, albeit I didnt change anything. All the text generated by the order processing is there, also the subject line is there, but all the other accompanying text in the body is not!?

    Thanks!

    April 3, 2011 at 8:59 am in reply to: E-Mail to customers – Export customer data to a CSV file #30900
    Rinaldo
    Member

    And how can I export my products?

    Thank you!

    PS In countries with slow internet connections like RSA one has to do as many things as possible locally and then export and upload.

    March 31, 2011 at 5:08 am in reply to: Modifying the fancy display #30763
    Rinaldo
    Member

    Thanks!

    March 30, 2011 at 11:57 am in reply to: Modifying the fancy display #30761
    Rinaldo
    Member

    I also want to make a change in Fancy 2 : I would like to change the order “Buy button – Select Variation – Price into “Select Variation – Price – Buy button” ( as it should be imho) and I looked at the code in eStore_misc_functions.php and estore.css but cant figure it out. I use my own button image with url/settings and the price does not depend on variation.

    Would be grateful for any tips.

    Thanks in advance!

    March 21, 2011 at 4:38 pm in reply to: MP3 preview with Audio player – File Not Found #30279
    Rinaldo
    Member

    Sorry and thank you for this simple trick, apparently my WP Media Library produced/shows a false URL. I dont understand how this can happen since I cant change it manually. [wp_eStore_fancy7 id=1] works also fine now.

    Regarding the code you gave me for the product search though, I am sure it doesnt exist in my eStore-extra-shortcodes.php, …WP_ESTORE_CURRENCY_SYMBOL does exist in shortcode_include.php though !?

  • Author
    Posts
Viewing 15 posts - 16 through 30 (of 32 total)
← 1 2 3 →

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