Oiy, I just woke up and need some caffeine so I'll only respond to the last part about saving on product pages. I meant in the back office, not the customer view.
I need some more brain power to deal with anything else at the moment. (haha)
Search found 11 matches
- Tue Jul 31, 2018 11:24 pm
- Forum: Paid extensions
- Topic: Shoping Cart Extension (CMS) - UPDATED
- Replies: 12
- Views: 6770
- Mon Jun 25, 2018 7:00 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 301
- Views: 285931
Re: Webshop Plus! v.3.2 for WWB8
Just for giggles I tried changing the PHP verson back from 7 to 5.6 and it fixed the problem. Weird to me, but maybe it will help you or others.
Thank you though
Thank you though

- Sun Jun 24, 2018 10:54 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 301
- Views: 285931
Re: Webshop Plus! v.3.2 for WWB8
I've removed the line and now I get this error when I log in and click on the Admin Details.
Parse error: syntax error, unexpected 'if' (T_IF) in /misc/25/000/093/878/7/user/web/sewing4acause.com/cart/admin/set_pass.php on line 32
scratch that, now I get a blank screen.
Parse error: syntax error, unexpected 'if' (T_IF) in /misc/25/000/093/878/7/user/web/sewing4acause.com/cart/admin/set_pass.php on line 32
scratch that, now I get a blank screen.
- Sun Jun 24, 2018 8:31 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 301
- Views: 285931
Re: Webshop Plus! v.3.2 for WWB8
<?php require 'config.php'; session_start(); error_reporting(0); if ($_SESSION['script_user'] != "CART Administrator"){ header("Location: admin_login.php"); exit; } $dbts_site = 'https://'.$_SERVER['HTTP_HOST']; @$dbts_password1 = @$dbts_password; if($_SERVER['REQUEST_METHOD'] == 'POST'){ @$dbts_use...
- Sun Jun 24, 2018 10:03 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 301
- Views: 285931
Re: Webshop Plus! v.3.2 for WWB8
If I just had a recent ssl issued, 3 days ago, and someone deleted my entire shop folder 1 day ago so I had to reupload the cart from scratch, do I need to go thru all the php files and have them reflect to https just to get the cart working again? Or is there something else I need to do? At this po...
- Mon May 29, 2017 9:12 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 301
- Views: 285931
Condition, calculation, web shop 3.2, combobox
Trying to do a pretty simple calculation and still get the combobox 'value' to show when added to cart, but I'm stuck on getting the calculation to work. On preview I get $NaN . In the tutorial there wasn't any 'value' other then the price so I'm not sure if what I'm doing is possible (yet?). Projec...
- Wed May 10, 2017 6:01 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 301
- Views: 285931
Re: Webshop Plus! v.3.2 for WWB8
I bow again to the brilliant mind. Guess I got spoiled and to relaxed on my old computer, it always added the www for me. I know better now! Looks like I'll have to do the back end over again as the easiest fix. Trying to log in with the www doesn't work, and trying to changed it after logged in kic...
- Tue May 09, 2017 10:29 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 301
- Views: 285931
Re: Webshop Plus! v.3.2 for WWB8

The web shop recognizes the web site and enters the url.
- Tue May 09, 2017 8:19 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 301
- Views: 285931
Re: Webshop Plus! v.3.2 for WWB8
This isn't a big issue for me since I can replace the buttons effected, but I'm a bit curious to figure out what's happening and if anyone has come across it. Webshop Plus3.2 recognizing website initially with "www" in the url and after a full take down and in process of setting it back up, it no lo...
- Sat May 06, 2017 12:28 pm
- Forum: Forms
- Topic: New hidden ID property
- Replies: 2
- Views: 1435
Re: New hidden ID property
Thank you much! 

- Sat May 06, 2017 12:23 am
- Forum: Forms
- Topic: New hidden ID property
- Replies: 2
- Views: 1435
New hidden ID property
New feature: Added the ability to set ID property for hidden fields. I'm not completely clear on what the new ID property is in the hidden fields of forms. Is it something like the WB Object Manager? Or something else I'm not yet getting? A little more clarification on it's purpose would be greatly...