Jump to content

Mass Harry

Members
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

2,429 profile views

Mass Harry's Achievements

Jr. Member

Jr. Member (3/6)

0

Reputation

  1. Ryan:: my website this problem please help me This request was aborted because it appears to be forged.
  2. this problem backend not access please help me This request was aborted because it appears to be forged
  3. this categories& product <div class="header_bottom_left"> <div class="categories"> <ul> <h3>Categories</h3> <?php foreach ($pages->get(1022)->children as $c) { $class = $c->url === $page->url ? " class='active'" : ''; echo "<li $class><a href='$c->url'>$c->title</a></li>"; } ?> </ul> </div> </div> <div class="header_bottom_right"> <?php foreach ($page->children as $child):?> <div class="grid_1_of_4 images_1_of_4 product_category"> <a href="<?php echo $child->url; ?>"><img src="<?php echo $child->product_image->first()->url; ?>" alt="" /></a> <h2><?php echo $child->title; ?></h2> <div class="price-details"> <div class="price-number"> <p><span class="rupees">Rp <?php echo $child->sc_price; ?></span></p> </div> <div class="add-cart"> <h4><a href="<?php echo $child->url; ?>">View</a></h4> </div> </div> </div> <?php endforeach; ?> </div> <div class="clear"></div>
  4. ryan :: how to call image twitter use module Markup Twitter Feed ?? please help me
  5. shop is processwie easy brother
  6. how to create post faceebok image in web site processwire ??
  7. how to create post facebook api in processwire ??
  8. how to create from reservation accomodation by processwire please help me ??
  9. calling <?php echo $modules->get('ShoppingCart')->getNumberOfItems(false); //?>
  10. tutorial create registration and login member make process wire?
  11. create tutorial registeration from and login member
  12. i need some tutorial eccomerce for process wire can you give solution ??
  13. thaks ojegolders tutorial
  14. how to create new calender event step by step??
  15. how to create builder form in processwire..... because I am beginner....help me please.....
×
×
  • Create New...