vasilissk
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: eShop] Listing Images disappear and i can′t change anymore!Your responce doesn’t make any common cense to me at all.
Why I have to have a no product image in “eshop > Products > Listing Images ?
The noimage.png file should show the product image that is attached with the product.
Forum: Plugins
In reply to: [Plugin: eShop] Listing Images disappear and i can′t change anymore!I do not think the problem is fixed yet.
I upgrade 4.3.2 to 5.0.4 and all product images in:
eshop > products are gone.
I see only the empty egg basket image linked to:
https://example.com/wp-content/uploads/eshop_files/noimage.pngI created also some new products with new images but it didn’t work to create a new image in eshop > products list.
It needs some extra work indeed.
Forum: Plugins
In reply to: [Plugin: eShop] ? Continue Shopping optionWhat I did is I made a parent page (33) with different products from child pages and I listed in a table with cells by using the microcode in order to organize everything in one page.
The table in the page is 2 by 4.When I add to cart an item from Page 33 and then I click ? Continue shopping the page goes to child product page 71 instead of parent page 33.
I searched the cart.php and I found the $return=wp_specialchars($_POST[‘purl’]); is the variable that goes back to child page instead to the parent page where I have all products listed.
Forum: Plugins
In reply to: [Plugin: eShop] ? Continue Shopping optionIt didn’t work very well.
I have a Page 33 with microcode [eshop_show_product id=’71’ class=’hilite’ panels=’yes’ form=’yes’].
After I clicked ? Continue Shopping option it sends me to Page 71 instead of page 33.Forum: Plugins
In reply to: How to reduce the spaces in eshop_show_product id microcodeProblem solved.
I had to modify the shortcodes file.
I added one more line $echo .= ”.”\n”; in function list panels line 1196 between $short and $echo.Also changed the .content ul li in my theme’s CSS
margin: 0 0 0 0;
padding:0 0 0 0;Forum: Plugins
In reply to: [Plugin: eShop] How to change fieldset and color?Thanks for the advice problem solved.
I found the fieldset in the default CSS and I copied in my theme’s CSS. I also disabled the fieldset in the default CSS.Forum: Plugins
In reply to: [Plugin: eShop] PayPal incomplete redirected information.Yes it works when the line is set to “0”.
About some problems rederecting information to Paypal.
I used today the sandbox (Testing) instead the Live mode and it poped up this error:Bad Request
Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.Cookie: cwrClyrK4LoCV1fydGbAxiNL6iG=FbCmndluqTmEs79GLc0qdCwyUskiS0xEIJBxIiD0JF-J0esoL7vAq357DwfsBen800a5o2vuM-xj9s9FkkBmNgNbNUQLoNQ8RkyQBxX0liDhutv360Q4OydZHSXIhRqkFsAM50%
This cookie is so long that it needs a larger page.
CMTZ3rsNKeFnefDQh4wRDbMeMeJjEl8RGHS7jyrpLfTThGmkH9MeFE7D2DJ5LZXjxGsK4cRmFkhkAdkxeXDOT7a_kwTS8E4upemgAUL0_GRhPpfZZgC-eLOtTWMO
Forum: Plugins
In reply to: [Plugin: eShop] PayPal incomplete redirected information.Forum: Plugins
In reply to: [Plugin: eShop] PayPal incomplete redirected information.I am trying to find the reason why the address, phone number etc. do not pass from eShop to paypal checkout.
I also saw in the paypal.php this:
//$p->add_field(‘address_override’,’1′);//causes errors ??This command works only when the seller wants to sell items in the current Country. If you change it to ‘address_override’,’0′ then the seller can selll items all over the world.
I am trying to find the virable which passes the first-name and the last-name to paypal checkout. If I find the “token” I might be able to debug.
Forum: Plugins
In reply to: [Plugin: eShop] PayPal incomplete redirected information.There is no more errors in this option. I guess Bug fixed.
It looks like because there wasn’t some virables in the code the computer couldn’t find the path to store the information to database.I don’t see any visible error on the screen.
Forum: Plugins
In reply to: [Plugin: eShop] PayPal incomplete redirected information.So far all the changes seems to work and the error got smaller in size.
I also opened the database and I see now the first entry in wp_eshop_order.
The paypal window opens and it pops up the checkout window expanded.The next error is:
WordPress database error Field ‘optsets’ doesn’t have a default value for query INSERT INTO wp_eshop_order_items (checkid, item_id,item_qty,item_amt)values( ‘560-Big-Number-3b’, ‘postage’, ‘1’, ‘0’); made by require, require_once, include, the_content, apply_filters, call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, eshop_show_checkout, eshop_checkout, include, orderhandle
Ps.
I think you are very close to solve this problem.Forum: Plugins
In reply to: [Plugin: eShop] PayPal incomplete redirected information.I did the update in the lines you mention above and there is a little progress.
I have a new error on the bottom of the screen from before.
You pass the ‘thethemo’ now is the ‘admin_note’.WordPress database error Field ‘admin_note’ doesn’t have a default value for query INSERT INTO wp_eshop_orders (checkid…
Forum: Plugins
In reply to: [Plugin: eShop] PayPal incomplete redirected information.I did some tests again with MyISAM DB and I still have the same errors on the screen. I am using eShop 4.2.3. For some reason that I cannot explain the information do not enter in the database.
Forum: Plugins
In reply to: How to reduce the spaces in eshop_show_product id microcodeI understand your concern but what happens involves the microcode.
My small html code is:<table border=”0″ width=”37%” id=”table1″ cellspacing=”0″ cellpadding=”0″ style=”word-spacing: 0; margin: 0″><tr><td>[eshop_show_product id=’31’ class=’hilite’ panels=’yes’ form=’yes’]</td></tr></table>
Run this script and you will see the gaps that I am talking about.
Forum: Plugins
In reply to: [Plugin: eShop] PayPal incomplete redirected information.I changed the DB from InnoDB to MyISAM but the result is the same.
Everything else in the Data Base works and have Data in, besides this one.