dohman
Forum Replies Created
-
Forum: Plugins
In reply to: Shopping cart plugin that is compatible to any post typei don’t really think it matters what the post type is called. the customer sees only what you want to call it via your theme and text content. the term product will only have to be seen in the backend admin pages.
i really like the woocommerce plugin. have you tried it out?
Forum: Fixing WordPress
In reply to: adding postthe easiest way would be to add a plugin like posts in page. with that you just add a simple shortcode in the static page you are using for your home page.
Forum: Fixing WordPress
In reply to: How to "flush" old entries – just loaded 3.6did you clear out your database when you reinstalled?
Forum: Fixing WordPress
In reply to: Can't Get Rid of Floating AWeber Sign Up Boxhi jaime,
look again in your widgets admin page. that’s where it should be. you can find your widgets in admin under the appearance menu item.
once you are there look on the right side of the page for a “left sidebar” section. open the left sidebar section using the dropdown arrow which should reveal an aweber widget. if you can’t see something called aweber, look just below the facebook widget and above article categories.
then open the aweber widget and click delete.
Forum: Themes and Templates
In reply to: [Serene] video not in headerhmmmm… i added a featured image for the post but still no play button. the featured image does show as the header on the home page post and also the post page.
i must be missing something still….
thanks
Forum: Themes and Templates
In reply to: [Serene] video not in headeri don’t see a content-video.php file like i see for other formats. could that be the prob, or do videos piggyback on another format file?
have safe travels ron! ??
just to clarify, when i define ESHOP_PATH the path errors disappear, but the “proceed to confirmation” button still takes me out of the admin and into the front end public pages for the cart checkout.
is this an issue with eshop or premium packages?
rich, is this fix something you will be doing soon? do you have a ballpark timeframe?
for some reason eshop_path is not defined in checkout.php. because of that i defined eshop_path at the top of checkout.php by adding the following lines and it then works without the errors.
if(!defined('ESHOP_PATH')) define( 'ESHOP_PATH', plugin_dir_path(__FILE__) );
here’s a video of the behavior i get when processing a product. it makes it through but it leaves admin for the checkout. it also indicates an empty cart at one point. i’m wondering if this is the normal/expected behavior for a premium package process.
https://youtu.be/y8Hstu2KJ3Eone other note. i am running wp super cache but i do have super cache disabled for eshop pages.
@elfin no, i don’t get the error when running eshop without the premium packages plugin. thanks for inquiring. its gotta be some trouble with how pp plugin is interacting with eshop.
@wpmuguru i will keep working on this. should the “proceed to confirmation” button after i fill out the mailing addy take me outside of admin to a public page? i did not expect that. any insight is greatly appreciated.
thanks everyone.
@ron should the “proceed to confirmation” button after i fill out the mailing addy take me outside of admin to a public page?
i upgraded eshop to the latest release. still getting the errors:
Warning: include_once(ESHOP_PATHcart-functions.php) [function.include-once]: failed to open stream: No such file or directory in /home/werpoorg/public_html/wp-content/plugins/eshop/checkout.php on line 402
Warning: include_once() [function.include]: Failed opening ‘ESHOP_PATHcart-functions.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/werpoorg/public_html/wp-content/plugins/eshop/checkout.php on line 402
then when i proceed the cart takes me outside of admin to the auto made shopping cart page. i’m assuming these auto pages were made since the premium packages plugin was updated. is that correct?
using Version 6.3.8. i see you just updated to Version 6.3.9. i’ll give that a shot. thanks.
the ESHOP_path is not being set checkout.php. i don’t know where it is supposed to be set. i changed the line of code to use
ABSPATH.’wp-content/plugins/eshop/cart-functions.php
which does get rid of the error but might cause other probs. i would like to figure out why eshop_path is not getting a value.
with this dirty “fix” i am able to fill out the mailing info and click the “Proceed to confirmation”. The “Proceed to confirmation” leads me outside of the admin pages though, and to a public shopping-cart page where it says the shopping cart is empty but then can continue on to paypal.
it seems this shopping cart page is automatically created by eshop and its not getting the message of my premium packages setup. i’m puzzled but will keep digging. any help is much appreciated.