Show Posts


Topics - BANTEBABY

Pages: [1]
1
Customization help / Products per row >4
« on: August 23, 2016, 02:33:01 PM »
Searched forums, and cannot find items per row from old posts.

Checked the settings>general, and there is no longer a settings>options?

All previous answers are pretty outdated.

Shrinking col-md-3, and attempting to get rid of the clearfix div that wraps products. 
(or should i avoid messing with clearfix)

FIX: Design->Blocks->Create/Add listing block. edit block, use block wrapper(appearance):change to listingblock_content_bottom
any other methods?  this seems to not work so nicely unless I tweak css. 

After css tweaking it looks and performs nicely.  I can remove this post or edit and add css changes to help others.

Here is my CSS, i'll be back later to clean this up and add comments explaining.

Add to style.css:
Code: [Select]
.block_frame_listing_block .row .col-md-3{border-bottom:0px!important;}
.block_frame_listing_block .row .col-md-3 .productname{display:none!important;}
.block_frame_listing_block .row .col-md-3 .price{display:none!important;}
.block_frame_listing_block .row .col-md-3 .procategory{display:none!important;}
.block_frame_listing_block .row .col-md-3{display:inline-block!important;}
.block_frame_listing_block .row .col-md-3 {min-width:150px!important;}
Then near the bottom, after the /* @media max 480px  */
Code: [Select]
.block_frame_listing_block .row{text-align:center!important;}

i have to clean it up yet, so use this with caution for now.  FYI(you probably don't need the display:none; settings.  that is my aesthetics goal of only having pictures of products)

2
Hello!  I got an email saying new abantecart was released!  Awesome!

really, my only questions for now are about my delete->reupload->install method(bolded below) and should i not fear php 5.6.

I had an abantecart installed in the home htdocs directory on my webserver.  So my main question is about installing new version over that.  What I did was delete all folders and files that match the abantecart-src-master/public_html/* in my webhosting home directory.  Then upload new files and perform manual installation.  This should work with no problems?  I don't need to save anything from prior install, I just need a fresh install.

On to question two, are there limitations for the PHP version used?  I tried with 5.6 and found my way to a 500 internal server error.  So I was maybe going to try and use 5.5. 

.com/index.php
PHP: syntax error, unexpected '(' in php.ini line 1913
was an error I was receiving in /stats/cgi_error_log
[dba]
;dba.default_handler=
ini_set('display_errors', '1');   ;1913
error_reporting(E_ALL);


hosting is through ipage.com
previous installs gave me issues as well, but I can end up with a working abantecart.

Just laying my thoughts out..

Now that I think about it, I was having trouble connecting to the database at the first attempt of manual installation.  I may have re-uploaded all files and forgot to change the permissions the second time around.. so that would be the problem with any extra attempts. 

Currently reuploading again, then setting proper permissions.  Will be back to delete if everything is solved.

Again, really, my only questions for now are about my delete->reupload->install method(if that is sufficient?) and should i not fear php 5.6.

3
Love the cart guys&gals, I think i'll stick around for a while.

If you'll have me. :)


HOKAY, here is my issue.

Set up the location in localization. Check.

Set up Weight Based Shipping. Check. 3:5.00,6:10.00,9:15.00,12:20.00,15:20.00

so, the goal is: first 4 items get $5 shipping each, 20$ max.

definitely doesn't stop at 20$, or 4 items,  but most importantly: increasing product quantity in the cart does not increase shipping AT ALL, it still thinks there is only one shirt, after refreshing.

I am not sure the best route to do this..  I'm guessing i'll have to look in to the discounts?  I really don't want to work on per price or weight, would rather it be per item.. not sure where I should go from here.  4:30 am and I still need to create new products..  yawn/sigh.

Thanks for your time!

Pages: [1]

Powered by SMFPacks Social Login Mod