eldridge Posted September 20, 2011 Posted September 20, 2011 Hi, I have successfully integrated wordpress multisite and oscommerce however, my problems are: 1. When you click the add to cart button of the product and click the continue button in registration page it redirects to the advance search page. 2. In product edit page, the product description field returns "p" instead of the actual product description. (Im using ckeditor) Do you think its on the database configuration? since im using $wpdb->prefix. If you can offer help on this development please help me. Thanks.
germ Posted September 20, 2011 Posted September 20, 2011 1. When you click the add to cart button of the product and click the continue button in registration page it redirects to the advance search page. Check the <form> </form> tags on the page. They're probably screwed. Unless you want to provide a URL, that's as good as it gets. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
eldridge Posted September 20, 2011 Author Posted September 20, 2011 Here is the form. <form name="cart_quantity" action="http://wordpress.com/sample-page//?slug=product_info.php&products_id=1&action=add_product" method="post"> <span class="addtocart-btn"><input type="hidden" name="products_id" value="1" /><span class="tdbLink"><button id="tdb1" type="submit">Add to Cart</button></span><script type="text/javascript">$("#tdb1").button({icons:{primary:"ui-icon-cart"}}).addClass("ui-priority-primary").parent().removeClass("tdbLink");</script></span> </form>
germ Posted September 20, 2011 Posted September 20, 2011 You don't understand the problem, and that doesn't help. To really determine the problem the entire source of the page needs to be examined. You can post the URL, PM it to me, or wait for someone else to guess at the problem. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
eldridge Posted September 21, 2011 Author Posted September 21, 2011 Link sent sir.. I hope you can help me.. thanks.
germ Posted September 21, 2011 Posted September 21, 2011 The form tags (or the lack thereof) are the problem. There is no closing </form> tag for the search box at the top of the page. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
eldridge Posted September 21, 2011 Author Posted September 21, 2011 The form tags (or the lack thereof) are the problem. There is no closing </form> tag for the search box at the top of the page. Thank you very much sir! That solves the problem number 1. I still have some problems.. like the number 2 problem and also this, http://www.oscommerce.com/forums/topic/379775-how-to-include-a-semicolon-in-an-sql-query/ I appreciate your help sir.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.