Search found 13 matches
- Tue Oct 22, 2019 8:58 pm
- Forum: Forms
- Topic: WB14.4 Form url extensions
- Replies: 2
- Views: 3010
Re: WB14.4 Form url extensions
Okedokey, I'll go do some more reading. Thank you again.
- Tue Oct 22, 2019 8:46 pm
- Forum: Forms
- Topic: WB14.4 Form url extensions
- Replies: 2
- Views: 3010
WB14.4 Form url extensions
I've been meddling with a problem and figured out why the form was submitting fine but the confirmation page wasn't displaying. In the form area for the success and error pages, the html extensions were not being added like they use to in earlier WBversions. And since I can't manually enter success ...
- Thu Sep 26, 2019 4:22 pm
- Forum: Forms
- Topic: Hosted button in Layout grid, Label text disappears
- Replies: 4
- Views: 4362
Re: Hosted button in Layout grid, Label text disappears
Thank you Pablo.
Fixed and displaying as should be now
Fixed and displaying as should be now

- Wed Sep 25, 2019 9:19 pm
- Forum: Forms
- Topic: Hosted button in Layout grid, Label text disappears
- Replies: 4
- Views: 4362
Hosted button in Layout grid, Label text disappears
I'm using a paypal hosted html button and it works and displays fine on the page by its self. When placed inside a layout grid the Label name text disappears from the web page view so customers can not easily see what is being asked of them to select, only the selection boxes and button display, but ...
- Tue Jul 31, 2018 11:24 pm
- Forum: Paid extensions
- Topic: Shoping Cart Extension (CMS) - UPDATED
- Replies: 14
- Views: 45885
Re: CMS Shooping Cart2 Extension - Update notification
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)
I need some more brain power to deal with anything else at the moment. (haha)
- Mon Jun 25, 2018 7:00 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560108
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: 283
- Views: 1560108
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: 283
- Views: 1560108
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 ...
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 ...
- Sun Jun 24, 2018 10:03 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560108
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 ...
At this ...
- Mon May 29, 2017 9:12 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560108
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 ...
- Wed May 10, 2017 6:01 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560108
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 ...
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 ...
- Tue May 09, 2017 10:29 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560108
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: 283
- Views: 1560108
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 ...