Forum Replies Created
-
AuthorPosts
-
May 9, 2011 at 8:52 am in reply to: search function not displaying quantity and add to cart button #29087RinaldoMember
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 #29085RinaldoMemberHi, 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 #29084RinaldoMemberOK, 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 #29082RinaldoMemberThanks, 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 #29080RinaldoMemberYes 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? –
RinaldoMemberMisunderstanding, 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/
RinaldoMemberYes, 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!
RinaldoMemberI 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!
RinaldoMemberI 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.
RinaldoMemberThis 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
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
RinaldoMemberI 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 #30900RinaldoMemberAnd 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.
RinaldoMemberThanks!
RinaldoMemberI 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!
RinaldoMemberSorry 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 !?
-
AuthorPosts